Difference between revisions of "Kali Linux: Crack ZIP"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) (Created page with "Sumber: https://subscription.packtpub.com/book/networking_and_servers/9781784390303/6/06lvl1sec72/cracking-zip-file-passwords cd mkdir 6.10 cd 6.10 touch one two three...") |
Onnowpurbo (talk | contribs) |
||
Line 1: | Line 1: | ||
Sumber: https://subscription.packtpub.com/book/networking_and_servers/9781784390303/6/06lvl1sec72/cracking-zip-file-passwords | Sumber: https://subscription.packtpub.com/book/networking_and_servers/9781784390303/6/06lvl1sec72/cracking-zip-file-passwords | ||
+ | |||
+ | |||
+ | |||
Line 7: | Line 10: | ||
touch one two three | touch one two three | ||
zip -e numbers.zip one two three | zip -e numbers.zip one two three | ||
+ | |||
+ | |||
+ | cd /usr/share/wordlists | ||
+ | gzip -d rockyou.txt.gz | ||
Latest revision as of 05:38, 7 August 2020
cd mkdir 6.10 cd 6.10 touch one two three zip -e numbers.zip one two three
cd /usr/share/wordlists gzip -d rockyou.txt.gz
fcrackzip -u -D -p '/usr/share/wordlists/rockyou.txt' numbers.zip