Athena-OS / athena

Athena OS is a Arch/Nix-based distro focused on Cybersecurity. Learn, practice and enjoy with any hacking tool!
https://athenaos.org
MIT License
1.03k stars 78 forks source link

[ENHANCEMENT]: hckops support #83

Open niqdev opened 10 months ago

niqdev commented 10 months ago

Hi, I've just found out this project and I love it!

I'd like to update the installation documentation to add support to my hckops/hckctl tool.

This is a quick demo, start the Lame machine and try this out

# creates a local container (replaces the docker-compose)
hckctl box athena --network-vpn htb

# deploys the box in a kubernetes cluster
hckctl box athena --network-vpn htb --provider kube

A box is just a building block, in my roadmap I want to allow people to build their own lab using boxes to simulate attack scenarios!

Screenshot from 2023-11-09 09-15-59

D3vil0p3r commented 10 months ago

I should find the time to test it.