You cannot use hashcat "MySQL4.1/MySQL5" mode because your hash is salted.
onlinehashcrack.com do not crack Salted Mysql.
You can try one of :
sha1($pass.$salt)
sha1($salt.$pass)
sha1($salt.$pass.$salt)
But the best try is to know how the hash was built, try to read the webapp source code.
onlinehashcrack.com do not crack Salted Mysql.
You can try one of :
sha1($pass.$salt)
sha1($salt.$pass)
sha1($salt.$pass.$salt)
But the best try is to know how the hash was built, try to read the webapp source code.