hashcat Forum
Need help for this algoritm - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Support (https://hashcat.net/forum/forum-3.html)
+--- Forum: hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip (https://hashcat.net/forum/forum-28.html)
+--- Thread: Need help for this algoritm (/thread-6543.html)



Need help for this algoritm - lol15 - 05-07-2017

Hello friends,

Im sorry but i not find a reuslt in search.

Im look for brute MANGOS hash

sha1(strtoupper($username).':'.$pass)

is sha1 hash + username

Its possible to brute them with hashcat ? If yes, how?

If is not possible you know GPU bruter can do it?

Thanks in advance


RE: Need help for this algoritm - philsmd - 05-07-2017

For instance you could just use -m 120 = sha1($salt.$pass) (see https://hashcat.net/wiki/example_hashes) where the format of your hashes is:
Code:
sha1_hash:USERNAME: