NetCut
NetCut copied to clipboard
A simple tool to cut people's network with ARP spoofing, written in pure C++
``` ========================= Net Cut ========================= Select one or more targets by number, separated by space. Or enter 'q' to quit, 'r' to refresh targets. green: available targets, select to cut....
When I put sudo bin/main It puts : zsh: segmentation fault sudo bin/main
help please?
traceback: ```make: pkg-config: No such file or directory mkdir -p bin/routes/ g++ src/routes/api.cpp -c -o bin/routes/api.o -Wall -Wextra -O3 -std=c++17 -I src/ In file included from src/routes/api.cpp:3: src/routes/api.hpp:6:10: fatal error:...
When gateway is not found, fallback to the original plan of spoofing every other host.
The current design does not consider the case where the user has multiple interfaces under the same subnet or different subnets but with the same IPs. The behavior is to...