kali下fcrackzip使用
生活随笔
收集整理的這篇文章主要介紹了
kali下fcrackzip使用
小編覺(jué)得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
首先看一下help
root@kali:~# fcrackzip --helpfcrackzip version 1.0, a fast/free zip password cracker written by Marc Lehmann <pcg@goof.com> You can find more info on http://www.goof.com/pcg/marc/USAGE: fcrackzip[-b|--brute-force] use brute force algorithm[-D|--dictionary] use a dictionary[-B|--benchmark] execute a small benchmark[-c|--charset characterset] use characters from charset[-h|--help] show this message[--version] show the version of this program[-V|--validate] sanity-check the algortihm[-v|--verbose] be more verbose[-p|--init-password string] use string as initial password/file[-l|--length min-max] check password with length min to max[-u|--use-unzip] use unzip to weed out wrong passwords[-m|--method num] use method number "num" (see below)[-2|--modulo r/m] only calculcate 1/m of the passwordfile... the zipfiles to crackmethods compiled in (* = default):0: cpmask1: zip1 *2: zip2, USE_MULT_TAB這里我使用-D -u -p三個(gè)參數(shù),字典用的kali自帶的rockyou.txt:
root@kali:~# fcrackzip -D -u -p /usr/share/wordlists/rockyou.txt ./Downloads/backup PASSWORD FOUND!!!!: pw == thebackup總結(jié)
以上是生活随笔為你收集整理的kali下fcrackzip使用的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問(wèn)題。
- 上一篇: python sys,os模块总结
- 下一篇: 简单的合并两个文件