Cara Cracking Password File Zip
Mungkin ada kalanya karena alasan keamanan atau privasi kita memproteksi file zip agar tidak di buka oleh yang tidak berhak ataupun orang lain, celakanya otak kita saya ini kadang sering lupa, walhasil jadi kelimpungan deh pas mau ngebuka lagi :D, nah.. di artikel ini saya akan mencoba sharing cara untuk meng “crack/hack/pret” password file dengan kompresi zip. Tools yang akan kita gunakan untuk melakukan cracking password zip file kita adalah fcrackzip, tools ini secara default sudah terinstall di Kali/Backtrack Linux, untuk distro lainya semisal Ubuntu atau Debian bisa di install secara manual dengan perintah berikutÂ
apt-get install -y fcrackzip
Sebelumnya perlu di garis bawahi terlebih dahulu, bahwa disini metode untuk meng “crack” password zip file kita adalah dengan manggunakan brute force attack, jadi disini kita hanya mencoba untuk menebak password file zip tersebut dengan metode mencoba semua kata kunci yang memungkinkan. Selanjutnya, apabila aplikasi fcrackzip telah terinstall maka selanjutnya adalah mencoba meng crack password file zip, untuk melakukanya dapat menggunakan perintah berikut pada terminal/konsole
fcrackzip -b -l 4 -v /tmp/tes.zip
Berikut adalah tampilan dari tools fcrackzip ketika mencoba melakukan brute force password zip file
crackzip -b -l 4 -v /tmp/tes.zip
found file 'tes', (size cp/uc 20/ 0, flags 1, chk 0000)
possible pw found: aabT ()
possible pw found: aach ()
possible pw found: aadu ()
possible pw found: aagh ()
possible pw found: aag! ()
possible pw found: aalq ()
possible pw found: aama ()
possible pw found: aam2 ()
possible pw found: aaoi ()
possible pw found: aapu ()
possible pw found: aauG ()
possible pw found: aaBh ()
possible pw found: aaEp ()
possible pw found: aaHj ()
possible pw found: aaJO ()
possible pw found: aaPk ()
possible pw found: aaS) ()
possible pw found: aaUe ()
possible pw found: aaVW ()
possible pw found: aa2- ()
possible pw found: aa}A ()
possible pw found: aa}& ()
possible pw found: aa*m ()
possible pw found: abfu ()
possible pw found: abg1 ()
possible pw found: abn1 ()
possible pw found: abpl ()
possible pw found: abwC ()
possible pw found: abw6 ()
possible pw found: aby4 ()
possible pw found: abzl ()
possible pw found: abA1 ()
possible pw found: abA- ()
possible pw found: abK: ()
possible pw found: abMf ()
possible pw found: abS{ ()
possible pw found: abW) ()
possible pw found: ab0U ()
possible pw found: ab4S ()
possible pw found: ab46 ()
possible pw found: ab7Y ()
possible pw found: ab8$ ()
possible pw found: ab:% ()
possible pw found: ab&! ()
possible pw found: ab~+ ()
possible pw found: acfi ()
possible pw found: aciC ()
possible pw found: acjk ()
Apabila beruntung password akan di ketemukan, namun apabila tidak di ketemukan berarti anda kurang beruntung, silahkan mencoba 🙂
keren mas tutorialnya. sy sering mengalami hal ini ketika download sesuatu. namun kelupaan paswordnya.
bos tutorialnya kurang jelas…misal data nya saya kasih desktop trus saya peragain sma persis cma diganti /tmp/tes.zip ga jalan..
dengan command di atas ya jelas nggak jalan gan, tinggal path nya silahkan di sesuaikan saja, beres..