oclhashcat and juniper md5ns - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: Old oclHashcat Support (https://hashcat.net/forum/forum-38.html) +--- Thread: oclhashcat and juniper md5ns (/thread-3471.html) |
oclhashcat and juniper md5ns - leviathan - 06-13-2014 Hello everyone, i am a new user of hashcat, a very awesome program=) i am trying to find the plan text for a hash from a netscreen device this one http://www.juniper.net/fr/fr/products-services/security/ssg-series/ssg5/ i find in config file the username for login and the hash of the password. here an exemple: set admin name "netscreen" set admin password "nKVUM2rwMUzPcrkG5sWIHdCtqkAibn" this is the default password i have tried this command from terminal #cudaHashcat64.exe -m 22 file.txt file.txt contain : nKVUM2rwMUzPcrkG5sWIHdCtqkAibn:netscreen:Administration Tools: i have the Line-lenght exception and hashcat can't load the hash thank very much for your help and sorry for my english RE: oclhashcat and juniper md5ns - atom - 06-13-2014 if you use the -m 22 mode you dont need to append the :Administration Tools: static portion as oclhashcat does that for your. so you would just use the hash: nKVUM2rwMUzPcrkG5sWIHdCtqkAibn:netscreen RE: oclhashcat and juniper md5ns - leviathan - 06-15-2014 It works ! thank you very much =) maybe this post will help other people But i still have a problem hashcat doesn't use many % of my GPU , normal? RE: oclhashcat and juniper md5ns - undeath - 06-15-2014 you did not specify a wordlist/mask. |