hashview / hashview-old

A web front-end for password cracking and analytics
http://www.hashview.io
GNU General Public License v3.0
619 stars 134 forks source link

Support $user:$hash:$salt #373

Closed allwithfly closed 6 years ago

allwithfly commented 6 years ago

There are some salt encryption methods, need to crack together with the username. How to support such a format? thx good job.

i128 commented 6 years ago

Can you provide the specific hashcat hash type you're referring too, or interested in?

allwithfly commented 6 years ago

2611

GrepItAll commented 6 years ago

2611 is a vBulletin format so from my understanding, hashcat expects an input of 'hash:salt'. Presumably your hash file is in the structure '$user:$hash:$salt'? If so, my pull request should enable support for this, although I assume it will come up as an unknown hash type.