NixWasHere/NebulaC2 — reverse-engineered prompt
Reverse engineered prompt
Build me a Python based educational C2 lab simulator called Nebula C2. I want to be able to run a main server, connect to it from a simple terminal client like PuTTY using telnet or raw mode, register users, log in, pass a captcha, and then see a command menu with admin commands and basic client management.
This is only for a private learning lab, so don’t make anything that attacks real targets or spreads. Any “attack methods” should be harmless simulations that just print what would have happened, log the request, and show fake results. Make the command system modular so I can add new command files later. Include a simple demo client for Windows or Linux that connects back to the server in a safe local test setup.
Please make it easy to install with requirements.txt, clear setup steps, and sensible defaults so I can run it locally and understand how it works.
Want more depth? Deep Reverse