Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 1.26 KB

README.md

File metadata and controls

48 lines (30 loc) · 1.26 KB

🛡️ NetPurge 🛡️

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.

🚀 Installation

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:

  1. Clone the NetPurge repository from GitHub:
git clone https://github.com/Arbolencio/NetPurge.git
cd NetPurge
  1. Grant execution permissions to the script:
chmod +x NetPurge.sh
  1. Run NetPurge:
./NetPurge.sh

Usage

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.

Screenshot

screenshot