Extra commands - mrgargsir/wifi GitHub Wiki

ALL DETAIL IS FOR EDUCATIONAL PURPOSES ONLY

WIFI HACKING

1. GETTING WIFI PASSWORD

STEP 1: Find a wifi network woth someone connected STEP 2: Get into monitor mode STEP 3: Scan the network STEP 4: DEAUTHENTICATION ATTACK STEP 5: CAPTURING THE HANDSHAKE STEP 6: BRUTEFORCE THE HANDSHAKE STEP 7: YOU WILL SEE PASSWORD STEP 8: GET INTO MANAGED MODE IT WILL AUTO DONE WITH SCRIPT. IF FAILS SOME THEN USE BELOW COMMANDS 🥇

sudo airmon-ng stop wlan0_ (it will disable monitor mode)

sudo systemctl restart NetworkManager.service ( to restart the network) (if still not fixed then disconnect the adapter and put again)

Monitor Mode & Managed Mode

YOU EXPLICITLY NEED A MONITOR MODE CAPABLE WIFI CARD/ADAPTER

2. GETTING IP ADDRESS (SCANNING)

INSTALL TOOL FOR SCANNING NETWORK

sudo apt install zenmap (install ) sudo zenmap (open)

Target 192.168.1.1/24 ( to scan all ip)

3. MITM ATTACKING

Using Man in the Middle (MitM) Attacks to intercept

data on a network

TECHNIQUES USED IN MITM?

ARP Spoofing / ARP Cache Poisoning DNS Spoofing / DNS Cache Poisoning Rogue Access Point SSL Stripping Session Hijacking

TOOLS ?

arpspoof ettercap <<< SEARCH IN START MENU bettercap

ettercap only show http (it will show login password)

lets check wireshark

wireshark will show all data

4. wireshark