Tools
Last updated
Last updated
Airdecap-ng is useful after we have successfully retrieved the key to a wireless network. We can use it to decrypt WEP, WPA PSK, or WPA2 PSK capture files. We'll use it to strip wireless headers from an unencrypted wireless capture.
Airgraph-ng is a Python script that can be used to create graphs of wireless networks using the CSV files generated by Airodump-ng. The Airodump-ng CSV files contain the relationships between wireless clients and APs, and the list of probed networks. They can be passed to Airgraph-ng to create two types of graphs, a Clients to AP Relationship and a Clients Probe Graph
Airolib-ng is a tool designed to store and manage ESSID and password lists, compute their Pairwise Master Keys (PMK), and use them in order to crack WPA and WPA2 PSK passphrases. It uses the lightweight SQLite3 database as its storage mechanism, which is available on most platforms.