Extract & Unlock Password Protected Zip using Android

Ari Ade Supriyatna
1 min readDec 27, 2023

``
kelebihannya ada banyak,, tapi alasan saya pake ini karena hemat ram & cukup stabil
,'
#xbps-install -Suv
[ john the ripper berfungsi untuk crack password zip ]
#xbps-install -S john
[ install zip untuk mengompres folder menjadi file.zip ]
#xbps-install -S zip
[ install unzip untuk mengembalikan file.zip ke aslinya ]
#xbps-install -S unzip
[ git untuk mengkloning repo yang ada di github ]
#xbps-install -S git
[ kloning repo wordlist dari github menggunakan git ]
#git clone https://github.com/geovedi/indonesian-wordlist
[ membuat folder ]
#mkdir belajar
[ masuk ke folder yang dibuat ]
#cd belajar
[ bikin 2 file di dalam folder tersebut ]
#touch file1.txt file2.txt
[ kembali ke home directory / menu utama ]
#cd
[ jadikan folder yang dibuat menjadi bentuk zip ]
#zip -r -e belajar.zip *
[ ubah kebentuk hash ]
#zip2john belajar.zip > hash.txt
[ waktunya crack password dari wordlist github tadi ]
#john hash.txt --wordlist=/root/indonesian-wordlist/00-indonesian-wordlist.lst
[ melihat berhasil tidaknya mendapatkan password ]
#john --show hash.txt
[ buktikan dengan kita lakukan unzip ]
#unzip belajar.zip
,'
,'
faktor-faktor kegagalan;?
1. coba wordlist yang lain,, karena wordlist kunci utamanya
2. ini zip ya kalo rar dan lainnya blom pernah nyoba saya,, cari saja tutorial di internet atau pelajari sendiri jika memang mengaku hengkers🤐
,'
referensi::
*https://www.linuxsec.org/2018/04/perintah-zip-untuk-mengkompres-file.html?m=1
*https://student-activity.binus.ac.id/csc/2021/07/john-the-ripper-si-pemecah-password/
*https://youtu.be/QNlHWQxrQqk?si=fB25w7pxtBY1SrRo

Sign up to discover human stories that deepen your understanding of the world.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

No responses yet

Write a response