airodump is a diagnostic tool for evaluating WiFi network security. It provides various functions for wifi security diagnosis.
- Scanning (Monitoring) : Packet capture and export of data to text files for further processing by third party tools.
- Attacking : Fake AP, ARP Pollution, Beacon Flooding, deauthentication and others via packet injection.
- Checking & Testing : Diagnosis is performed based on the attacked information. If it supports monitor mode and c environment, it can be used anywhere.
Proceed in the monitor mode environment.
- installing
git clone https://github.com/team-234567/bobNET
- Code execution
g++ -o bobNET main.cpp dot11.cpp -lpcap -pthread
- Run executable
./bobNet <interface>
- Monitoring
- Help(Usage introduction) : Describes the attack menu to be diagnosed.
- Rescan : rescan and reselect ap
- Fake AP : The probability that the selected ap is a fake ap is judged as a risk rating.
- Whether to judge - password, ESSID name, ESSID duplicate
- ARP Pollution : Among the stations connected to the selected ap, Find a station where arp spoofing can proceed.
- ARP Spoofing - arp spoofing is a man-in-the-middle attack technique that uses messages to intercept data packets from other parties.
- Beacon Flooding : A beacon packet is transmitted by generating a random MAC address including the same SSID and channel number as the selected AP. It is possible to determine whether the selected AP can be attacked by Beacon Flooding.
- Deauth Attack & Checking : Diagnose by checking if deauth attack is possible against the selected AP.
- Disasso Attack & Checking : Diagnose by checking if deauth attack is possible against the selected AP.
- Resasso Attack & Checking : Diagnose by checking if deauth attack is possible against the selected AP.
project team in BoB(a.k.a Best of the Best) in Republic of Korea. TEAM-234567
Wireless LAN Diagnostic Framework with Utilization Script(무선랜 진단 프레임워크)
Project Member: 김남석(s-bot12), 고지웅(jiwoongko), 공재호(asebn1), 김유현(aramkim09), 권영우(fullbbadda1208), 정효종(cheblo49)
Project Leader: 최병준(qudwns2052)
Project Mentor: 김홍진(hjkim0892)