1AIRTUN-NG(1) General Commands Manual AIRTUN-NG(1)
2
3
4
6 airtun-ng - a virtual tunnel interface creator for aircrack-ng
7
9 airtun-ng [options] <interface name>
10
12 airtun-ng creates a virtual tunnel interface (atX) for sending arbi‐
13 trary IP packets by using raw ieee802.11 packet injection.
14
16 -H, --help
17 Shows the help screen.
18
19 -x <pps>
20 Sets maximum number of packets per second.
21
22 -a <BSSID>
23 Specifies the BSSID for the iee802.11 header. In WDS Mode this
24 sets the Receiver.
25
26 -h <SMAC>
27 Specifies the source MAC for the iee802.11 header.
28
29 -i <iface>
30 Sets the capture interface.
31
32 -r <file>
33 Specifies a file to read 802.11 frames.
34
35 -y <PRGA-file>
36 Is the name of the file, which provides the keystream for WEP
37 encoding. (No receiving, just transmitting of IP packets.)
38
39 -w <WEP-key>
40 This is the WEP key to en-/decrypt all traffic going through the
41 tunnel.
42
43 -t <tods>
44 Defines the ToDS and FromDS bit in the ieee802.11 header. For
45 tods=1, the ToDS bit is set to 1 and FromDS to 0, while tods=0
46 sets them the other way around. If set to 2, it will be tunneled
47 in a WDS/bridge.
48
49 -m <netmask>, --netmask <netmask>
50 Filters networks based on bssid ^ netmask combination. Needs -d,
51 used in replay mode.
52
53 -d <BSSID>, --bssid <BSSID>
54 Filters networks based on the <BSSID>. Used in replay mode.
55
56 -f, --repeat
57 Enables replay mode. All read frames, filtered by bssid and net‐
58 mask (if specified), will be replayed.
59
60 -s <transmitter>
61 Set Transmitter MAC address for WDS Mode.
62
63 -b Bidirectional mode. This enables communication in Transmitter's
64 AND Receiver's networks. Works only if you can see both sta‐
65 tions.
66
68 airtun-ng -a 00:14:22:56:F3:4E -t 0 -y keystream.xor wlan0
69
71 airbase-ng(1)
72 aircrack-ng(1)
73 airdecap-ng(1)
74 airdecloak-ng(1)
75 airdriver-ng(1)
76 aireplay-ng(1)
77 airmon-ng(1)
78 airodump-ng(1)
79 airolib-ng(1)
80 airserv-ng(1)
81 buddy-ng(1)
82 easside-ng(1)
83 ivstools(1)
84 kstats(1)
85 makeivs-ng(1)
86 packetforge-ng(1)
87 tkiptun-ng(1)
88 wesside-ng(1)
89
90
91
92Version 1.1 April 2010 AIRTUN-NG(1)