![]() |
oclHashCat-plus64 MD5(unix) cracking help - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Misc (https://hashcat.net/forum/forum-15.html) +--- Forum: General Talk (https://hashcat.net/forum/forum-33.html) +--- Thread: oclHashCat-plus64 MD5(unix) cracking help (/thread-2276.html) Pages:
1
2
|
oclHashCat-plus64 MD5(unix) cracking help - sangiiin - 05-01-2013 Hi i have a md5(unix) hash that i have the plain text (pre-hashed) too.. its a 5 digit lowercase password now i wanna test cracking with oclHashCat-pluse .. see this ./cudaExample500.sh first Code: root@bt:~/oclHashcat-plus-0.14# ./cudaExample500.sh is it ok ???? :-s then , i wanna learn how can i check all possible passwords from a-z & A-Z & 0-9 on my hash or hashs that saved in a file i used this command : Code: root@bt:~/oclHashcat-plus-0.14# ./cudaHashcat-plus64.bin -m 500 -a 0 --increment --increment-min=5 --increment-max=6 -1 [b]abcdhizre[/b] -o cr.txt /root/cuda/1.txt Code: cudaHashcat-plus v0.14 by atom starting... tnQ in advance.. RE: oclHashCat-plus64 MD5(unix) cracking help - Kuci - 05-01-2013 Well, I see you've booted up Backtrack such as hacker, LoL! Escape charset defined with -1 and don't use '--increment[-min,-max]' with straight mode. RE: oclHashCat-plus64 MD5(unix) cracking help - sangiiin - 05-01-2013 no im not a hacker ... i dont know about straight mode , is it mean all chars (a-z&A-Z&0-9&symbols) ? what does it do ? i used -1 option in prev post ... now i used this : Code: root@bt:~/oclHashcat-plus-0.14# ./cudaHashcat-plus64.bin -m 500 -a 0 -1 zareh --increment -o /cr.txt /root/cuda/1.txt Code: cudaHashcat-plus v0.14 by atom starting... it says Starting attack in stdin mode (like later sayed and i ctrl+C it and aborted!) i think its waiting for wordlist or something like that! because when i use wordlist after that it says : Code: root@bt:~/oclHashcat-plus-0.14# ./cudaHashcat-plus64.bin -m 500 -a 0 -1 zareh --increment -o /cr.txt /root/cuda/1.txt /pentest/passwords/wordlists/darkc0de.lst Code: cudaHashcat-plus v0.14 by atom starting... see Code: Input.Mode.....: File (/pentest/passwords/wordlists/darkc0de.lst) i dont know what is "Starting attack in stdin mode..." and how can i work with it ... and i dont know how to say to hashcat to check all combinations of alphabets (upper & lower) & digits without WORDLIST USING yet.. *ps: the password was in the wordlist ! tnq for read my post <3 RE: oclHashCat-plus64 MD5(unix) cracking help - sangiiin - 05-01-2013 if brute-force attack in hashcat is mean to mask-attack ... can i generate passes with another application and send it to hashcat with e pipe or something else ? can anyone write an example code ??? RE: oclHashCat-plus64 MD5(unix) cracking help - Kuci - 05-01-2013 Why don't you look at help and wiki ? There's everything what you need. RE: oclHashCat-plus64 MD5(unix) cracking help - sangiiin - 05-01-2013 tanq for your replay. because i cant understand mask chars ...! i know ?l is lowercase , ?u is uppercase , ..... but i dont know , how can write correct mask ... but it isn't the real problem ! my speed is 60180/s for mask attack.. i used ?l for example ... on md5 (-m 0) i have M/s speed but on md5(unix) i have this speed , that is not a good speed for bruteforce i think ![]() with this speed i just can check 5digit low-letter in 30 min ! this time will be len(?l)*30min for 6digits only ![]() can i have more speed with my gpu and no clustering? i can support temperature ... RE: oclHashCat-plus64 MD5(unix) cracking help - Kuci - 05-01-2013 You can adjust utilization with -n and -u parameters, but 60 kh/s is a good speed for this highly iterated algorithm... RE: oclHashCat-plus64 MD5(unix) cracking help - TrAnn3l - 05-01-2013 To crack all possible combinations just use: cudaHashcat-plus64.exe -m 500 -a 3 -i --increment-max 6 that bruteforces all possible combination with ?u?l?s?d with a max. lenght of 6 chars. RE: oclHashCat-plus64 MD5(unix) cracking help - sangiiin - 05-01-2013 (05-01-2013, 05:38 PM)Kuci Wrote: You can adjust utilization with -n and -u parameters, but 60 kh/s is a good speed for this highly iterated algorithm... hmm , tanX but i need a M/s speed ![]() can i possible to make a cracking machine ?? with number of 10 GPU? ![]() is there a complete tutorial? :-? RE: oclHashCat-plus64 MD5(unix) cracking help - sangiiin - 05-01-2013 (05-01-2013, 06:52 PM)TrAnn3l Wrote: To crack all possible combinations just use: tnQ veryyyyy much dude <3 |