Need help for this algoritm
#1
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
#2
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: