sergio11/blackvenom ? reverse-engineered prompt
Reverse engineered prompt
Build me a Python tool called BlackVenom for an authorized lab environment that helps me practice ethical ARP spoofing and DNS spoofing for cybersecurity learning.
I want a simple command line app that can start and stop the attack simulation, show the target and gateway details, and log intercepted traffic to PCAP files so I can review it later. It should also support DNS response spoofing for chosen domains, and make it easy to see what’s happening while it runs. Please keep it focused on Linux, and make sure it can work with packet handling libraries like Scapy and NetfilterQueue if needed.
Add clear safety warnings, require explicit confirmation before running, and include basic setup notes for enabling IP forwarding and the needed firewall rules in a lab. If anything is unclear, look up current docs online and make sensible defaults. Also, make the interface clean and easy for a beginner to use from the terminal.
Are you gonna build this?
make sure you review the code using coderabbit