MAYASEVEN/NetcutKiller — reverse-engineered prompt
Reverse engineered prompt
Build me a small Python program that helps protect my home or office LAN when someone is using NetCut to kick people offline.
I want it to run from my computer, watch the local network, notice when the router or gateway address is being spoofed, and tell me if it looks like another device is trying to interrupt everyone’s connection. Keep it simple, a console app is fine. Show clear messages like what device looks suspicious, what my router should be, and what the program is doing.
If it can safely restore my connection or stop the NetCut effect on my own machine, do that automatically or ask me first. Please don’t make it destructive or risky for other devices. Include a Windows friendly version if that needs different handling.
Make it easy for a normal person to run, with simple setup instructions and comments in the code. Look up current Python networking docs online if needed.
Want more depth? Deep Reverse