pry0cc/axiom — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a command line tool for spinning up and managing disposable cloud servers for security testing, so I can create a fleet of boxes, SSH into them fast, run scans across lots of targets in parallel, collect the results, and then destroy everything when I am done.

It should focus on the real workflow a bug bounty hunter or pentester would want, with prebuilt images that already have common tools ready to go, things like nmap, ffuf, nuclei, masscan, screenshotting, and other recon helpers. I want it to support the main providers mentioned in the docs, especially DigitalOcean, IBM Cloud, Linode, AWS, and Azure, with a simple setup flow, image build step, instance launch, fleet management, and distributed scan commands.

Please keep it mostly shell based and usable from Linux, macOS, and WSL, with an easy install path and a Docker based option too. If the repo docs are incomplete or outdated, look up the current docs or wiki online and make the classic version work end to end.

Want more depth? Deep Reverse