Linux command
rarcrack 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Crack RAR password
rarcrack [archive.rar]
Crack ZIP password
rarcrack [archive.zip] --type zip
Crack 7z password
rarcrack [archive.7z] --type 7z
Set thread count
rarcrack [archive.rar] --threads [4]
Set character set
rarcrack [archive.rar] --charset [abc123]
Resume cracking
rarcrack [archive.rar]
说明
rarcrack recovers passwords from encrypted RAR, ZIP, and 7Z archives using brute-force testing of all possible character combinations. It systematically tries passwords of increasing length from a configurable character set, with the archive type either auto-detected from the file extension or explicitly specified. The tool automatically saves progress to an XML status file alongside the archive, allowing interrupted sessions to resume from the last tested position without starting over. Multi-threading distributes password testing across available CPU cores for faster throughput. Narrowing the character set with --charset significantly reduces the search space when the password composition is partially known.
参数
- --type _FORMAT_
- Archive type (rar, zip, 7z). Auto-detected from file extension if not specified.
- --threads _N_
- Number of threads for parallel password testing.
- --charset _CHARS_
- Characters to use in brute-force attempts. Narrowing this reduces search space significantly.
- -h, --help
- Show help.
FAQ
What is the rarcrack command used for?
rarcrack recovers passwords from encrypted RAR, ZIP, and 7Z archives using brute-force testing of all possible character combinations. It systematically tries passwords of increasing length from a configurable character set, with the archive type either auto-detected from the file extension or explicitly specified. The tool automatically saves progress to an XML status file alongside the archive, allowing interrupted sessions to resume from the last tested position without starting over. Multi-threading distributes password testing across available CPU cores for faster throughput. Narrowing the character set with --charset significantly reduces the search space when the password composition is partially known.
How do I run a basic rarcrack example?
Run `rarcrack [archive.rar]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does --type _FORMAT_ do in rarcrack?
Archive type (rar, zip, 7z). Auto-detected from file extension if not specified.