NetPurge is a Bash script that leverages tools like Dsniff, arp-scan, and netdiscover to automate ARP packet interception on a local network. Its primary aim is to block internet access for intruders connecting to your local network.
Before running NetPurge, make sure you have the following tools installed:
You can install these tools on Debian/Ubuntu-based systems with the following commands:
sudo apt update
sudo apt install dsniff arp-scan netdiscover
Once the tools are installed, follow these steps to install and run NetPurge:
- Clone the NetPurge repository from GitHub:
git clone https://github.com/Arbolencio/NetPurge.git
cd NetPurge
- Grant execution permissions to the script:
chmod +x NetPurge.sh
- Run NetPurge:
./NetPurge.sh
When running NetPurge, you'll be prompted to enter the network interface you want to analyze and the IP address of the target you want to block internet access for.