Most of these are tools that find vulnerabilities in your Computer/VPS network. I recommend using these tools first to ensure that your system is safe from attacks. After you're satisfied with your system vulnerability, You can use the tool I provided to block these tools from connecting to your system. Please keep in mind, some tools have a history check in place so it won't be completely invisible but it will block new searches.
- Please run PowerShell as Administrator
- Copy and Paste the line below and hit enter
irm https://dev.kyrollose.com/scanner-blocker/ | iex
- To Block, please install the zip file and run block_scanners.bat
- To Unblock, please run unblock_scanners.bat from the same zip file
This was created for Windows and has been tested on Windows. You may edit your own copy to your liking.
One-liner:
curl -s https://raw.githubusercontent.com/Kyro25/Scanner-Blocker/refs/heads/main/block_scanners.sh | sudo bash
Manual install:
- Save the file (block_scanners.sh)
- Make it executable
chmod +x block_scanners.sh
- Run it
sudo ./block_scanners.sh
By using -I (Insert), we ensure these "DROP" rules sit at the very top of the chain, stopping the traffic before any other rules allow it through.