Airbash is a POSIX-compliant, fully automated WPA PSK handshake capture script aimed at penetration testing. It is compatible with Bash and Android Shell (tested on Kali Linux and Cyanogenmod 10.2) and uses aircrack-ng to scan for clients that are currently connected to access points (AP). Those clients are then deauthenticated in order to capture the handshake when attempting to reconnect to the AP. Verification of a captured handshake is done using aircrack-ng. If one or more handshakes are captured, they are entered into an SQLite3 database, along with the time of capture and current GPS data (if properly configured).
After capture, the database can be tested for vulnerable router models using
crackdefault.sh
. It will search for entries that match the implemented modules, which currently include algorithms to compute default keys for Speedport 500-700 series, Thomson/SpeedTouch and UPC 7 digits (UPC1234567) routers.Requirements
WiFi interface in monitor mode aircrack-ng SQLite3 openssl for compilation of modules (optional) wlanhc2hcx from hcxtools
In order to log GPS coordinates of handshakes, configure your coordinate logging software to log to .loc/*.txt (the filename can be chosen as desired). Airbash will always use the output of
cat "$path$loc"*.txt 2>/dev/null | awk 'NR==0; END{print}'
, which equals to reading all .txt files in .loc/ and picking the second line. The reason for this way of implementation is the functionality of GPSLogger, which was used on the development device.Calculating default keys
After capturing a new handshake, the database can be queried for vulnerable router models. If a module applies, the default keys for this router series are calculated and used as input for aircrack-ng to try and recover the passphrase.
Compiling Modules
The modules for calculating Thomson/SpeedTouch and UPC1234567 (7 random digits) default keys are included in
src/
Credits for the code go to the authors Kevin Devine and [peter@haxx.in].
On Linux:
gcc -fomit-frame-pointer -O3 -funroll-all-loops -o modules/st modules/stkeys.c -lcrypto
gcc -O2 -o modules/upckeys modules/upc_keys.c -lcrypto
Usage
Running
install.sh
will create the database, prepare the folder structure and create shortlinks to both scripts which can be moved to a directory that is on $PATH to allow execution from any location.After installation, you may need to manually adjust
INTERFACE
on line 46 in airba.sh
. This will later be determined automatically, but for now the default is set to wlan0
, to allow out of the box compatibility with bcmon on Android../airba.sh
starts the script, automatically scanning and attacking targets that are not found in the database. ./crackdefault.sh
attempts to break known default key algorithms.To view the database contents, run
sqlite3 .db.sqlite3 "SELECT * FROM hs"
in the main directory.Update (Linux only ... for now):
Airbash can be updated by executing
update.sh
. This will clone the master branch into /tmp/ and overwrite the local files.Output
_n
: number of access points found__c/m
: represents client number and maximum number of clients found, respectively-
: access point is blacklistedx
: access point already in database?
: access point out of range (not visible to airodump anymore)The Database
The database contains a table called
hs
with seven columns.id
: incrementing counter of table entrieslat
and lon
: GPS coordinates of the handshake (if available)bssid
: MAC address of the access pointessid
: Name identifierpsk
: WPA Passphrase, if knownprcsd
: Flag that gets set by crackdefault.sh to prevent duplicate calculation of default keys if a custom passphrase was used.Currently, the SQLite3 database is not password-protected.
Read more
- Hacker Security Tools
- Install Pentest Tools Ubuntu
- Hacking Tools Hardware
- Hack Tools Github
- Hacking Tools For Windows 7
- Hacking App
- Pentest Tools Nmap
- Hack Tools Mac
- Hacker Hardware Tools
- Pentest Tools For Ubuntu
- Hackers Toolbox
- How To Install Pentest Tools In Ubuntu
- Pentest Tools Linux
- Android Hack Tools Github
- Hacker Security Tools
- Hacking Tools Software
- Best Pentesting Tools 2018
- Hack Tools
- Hacking Apps
- Pentest Tools Url Fuzzer
- Hacker Tools List
- Hacking Tools For Windows 7
- Pentest Box Tools Download
- Termux Hacking Tools 2019
- Pentest Tools List
- Github Hacking Tools
- Easy Hack Tools
- Android Hack Tools Github
- Pentest Tools Nmap
- Hackers Toolbox
- Hack Rom Tools
- Pentest Tools Github
- Hacking Tools For Windows Free Download
- Pentest Tools Url Fuzzer
- How To Install Pentest Tools In Ubuntu
- How To Install Pentest Tools In Ubuntu
- Pentest Tools Website Vulnerability
- Pentest Tools Review
- Hacker Tools Apk Download
- Hack Tools
- Hacking Tools Github
- Hack Tools Mac
- Hack Tools For Mac
- Pentest Tools Framework
- Hacking Tools Free Download
- Pentest Tools Windows
- Black Hat Hacker Tools
- Hacker Security Tools
- Hacking Tools For Mac
- Game Hacking
- Pentest Tools Alternative
- Pentest Reporting Tools
- Pentest Tools For Mac
- New Hacker Tools
- Hacks And Tools
- Hacking Tools For Beginners
- Usb Pentest Tools
- Hacking Tools For Mac
- Hacker Tools Hardware
- Pentest Tools Review
- Pentest Tools Subdomain
- Hacker Tools Hardware
- Hacker Search Tools
- Hacker Tools Apk Download
- Hacking Tools And Software
- Pentest Tools Framework
- Game Hacking
- Hacker Tool Kit
- Hacking Tools Windows 10
- Tools Used For Hacking
- Pentest Tools Windows
- Hacking Tools 2020
- Pentest Tools Nmap
- Hacking Tools For Mac
- Hacking Tools For Kali Linux
- Hacking Tools For Games
- Hacking Tools For Windows Free Download
- Pentest Automation Tools
- Hack Tools Pc
- Hacking Tools And Software
- Hack Tools Online
- Underground Hacker Sites
- Hack Tools For Games
- Hacking Tools For Mac
- Hacking Tools For Beginners
- Game Hacking
- Kik Hack Tools
- Hacking Tools Kit
- Hackers Toolbox
- Wifi Hacker Tools For Windows
- Hacking Tools Github
- Hacking Tools For Games
- Bluetooth Hacking Tools Kali
- Pentest Tools Open Source
- Hacking Tools For Kali Linux
- Pentest Tools
- Hacker Tools Free Download
- Hacker
- Hacking Tools For Windows Free Download
- Hacking Tools Pc
- Beginner Hacker Tools
- How To Install Pentest Tools In Ubuntu
- Pentest Tools Open Source
- What Is Hacking Tools
- Hacking Tools 2020
- Hacking Tools And Software
- Hack Tool Apk
- Hacker Tools Apk
- Hack Tools For Ubuntu
- Hack Tools Online
- Hack Website Online Tool
- Hacking Tools Pc
- Install Pentest Tools Ubuntu
- Hack Tools
- Hack Tools Github
- Pentest Tools Github
- Hacker Tools 2020
- Pentest Tools For Ubuntu
- Hacker Tools For Mac
- Nsa Hacker Tools
- Underground Hacker Sites
- Hak5 Tools
- Pentest Tools Online
- Hack Tools
- Hack Tool Apk No Root
- New Hack Tools
- Pentest Tools Android
- Hack Rom Tools
- Hacking Tools For Beginners
No comments:
Post a Comment