Linux command
fcrackzip 命令
网络
涉及管道、覆盖或删除,执行前请先确认路径和参数。
常用示例
Brute-force
fcrackzip [-b|--brute-force] [-l|--length] 4-8 [-c|--charset] aA1 [archive]
Example
fcrackzip [-v|--verbose] [-b|--brute-force] [-l|--length] 3 [-c|--charset] a:$% [archive]
Example
fcrackzip [-b|--brute-force] [-l|--length] 4 [-c|--charset] a! [archive]
Example
fcrackzip [-b|--brute-force] [-l|--length] 5 [-c|--charset] 1 [-p|--init-password] 12345 [archive]
Example
fcrackzip [-u|--use-unzip] [-D|--dictionary] [-p|--init-password] [wordlist] [archive]
Benchmark
fcrackzip [-B|--benchmark]
说明
fcrackzip cracks password-protected ZIP archives using brute-force or dictionary attacks. It can test passwords against the archive's encryption. Security research and recovery tool for forgotten passwords.
参数
- -b, --brute-force
- Use brute-force mode
- -D, --dictionary
- Use dictionary mode
- -l, --length _min-max_
- Password length range
- -c, --charset _set_
- Character set (a=lowercase, A=uppercase, 1=digits, !=special)
- -p, --init-password _pass_
- Starting password or wordlist
- -u, --use-unzip
- Use unzip to verify
- -v, --verbose
- Verbose output
- -B, --benchmark
- Performance benchmark
FAQ
What is the fcrackzip command used for?
fcrackzip cracks password-protected ZIP archives using brute-force or dictionary attacks. It can test passwords against the archive's encryption. Security research and recovery tool for forgotten passwords.
How do I run a basic fcrackzip example?
Run `fcrackzip [-b|--brute-force] [-l|--length] 4-8 [-c|--charset] aA1 [archive]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -b, --brute-force do in fcrackzip?
Use brute-force mode