NetCut
NetCut copied to clipboard
A simple tool to cut people's network with ARP spoofing, written in pure C++
NetCut :scissors:
Introduction
A simple tool to ban people's Internet connection with ARP spoofing.
Note:
- This tool is developed and tested on Linux platforms (Ubuntu 20.04, Arch Linux and alpine), currently it has no support for macOS and Windows.
- This tool does not perform any advanced attack beyond ARP spoofing. So if your target is aware of the attack, he/she may be able to nullify the tool.
- This tool is only effective against targets in the same network.
How to install
-
Clone the repository on github (https://github.com/cdes5804/NetCut)
-
cd
into the directory andmake
.
How to use
-
After
make
, run the program withsudo bin/main
.sudo
is required for performing the attack. -
After the program is started, it scans the network for available targets automatically.
-
Choose the targets by entering their numbers, separated by space if there are many. Easy as that.
-
Bam! Wait and see the people start complaining about the Internet.
-
To restore their Internet connections, just select them again.