nexmon – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | .TH AIRTUN-NG 8 "February 2016" "Version 1.2-rc4" |
2 | |||
3 | .SH NAME |
||
4 | airtun-ng - a virtual tunnel interface creator for aircrack-ng |
||
5 | .SH SYNOPSIS |
||
6 | .B airtun-ng |
||
7 | [options] <interface name> |
||
8 | .SH DESCRIPTION |
||
9 | .BI airtun-ng |
||
10 | creates a virtual tunnel interface (atX) for sending arbitrary IP packets by using raw ieee802.11 packet injection. |
||
11 | .SH OPTIONS |
||
12 | .PP |
||
13 | .TP |
||
14 | .I -H, --help |
||
15 | Shows the help screen. |
||
16 | .TP |
||
17 | .I -x <pps> |
||
18 | Sets maximum number of packets per second. |
||
19 | .TP |
||
20 | .I -a <BSSID> |
||
21 | Specifies the BSSID for the iee802.11 header. In WDS Mode this sets the Receiver. |
||
22 | .TP |
||
23 | .I -h <SMAC> |
||
24 | Specifies the source MAC for the iee802.11 header. |
||
25 | .TP |
||
26 | .I -i <iface> |
||
27 | Sets the capture interface. |
||
28 | .TP |
||
29 | .I -r <file> |
||
30 | Specifies a file to read 802.11 frames. |
||
31 | .TP |
||
32 | .I -y <PRGA-file> |
||
33 | Is the name of the file, which provides the keystream for WEP encoding. (No receiving, just transmitting of IP packets.) |
||
34 | .TP |
||
35 | .I -w <WEP-key> |
||
36 | This is the WEP key to en-/decrypt all traffic going through the tunnel. |
||
37 | .TP |
||
38 | .I -t <tods> |
||
39 | Defines the ToDS and FromDS bit in the ieee802.11 header. For tods=1, the ToDS bit is set to 1 and FromDS to 0, while tods=0 sets them the other way around. If set to 2, it will be tunneled in a WDS/bridge. |
||
40 | .TP |
||
41 | .I -m <netmask>, --netmask <netmask> |
||
42 | Filters networks based on bssid ^ netmask combination. Needs \-d, used in replay mode. |
||
43 | .TP |
||
44 | .I -d <BSSID>, --bssid <BSSID> |
||
45 | Filters networks based on the <BSSID>. Used in replay mode. |
||
46 | .TP |
||
47 | .I -f, --repeat |
||
48 | Enables replay mode. All read frames, filtered by bssid and netmask (if specified), will be replayed. |
||
49 | .TP |
||
50 | .I -s <transmitter> |
||
51 | Set Transmitter MAC address for WDS Mode. |
||
52 | .TP |
||
53 | .I -b |
||
54 | Bidirectional mode. This enables communication in Transmitter\(aqs AND Receiver\(aqs networks. Works only if you can see both stations. |
||
55 | .SH EXAMPLES |
||
56 | .B airtun-ng |
||
57 | \-a 00:14:22:56:F3:4E \-t 0 \-y keystream.xor wlan0 |
||
58 | .PP |
||
59 | .SH SEE ALSO |
||
60 | .br |
||
61 | .B airbase-ng(8) |
||
62 | .br |
||
63 | .B aireplay-ng(8) |
||
64 | .br |
||
65 | .B airmon-ng(8) |
||
66 | .br |
||
67 | .B airodump-ng(8) |
||
68 | .br |
||
69 | .B airodump-ng-oui-update(8) |
||
70 | .br |
||
71 | .B airserv-ng(8) |
||
72 | .br |
||
73 | .B besside-ng(8) |
||
74 | .br |
||
75 | .B easside-ng(8) |
||
76 | .br |
||
77 | .B tkiptun-ng(8) |
||
78 | .br |
||
79 | .B wesside-ng(8) |
||
80 | .br |
||
81 | .B aircrack-ng(1) |
||
82 | .br |
||
83 | .B airdecap-ng(1) |
||
84 | .br |
||
85 | .B airdecloak-ng(1) |
||
86 | .br |
||
87 | .B airolib-ng(1) |
||
88 | .br |
||
89 | .B besside-ng-crawler(1) |
||
90 | .br |
||
91 | .B buddy-ng(1) |
||
92 | .br |
||
93 | .B ivstools(1) |
||
94 | .br |
||
95 | .B kstats(1) |
||
96 | .br |
||
97 | .B makeivs-ng(1) |
||
98 | .br |
||
99 | .B packetforge-ng(1) |
||
100 | .br |
||
101 | .B wpaclean(1) |