mirror of
https://github.com/mubix/kaliwiki.git
synced 2025-10-29 16:59:26 +00:00
update
This commit is contained in:
parent
a2861a7730
commit
74691a4280
@ -33,7 +33,7 @@ Notes
|
||||
[- tkiptun-ng](#tkiptun-ng)
|
||||
[- wesside-ng](#wesside-ng)
|
||||
|
||||
Info:
|
||||
**Info:**
|
||||
|
||||
# airbase-ng
|
||||
# aircrack-ng
|
||||
@ -48,14 +48,14 @@ 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 <start|stop> <interface> [channel] or airmon-ng <check|check kill>`
|
||||
* airmon-ng <start|stop> <interface> [channel] or airmon-ng <check|check kill>
|
||||
|
||||
Where:
|
||||
|
||||
* `<start|stop> indicates if you wish to start or stop the interface. (Mandatory)`
|
||||
* `<interface> specifies the interface. (Mandatory)`
|
||||
* `[channel] optionally set the card to a specific channel. (Optional)`
|
||||
* `<check|check kill> “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`
|
||||
* <start|stop> indicates if you wish to start or stop the interface. (Mandatory)
|
||||
* <interface> specifies the interface. (Mandatory)
|
||||
* [channel] optionally set the card to a specific channel. (Optional)
|
||||
* <check|check kill> “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
|
||||
@ -66,45 +66,45 @@ Additionally, airodump-ng writes out several files containing the details of all
|
||||
usage: airodump-ng <options> <interface>[,<interface>,...]
|
||||
|
||||
Options:
|
||||
--ivs : Save only captured IVs
|
||||
--gpsd : Use GPSd
|
||||
--write <prefix> : Dump file prefix
|
||||
-w : same as --write
|
||||
--beacons : Record all beacons in dump file
|
||||
--update <secs> : Display update delay in seconds
|
||||
--showack : Prints ack/cts/rts statistics
|
||||
-h : Hides known stations for --showack
|
||||
-f <msecs> : Time in ms between hopping channels
|
||||
--berlin <secs> : Time before removing the AP/client
|
||||
from the screen when no more packets
|
||||
are received (Default: 120 seconds)
|
||||
-r <file> : Read packets from that file
|
||||
-x <msecs> : Active Scanning Simulation
|
||||
--output-format
|
||||
`<formats> : 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.
|
||||
--ivs : Save only captured IVs
|
||||
--gpsd : Use GPSd
|
||||
--write <prefix> : Dump file prefix
|
||||
-w : same as --write
|
||||
--beacons : Record all beacons in dump file
|
||||
--update <secs> : Display update delay in seconds
|
||||
--showack : Prints ack/cts/rts statistics
|
||||
-h : Hides known stations for --showack
|
||||
-f <msecs> : Time in ms between hopping channels
|
||||
--berlin <secs> : Time before removing the AP/client
|
||||
from the screen when no more packets
|
||||
are received (Default: 120 seconds)
|
||||
-r <file> : Read packets from that file
|
||||
-x <msecs> : Active Scanning Simulation
|
||||
--output-format
|
||||
<formats> : 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 <suite> : Filter APs by cipher suite
|
||||
--netmask <netmask> : Filter APs by mask
|
||||
--bssid <bssid> : Filter APs by BSSID
|
||||
-a : Filter unassociated clients
|
||||
--encrypt <suite> : Filter APs by cipher suite
|
||||
--netmask <netmask> : Filter APs by mask
|
||||
--bssid <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 <channels>: Capture on specific channels
|
||||
--band <abg> : Band on which airodump-ng should hop
|
||||
-C <frequencies> : Uses these frequencies in MHz to hop
|
||||
--cswitch <method> : Set channel switching method`
|
||||
0 : FIFO (default)
|
||||
1 : Round Robin
|
||||
2 : Hop on last
|
||||
-s : same as --cswitch
|
||||
--channel <channels>: Capture on specific channels
|
||||
--band <abg> : Band on which airodump-ng should hop
|
||||
-C <frequencies> : Uses these frequencies in MHz to hop
|
||||
--cswitch <method> : Set channel switching method`
|
||||
0 : FIFO (default)
|
||||
1 : Round Robin
|
||||
2 : Hop on last
|
||||
-s : same as --cswitch
|
||||
|
||||
--help : Displays this usage screen
|
||||
--help : Displays this usage screen
|
||||
|
||||
# airolib-ng
|
||||
# airserv-ng
|
||||
@ -117,7 +117,7 @@ You can make it capture on other/specific channel(s) by using:
|
||||
# Example Usage
|
||||
|
||||
|
||||
|
||||
# Links
|
||||
|
||||
Resource Page: http://www.aircrack-ng.org/resources.html
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user