← 返回命令列表

Linux command

makeivs-ng 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

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]

说明

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.

参数

-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.

FAQ

What is the makeivs-ng command used for?

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.

How do I run a basic makeivs-ng example?

Run `makeivs-ng -b [00:11:22:33:44:55] -w [key] -o [output.ivs]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -b _BSSID_ do in makeivs-ng?

Access point BSSID.