1MAKEIVS-NG(1) General Commands Manual MAKEIVS-NG(1)
2
3
4
6 makeivs - generate a dummy IVS dump file with a specific WEP key
7
9 makeivs <ivs file> <104-bit key>
10
12 makeivs-ng is a tool designed to generate an IVS dump file with an in‐
13 putted WEP key. The aim of is tools is to provide a way to create
14 dumps with a known encryption key for tests.
15
17 Common options:
18
19 -b <bssid> or --bssid <bssid>
20 Set the BSSID (Access Point MAC)
21
22 -f <num> or --first <num>
23 Value for the first IV generated.
24
25 -k <key> or --key <key>
26 Target network WEP key in hex. Separator between bytes is ac‐
27 cepted but not necessary.
28
29 -s <num> or --seed <num>
30 Seed used to setup random generator. May be used in combination
31 with -p or --prng.
32
33 -w <file> or --write <file>
34 Filename to write IVs into.
35
36 -c <num> or --count <num>
37 Amount of IVs to generate. Default value is 100000.
38
39 -d <num> or --dupe <num>
40 Percentage of duplicate IVs.
41
42 -e <num> or --error <num>
43 Percentage of erroneous keystreams.
44
45 -l <num> or --length <num>
46 Size of keystreams. Default: 16 bytes.
47
48 -n or --nofms
49 Ignores weak IVs.
50
51 -p or --prng
52 Use random values when generating IVs. Default is to use sequen‐
53 tial values.
54
55 --help Show help screen.
56
58 makeivs makeivs -w out.ivs -k 123456789ABCDEF123456789AB
59
61 This manual page was written by Adam Cecile <gandalf@le-vert.net> for
62 the Debian system (but may be used by others). Permission is granted
63 to copy, distribute and/or modify this document under the terms of the
64 GNU General Public License, Version 2 or any later version published by
65 the Free Software Foundation On Debian systems, the complete text of
66 the GNU General Public License can be found in /usr/share/common-li‐
67 censes/GPL.
68
70 airbase-ng(8)
71 aireplay-ng(8)
72 airmon-ng(8)
73 airodump-ng(8)
74 airodump-ng-oui-update(8)
75 airserv-ng(8)
76 airtun-ng(8)
77 besside-ng(8)
78 easside-ng(8)
79 tkiptun-ng(8)
80 wesside-ng(8)
81 aircrack-ng(1)
82 airdecap-ng(1)
83 airdecloak-ng(1)
84 airolib-ng(1)
85 besside-ng-crawler(1)
86 buddy-ng(1)
87 ivstools(1)
88 kstats(1)
89 packetforge-ng(1)
90 wpaclean(1)
91 airventriloquist(8)
92
93
94
95Version 1.7.0 May 2022 MAKEIVS-NG(1)