Bharadwaja1557/Cyber-Octopus — reverse-engineered prompt
Reverse engineered prompt
Build me a Python project called Cyber Octopus that works like a small hands on cybersecurity learning toolkit for a controlled lab.
I want separate simple scripts or folders for common beginner pentesting experiments, like checking open ports, finding hidden website directories, trying a login brute force only against a local test page, basic password cracking practice, ARP spoofing experiments, and a backdoor or reverse shell proof of concept for learning how these attacks work.
Please keep everything clearly labeled as educational and authorized testing only. Add warnings before anything risky runs, make the scripts easy to read, and include comments so a beginner can understand what each part is doing. It should not feel like a polished hacking product, more like a sandbox for learning security basics.
Also add a README that explains what each tool is for, how to run it, what permissions might be needed, and reminds users to only test systems they own or have permission to test.
Want more depth? Deep Reverse