pry0cc / axiom

The dynamic infrastructure framework for everybody! Distribute the workload of many different scanning tools with ease, including nmap, ffuf, masscan, nuclei, meg and many more!
MIT License
4k stars 622 forks source link

docker support for controller #425

Closed 0xtavian closed 3 years ago

0xtavian commented 3 years ago

Quick controller via docker. Also adds support for a variety of different linux OS.

id=$(docker run -d -it ubuntu) docker exec -it $id sh -c "apt update && apt install git curl && git clone https://github.com/pry0cc/axiom ~/.axiom/ && cd && .axiom/interact/axiom-configure"