Tmpertor/Raven-Storm — reverse-engineered prompt

Reverse engineered prompt

I want a Python command line toolkit for learning and authorized stress testing in my own lab, kind of like an all in one network testing console. It should cover different protocol areas like ping, UDP and TCP services, websites, local network discovery, Bluetooth, and WiFi, with simple commands that make it easy to pick the right module for the target type. A basic way to coordinate multiple test clients in a private lab would be helpful too, but keep it clearly limited to approved environments.

Please make it feel practical on Linux, with simple install scripts, a main entry point, and readable docs. Since this kind of project can be misused, add strong warnings, require explicit confirmation before running anything, and put in guardrails like localhost or allowlist only by default. The goal is to help me test, understand, and learn from traffic and service resilience, not to harm real systems. If anything is unclear, check current Python docs online and fill in the gaps.

Want more depth? Deep Reverse