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.
24
25 -h <SMAC>
26 Specifies the source MAC for the iee802.11 header.
27
28 -i <iface>
29 Sets the capture interface.
30
31 -r <file>
32 Specifies a file to read 802.11 frames.
33
34 -y <PRGA-file>
35 Is the name of the file, which provides the keystream for WEP
36 encoding. (No receiving, just transmitting of IP packets.)
37
38 -w <WEP-key>
39 This is the WEP key to en-/decrypt all traffic going through the
40 tunnel.
41
42 -t <tods>
43 Defines the ToDS and FromDS bit in the ieee802.11 header. For
44 tods=1, the ToDS bit is set to 1 and FromDS to 0, while tods=0
45 sets them the other way around.
46
47 -m <netmask>, --netmask <netmask>
48 Filters networks based on bssid ^ netmask combination. Needs -d,
49 used in replay mode.
50
51 -d <BSSID>, --bssid <BSSID>
52 Filters networks based on the <BSSID>. Used in replay mode.
53
54 -f, --repeat
55 Enables replay mode. All read frames, filtered by bssid and net‐
56 mask (if specified), will be replayed.
57
59 airtun-ng -a 00:14:22:56:F3:4E -t 0 -y keystream.xor wlan0
60
62 airmon-ng(1)
63 airdecap-ng(1)
64 aircrack-ng(1)
65 aireplay-ng(1)
66 airodump-ng(1)
67 packetforge-ng(1)
68 ivstools(1)
69 kstats(1)
70 makeivs(1)
71
72
73
74Version 0.9.3 February 2008 AIRTUN-NG(1)