mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-22 04:33:28 +00:00
GitBook: [master] one page modified
This commit is contained in:
parent
d717a29405
commit
de4bf022ba
1 changed files with 6 additions and 0 deletions
|
@ -381,6 +381,12 @@ zip2john file.zip > zip.john
|
|||
john zip.john
|
||||
```
|
||||
|
||||
```bash
|
||||
#$zip2$*0*3*0*a56cb83812be3981ce2a83c581e4bc4f*4d7b*24*9af41ff662c29dfff13229eefad9a9043df07f2550b9ad7dfc7601f1a9e789b5ca402468*694b6ebb6067308bedcd*$/zip2$
|
||||
hashcat.exe -m 13600 -a 0 .\hashzip.txt .\wordlists\rockyou.txt
|
||||
.\hashcat.exe -m 13600 -i -a 0 .\hashzip.txt #Incremental attack
|
||||
```
|
||||
|
||||
### 7z
|
||||
|
||||
```bash
|
||||
|
|
Loading…
Reference in a new issue