parsing restore file
Has anyone parsed the restore file into python ctypes? I'm having problems doing so. Since I thought it was a an issue with my knowledge of ctypes I posted the issue on StackOverflow here (code...
View ArticleHashcat can't crack hash after 1 day.
Hello guys, So, im using the GUI version of oclHashcat and my graphic card is nVidia GeForce GT 630 in a pc. The hash I tryied to crack is an MD5(Wordpress) xxxxxxxxxxxxxx I don't know if hashcat is...
View ArticleHashcat can't crack salted MD5?
Hello! I would like to crack such a function: md5( md5($salt) . md5($pass) ); Hashcat can't do that, but can: md5( $salt . md5($pass) ); So I think I can manually hash a salt and use this second...
View ArticleTyan B7015F77V4R: swapable harddisks
Hello I am contemplating the purchase of a Tyan B7015F77V4R or semething similar. Probably I am wrong but I do have the impreesion that its required to open the chassis in order to...
View ArticleHashcat GUI
Hey guys, Im very new to this. I was trying to follow tutorials using the command line...but I am not a programmer and am more visually aided. I figured after seeing the GUI version I might be better...
View ArticleGPU cracking is too slow
Hi, I have an Alienware 18 which has two GeForce GTX 770M GPUs I tried to test crack an MD5 hash and the speed I was able to achieve was 2163 Khz /s even though the speed of my card is 797 Mhz I also...
View ArticleNVIDIA VS. Radeon
Hi everyone, I do understand that Radeon is the better GPU for cracking hashes than NVIDIA. However I would like to ask how bad is NVIDIA! I have the Alienware 18 which is suppose to have the best GPU...
View ArticleInstalling Hashcat - Lubuntu
Hey everyone. I've had quite a problems trying to get Hashcat installed. I can't find directions anywhere. I have searched the forums, and I have searched Google in hopes of finding an answer. It...
View ArticleWhere to download HashCat GUI for windows?
I followed a couple of links to find the download source for HashCat GUI but was not successful. URLs were either outdated or dead. Where can I download hashCat GUI? Peter
View ArticleProblem sorting dictionary file
I'm trying to sort a huge (2gb) dictionary file. I tried the hashcat tools, but had zero result. With gnuwin utils, I tried sort.exe, gsort.exe, cat.exe Code: cat 20_04found.dic | sort | uniq >...
View ArticleDemo hash request.
Hi. i would like to test my new rigs. does someone or know to whom to ask. the hashes used in the table at the hompepage. I mean the hash itself not the type. To test the same and compare speeds. I...
View ArticleHashcat Not Working Help!!!
ok so this is what command l put into hashcatt root@kali:~# hashcat -m 0 -a 0 /root/Desktop/Hashes.txt /root/Desktop/rockyou.txt and this is what l get when l press enter to excute the command...
View Articleis it possible to try different mask at once?
Hi I was wondering if it is possible to try different mask in a brute force attack in a single command line.I mean instead of executing each time with each mask. The following masks take a couple of...
View ArticleWPA handshake messages clarification
I need a clarification on which messages of the WPA handshake are necessary to obtain a clean hccap file. Using the "WPA Clean and Convert Script" I've noticed that when all 4 EAPOL messages are...
View ArticleOclHashcat64 not working wtih AMD Catalyst 14.4
I'm running AMD Catalyst 14.4 drivers on two ATI Radeon R9 290X GPUs. Should I downgrade my driver? Which is the last version supported? Code: user@ubuntu12_04:~$ sudo...
View ArticleGetting Hash from DMG
Hi all, i have a passworded dmg file, created with latest MacOSX. I tried to extract the hash using the jtr tool ( dmg2john ) but when i open the hash into hashcat i get the "end of line" error. The...
View Articlequestion about -s and -l options
Hello, I was using hashcat 0.4.7, there where a option to make the cracking hash starts from chosen number by adding -s. Today I downloaded oslHashcat 1.0.1 it was much faster but when I write this...
View ArticleHELP/GUIDE: LM Brute Force
Hello! I am trying to recover some passwords from a Windows SBS 2003, Active Directory database, and I am unable to successfully get the clear text passwords from the LM Hashes, I have written this as...
View ArticleR9 280x driver problem
I have two new R9 280x GPUs and trying to get oclhashcat running with them. At first oclhashcat reported I was using broken version of driver. I found a reference saying to use 13.1 Catalyst, so I have...
View Articleproblem in Unicode hashes
hi i produced hashes from string "1" with following C# code: public byte[] HashData(string InputText) { SHA512Managed managed = new SHA512Managed(); byte[] bytes = Encoding.Unicode.GetBytes(InputText);...
View Article