Netcut Kali Linux Verified (2026)

Netcut in Kali Linux: A Comprehensive Guide

  1. Install NetCut: NetCut is pre-installed in Kali Linux, but if it's not available, you can install it using the command: sudo apt-get install netcut
  2. Run NetCut: Open a terminal and type netcut to run the tool.
  3. Scan a Network: Use the -s option to scan a network, for example: netcut -s 192.168.1.0/24
  4. Discover Devices: Use the -d option to discover devices on a network, for example: netcut -d 192.168.1.0/24
  5. Capture Packets: Use the -c option to capture packets on a network interface, for example: netcut -c eth0

4. Session Hijacking (Cookie Stealing)

Use arpspoof from the dsniff suite (install with sudo apt install dsniff ).