crunch介绍
- crunch generates wordlists in both combination and permutation ways
- it can breakup output by number of lines or file size
- now has resume support
- pattern now supports number and symbols
- pattern now supports upper and lower case characters separately
- adds a status report when generating multiple files
- new -l option for literal support of @,%^
- new -d option to limit duplicate characters see man file for details
- now has unicode support
使用
格式:
crunch <min> <max> [options]
生成0-9长度为6位数的密码
crunch 6 6 0123456789 -o /root/pass.txt
|