← 返回命令列表

Linux command

rtgen 命令

文本

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

常用示例

Generate rainbow table

rtgen [hash_algorithm] [charset] [min_len] [max_len] [table_index] [chain_len] [chain_num] [part_index]

Generate MD5 table

rtgen md5 loweralpha 1 7 0 2400 67108864 0

Generate NTLM table

rtgen ntlm numeric 1 8 0 2400 67108864 0

Sort table

rtsort [table.rt]

说明

rtgen generates rainbow tables for password cracking. Rainbow tables are precomputed tables for reversing cryptographic hash functions. Part of RainbowCrack.

参数

algorithm
Hash type (md5, sha1, ntlm, lm).
charset
Character set (loweralpha, numeric, etc.).
min_len
Minimum password length.
max_len
Maximum password length.
table_index
Table index for multiple tables.
chain_len
Reduction chain length.
chain_num
Number of chains.
part_index
Part index.

FAQ

What is the rtgen command used for?

rtgen generates rainbow tables for password cracking. Rainbow tables are precomputed tables for reversing cryptographic hash functions. Part of RainbowCrack.

How do I run a basic rtgen example?

Run `rtgen [hash_algorithm] [charset] [min_len] [max_len] [table_index] [chain_len] [chain_num] [part_index]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does algorithm do in rtgen?

Hash type (md5, sha1, ntlm, lm).