![]() |
Vbulletin - No results (-m 5) - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Ancient Versions (https://hashcat.net/forum/forum-46.html) +--- Forum: Very old oclHashcat-plus Support (https://hashcat.net/forum/forum-23.html) +--- Thread: Vbulletin - No results (-m 5) (/thread-660.html) |
Vbulletin - No results (-m 5) - MrGolden - 11-22-2011 Hey Guys, I'm having really hard time getting on cracking vbulletin+salt(3 digit) -m. Everything works just fine when I just just oclHashcat, however I would like to get a chanse to use plus. For example I'm using this - ./oclHashcat64.bin -n 160 -m 5 --hex-salt --remove -o found1.txt crypted_3.txt rockyou.txt ?d and this works. but for plus, it does' not work Basically I have command for plus - ./oclHashcat-plus64.bin --hex-salt -m 5 vbulletin.hash example.dict and contents of vbulletin.hash is - 1d943092622834160a09d54a4655781b:633e21 This password is actually very easy, and exists in example.dict directory. I actually obtained password by using regular oclHashcat64.bin. but when cracking is complete it keeps telling me 0 recovered. Status.......: Exhausted Input.Mode...: File (example.dict) Hash.Target..: 1d943092622834160a09d54a4655781b:633e21 Hash.Type....: vBulletin < v3.8.5 Time.Running.: 1 sec Time.Left....: 0 secs Time.Util....: 1018.3ms/0.0ms Real/CPU, 0.0% idle Speed........: 127.7k c/s Real, 4405 c/s GPU Recovered....: 0/1 Digests, 0/1 Salts Progress.....: 129988/129988 (100.00%) Rejected.....: 0/129988 (0.00%) HW.Monitor.#1: 96% GPU, 75c Temp HW.Monitor.#2: 96% GPU, 75c Temp Started: Tue Nov 22 17:22:25 2011 Stopped: Tue Nov 22 17:22:27 2011 Also, I tried putting huge lists of hashes, but still same result 0 recovered even tho i'm 100% sure Thank you guys, any help would be appreciated. RE: Vbulletin - No results (-m 5) - undeath - 11-22-2011 I can confirm this bug. It seems to be related to the --hex-salt option. With ascii salt it works. RE: Vbulletin - No results (-m 5) - atom - 11-22-2011 yes, me too. seems to be in the hex salt parsing routine in vbull3. thanks for reporting! use the ascii representation as a workaround: 1d943092622834160a09d54a4655781b:c>! RE: Vbulletin - No results (-m 5) - MrGolden - 11-23-2011 Scratch the last post. Apparently none of the salt in 50k list were broken. Thank you for great piece of software guys! Thumbs up! |