From 22ed164c590f37292c0216eaec7aa52b311067ea Mon Sep 17 00:00:00 2001 From: zer0Trac3 Date: Sun, 29 Dec 2013 23:40:42 -0500 Subject: [PATCH] update 0.2 --- tools/aircrack-ng.md | 61 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) diff --git a/tools/aircrack-ng.md b/tools/aircrack-ng.md index 33650b5..5c328d2 100644 --- a/tools/aircrack-ng.md +++ b/tools/aircrack-ng.md @@ -44,7 +44,68 @@ Info: # aireplay-ng # airgraph-ng # airmon-ng +Description: + +This script can be used to enable monitor mode on wireless interfaces. It may also be used to go back from monitor mode to managed mode. Entering the airmon-ng command without parameters will show the interfaces status. + + * `airmon-ng [channel] or airmon-ng ` + + Where: + + * ` indicates if you wish to start or stop the interface. (Mandatory)` + * ` specifies the interface. (Mandatory)` + * `[channel] optionally set the card to a specific channel. (Optional)` + * ` “check” will show any processes that might interfere with the aircrack-ng suite. It is strongly recommended that these processes be eliminated prior to using the aircrack-ng suite. “check kill” will check and kill off processes that might interfere with the aircrack-ng suite. For “check kill” see` + # airodump-ng +Description + +Airodump-ng is used for packet capturing of raw 802.11 frames and is particularly suitable for collecting WEP IVs (Initialization Vector) for the intent of using them with aircrack-ng. If you have a GPS receiver connected to the computer, airodump-ng is capable of logging the coordinates of the found access points. +Additionally, airodump-ng writes out several files containing the details of all access points and clients seen. + +usage: airodump-ng [,,...] + +Options: + `--ivs : Save only captured IVs` + `--gpsd : Use GPSd` + `--write : Dump file prefix` + `-w : same as --write` + `--beacons : Record all beacons in dump file` + `--update : Display update delay in seconds` + `--showack : Prints ack/cts/rts statistics` + `-h : Hides known stations for --showack` + `-f : Time in ms between hopping channels` + `--berlin : Time before removing the AP/client` + `from the screen when no more packets` + `are received (Default: 120 seconds)` + `-r : Read packets from that file` + `-x : Active Scanning Simulation` + `--output-format` + ` : Output format. Possible values:` + `pcap, ivs, csv, gps, kismet, netxml` + `Short format "-o"` + `The option can be specified multiple times. In this case, each file format` + `specified will be output. Only ivs or pcap can be used, not both.` + +Filter options: + `--encrypt : Filter APs by cipher suite` + `--netmask : Filter APs by mask` + `--bssid : Filter APs by BSSID` + `-a : Filter unassociated clients` + +By default, airodump-ng hop on 2.4Ghz channels. +You can make it capture on other/specific channel(s) by using: + `--channel : Capture on specific channels` + `--band : Band on which airodump-ng should hop` + `-C : Uses these frequencies in MHz to hop` + `--cswitch : Set channel switching method` + `0 : FIFO (default)` + `1 : Round Robin` + `2 : Hop on last` + `-s : same as --cswitch` + + `--help : Displays this usage screen` + # airolib-ng # airserv-ng # airtun-ng