β˜„οΈ
Certified Ethical Hacker
  • πŸ‘‰Certified Ethical Hacker Cheatsheet
  • 🐧General Settings
    • πŸ“¦APT Package Manager
    • πŸ€–Cron
    • 🦊Firefox Extensions
  • ✍️Research & Report
    • πŸ’ Obsidian
    • 🎒Notion
    • 🐼Pwndocs
  • πŸ”ŽInformation Gathering
    • πŸ“›NSLookup // Dig // Whois
    • πŸ“œNmap
    • πŸ–₯️DNS Enumeration
  • πŸ”¬Vulnerability Assessment
    • 🌐Web Assessment
      • Nikto
      • WPScan
    • πŸ•ΈοΈNetwork Assessment
      • OpenVAS
      • Nessus
  • βš”οΈExploitation
    • πŸ”΄Metasploit
    • 🐍MSFVenom
    • πŸ‘οΈSearchsploit
    • 🐚Revshells
    • 🐱Netcat
      • 😾Pwncat-CS
    • πŸ’ͺBrute Force
    • πŸ”’Wi-FI
  • ⚜️Post Exploitation
    • β›ΊPersistence
    • πŸ“File Transfer
      • Netcat
      • SMB
      • Python
      • Updog
      • Linpeas
    • πŸ•³οΈTunnelling
Powered by GitBook
On this page
  • Airmon-ng
  • Airodump-ng
  • Aircrack-ng
  1. Exploitation

Wi-FI

PreviousBrute ForceNextPersistence

Last updated 1 year ago

Airmon-ng

Usage

# Usage
airmon-ng <start|stop> <interface> [channel] or airmon-ng <check|check kill>

# Check for interference
airmon-ng check
# If there are interferences then do airmon-ng check kill

# Select Interface
airmon-ng start wlan0
# Check interface with ifconfig or ip a

Airodump-ng

Usage#

# Usage
airodump-ng <options> <interface>[,<interface>,...]

# Dump handshakes from interface
airodump-ng wlan0

# Attack Device
airodump-ng -w Attack1 -c 1 --bssid E6:6F:14:31:63:1C wlan0

Aircrack-ng

Usage

# Usage
aircrack-ng [options] <capture file(s)>

# Crack password
aircrack-ng -a2 -b E6:6F:14:31:63:1C -w /root/Desktop/wordlist.txt /root/Desktop/Attack1-01.cap
βš”οΈ
πŸ”’
airmon-ng [Aircrack-ng]
airodump-ng [Aircrack-ng]
aircrack-ng [Aircrack-ng]
Logo
Logo
Logo