mssql 2005 cant crack easiest password (123)
#1
Sad 
hello

i wanted to try software on easiest password '123' before trying to crack my actual password.
so i choose 'mssql 2005' algorithm, which, i belive is:
0x0100<salt><sha1hash>

so i just got to some site, which can give me sha1 hash from the 123<salt> string, built hash in format 0x0100<salt><sha1hash>, saved it to file hashes.txt and tried to crack


so here is my input for hashcat:
hashcat64.exe -a 3 -m 132 --outfile-format=3 -o test.txt -1 ?d hashes.txt ?1?1?1
(just all 3-digits passwords, which should include my 123)

and seems like it doesn't work (it didnt created test.txt file) and i got this output:
Quote:Session..........: hashcat
Status...........: Exhausted
Hash.Type........: MSSQL (2005)
Hash.Target......: hashes.txt
Time.Started.....: Fri Jan 25 03:59:03 2019 (0 secs)
Time.Estimated...: Fri Jan 25 03:59:03 2019 (0 secs)
Guess.Mask.......: ?1?1?1 [3]
Guess.Charset....: -1 ?d, -2 Undefined, -3 Undefined, -4 Undefined
Guess.Queue......: 1/1 (100.00%)
Speed.#1.........:  1125.7 kH/s (0.04ms) @ Accel:128 Loops:10 Thr:896 Vec:1
Recovered........: 0/2 (0.00%) Digests, 0/1 (0.00%) Salts
Progress.........: 1000/1000 (100.00%)
Rejected.........: 0/1000 (0.00%)
Restore.Point....: 100/100 (100.00%)
Restore.Sub.#1...: Salt:0 Amplifier:0-10 Iteration:0-10
Candidates.#1....: 123 -> 676
Hardware.Mon.#1..: Temp: 42c Fan:  0% Util: 43% Core:1328MHz Mem:3504MHz Bus:8

Started: Fri Jan 25 03:59:01 2019
Stopped: Fri Jan 25 03:59:04 2019

what am i doing wrong here? i cant understand
ty for help in advance, sry for my bad english
#2
Try with an example hash ( https://hashcat.net/wiki/doku.php?id=example_hashes )
0x010018102152f8f28c8499d8ef263c53f8be369d799f931b2fbe
password is hashcat
#3
it works, thanks
seems like i googled the algo wrong, but it will be offtop already i guess
anyway, if someone understand what is wrong with my mssql 2005 algo - pls post the reply