mirror of
https://github.com/mubix/kaliwiki.git
synced 2025-10-29 16:59:26 +00:00
update
This commit is contained in:
parent
7fb021e903
commit
5d79cd382d
@ -13,7 +13,7 @@ Notes
|
||||
# Help Text
|
||||
-----------
|
||||
|
||||
# Suite Tools:<br>
|
||||
# Suite Tools:
|
||||
[airbase-ng](#airbase-ng)
|
||||
[aircrack-ng](#aircrack-ng)
|
||||
[airdecap-ng](#airdecap)
|
||||
@ -48,14 +48,15 @@ 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>
|
||||
|
||||
Usage: 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
|
||||
```
|
||||
|
||||
# airodump-ng
|
||||
Description
|
||||
@ -63,8 +64,8 @@ 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> <interface> <interface>
|
||||
|
||||
Usage: airodump-ng <options> <interface> <interface>
|
||||
```
|
||||
Options:
|
||||
--ivs : Save only captured IVs
|
||||
--gpsd : Use GPSd
|
||||
@ -86,9 +87,11 @@ Options:
|
||||
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 """
|
||||
--encrypt <suite> : Filter APs by cipher suite
|
||||
--netmask <netmask> : Filter APs by mask
|
||||
--bssid <bssid> : Filter APs by BSSID
|
||||
-a : Filter unassociated clients
|
||||
@ -105,7 +108,7 @@ You can make it capture on other/specific channel(s) by using:
|
||||
-s : same as --cswitch
|
||||
|
||||
--help : Displays this usage screen
|
||||
|
||||
```
|
||||
# airolib-ng
|
||||
# airserv-ng
|
||||
# airtun-ng
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user