Fcrackzip——简介、安装、使用
                                                            生活随笔
收集整理的這篇文章主要介紹了
                                Fcrackzip——简介、安装、使用
小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.                        
                                簡介
Fcrackzip是一款專門破解zip類型壓縮文件密碼的工具,工具小巧方便、破解速度快,能使用字典和指定字符集破解,適用于linux、mac osx 系統(tǒng)。
FCrackZip 是Free/Fast Zip Crack(免費(fèi),快速Zip密碼破解)的意思。
安裝
MAC安裝指令:
brew install fcrackzipLinux Ubuntu安裝指令:
sudo apt-get install fcrackzipWindows安裝包:
http://blog.rubypdf.com/2008/10/15/fcrackzip-10-windows-version-releases/?
參數(shù)介紹
Kali系統(tǒng)輸入
fcrackzip-h得到工具的使用幫助如下:
lysmacbookair:Desktop laoyan$ fcrackzip -h fcrackzip 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 crack methods compiled in (* = default):0: cpmask1: zip1 *2: zip2, USE_MULT_TAB部分重要參數(shù)說明?
-c 指定字符集,字符集 格式只能為 -c 'aA1!:' a 表示小寫字母[a-z] A 表示大寫字母[A-Z] 1 表示阿拉伯?dāng)?shù)字[0-9] ! 感嘆號表示特殊字符[!:$%&/()=?{[]}+*~#] : 表示包含冒號之后的字符(不能為二進(jìn)制的空字符),例如 a1:$% 表示 字符集包含小寫字母、數(shù)字、$字符和%百分號具體請參考
man?fcrackzip使用案例
lysmacbookair:Desktop laoyan$ fcrackzip ?-b -c 'aA1' -l 1-10 ??-u 123lybbn.zip PASSWORD FOUND!!!!: pw == qsb?
參數(shù)解釋
- ? ?-b 表示使用暴利破解的方式
- ·??-c 'aA1' 表示使用大小寫字母和數(shù)字混合破解的方式
- ·??-l 1-10 表示需要破解的密碼長度為1到10位
- ·??-u 表示只顯示破解出來的密碼,其他錯誤的密碼不顯示出
添加字典?
lysmacbookair:Desktop laoyan$ fcrackzip ?-D -p lybbnpass.txt ?-u 123lybbn.zipPASSWORD FOUND!!!!: pw == qsb-D 表示要使用字典破解
-p 表示要使用那個字典破解
注:Kali linux自帶了一些字典在/usr/share/wordlists/文件夾下。
參考文章
https://blog.csdn.net/hp910315/article/details/82711872
http://www.lybbn.cn/data/datas.php?yw=133
https://www.52pojie.cn/thread-844414-1-1.html
https://blog.csdn.net/CliffordR/article/details/81059219
總結(jié)
以上是生活随笔為你收集整理的Fcrackzip——简介、安装、使用的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
 
                            
                        - 上一篇: BugKuCTF 杂项 隐写2
- 下一篇: 浙江省首届大学生网络与信息安全竞赛
