Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 282 Bytes

hashes.md

File metadata and controls

11 lines (10 loc) · 282 Bytes

hashcat

https://github.com/hashcat/hashcat

hashcat -a 3 -m 100 -i --increment-min 6 -1 '?l?u?d' hash.txt  'APREFIX_?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1'
# -m is for the hash type (i.e 100 -> SHA1)

in docker

nvidia-docker run javydekoning/hashcat:latest hashcat -b