Index

WIRELESS NETWORK

  1. Wi-Fi HACKING
    1. AIRCRACK-ng
    2. MAC SPOOFING
    3. NETWORK SNIFFER
    4. DoS ATTACK
    5. CRACKING

AIRCRACK-ng

ifconfig :interface configuration
iwconfig :wireless interface

Aircrack-ng isnt a single tool. It is a suite of tools for manipulating and cracking networks.

Packet Injection:
• Allows to intercept ,disrupt,manipulate network communication
• Used mostly in Man-in-middle and denial of service attacks
• Ex: sending a deauthentication packet to connect client will result in disconnecting from router

airmon-ng start wlan0 :monitor mode
*use airmon-ng stop wlan0mon , service network-manager restart :stop monitor mode

airmon-ng check kill :kill all processes to avoid interference
images/3-1.png


airodump-ng wlan0mon :shows all networks present (even hidden)
airodump-ng -c 8 --bssid [****bssid****] wlan0mon : Check a specific network
aireplay-ng -0 20 -a [****bssid****] wlan0mon :Sending de-auth packets ..so that clients reconnect