makeivs-ng

generates IVs files for testing WEP cracking

TLDR

Generate IVs file
$ makeivs-ng -b [00:11:22:33:44:55] -w [key] -o [output.ivs]
Generate with specific count
$ makeivs-ng -b [BSSID] -k [128] -n [100000] -w [key] -o [output.ivs]
Create IVs for testing
$ makeivs-ng -b [00:11:22:33:44:55] -w [0102030405] -o [test.ivs]

SYNOPSIS

makeivs-ng [options]

DESCRIPTION

makeivs-ng generates IVs files for testing WEP cracking. It creates sample data for aircrack-ng.The tool is part of the aircrack-ng suite. Used for testing and educational purposes.

PARAMETERS

-b BSSID

Access point BSSID.
-w KEY
WEP key.
-k BITS
Key length (64/128).
-n COUNT
Number of IVs to generate.
-f IV
First IV value.
-s SEED
Seed used to setup the random generator.
-o FILE
Output file.
--help
Display help information.

INSTALL

sudo apt install aircrack-ng
sudo dnf install aircrack-ng
sudo pacman -S aircrack-ng
sudo apk add aircrack-ng
sudo zypper install aircrack-ng
brew install aircrack-ng
nix profile install nixpkgs#aircrack-ng

CAVEATS

Security research tool. Legal use only. Part of aircrack-ng suite.

HISTORY

makeivs-ng is part of aircrack-ng suite for wireless security auditing and testing.

SEE ALSO

aircrack-ng(1), airodump-ng(1), aireplay-ng(1)