09-15-2017, 10:43 PM
(This post was last modified: 09-15-2017, 10:43 PM by Randomero12.)
Okay so my source has user:hash:salt in special md5 vbulletin just checked and its 2611 in hashcat.
Im running these command
and apparently isnt working
i know im doing something bad cause here in these command there arent any hashes but i dont know where to put wordlist and where to put hashes.txt
hashes format is
user:hash:salt
i want the output with
user:password
Im ussing hashcat 3.6.0
Im running these command
Code:
# ./hashcat64.bin -m 2611 --username --potfile-path md5.pot --show -o formated_output.txt --outfile-format 2 /root/wordlist.txt
and apparently isnt working
i know im doing something bad cause here in these command there arent any hashes but i dont know where to put wordlist and where to put hashes.txt
hashes format is
user:hash:salt
i want the output with
user:password
Im ussing hashcat 3.6.0