![]() |
Easy way to beat Hashcat? Does oclHashcat support ASCII [NULL] - 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: Easy way to beat Hashcat? Does oclHashcat support ASCII [NULL] (/thread-3519.html) Pages:
1
2
|
RE: Easy way to beat Hashcat? Does oclHashcat support ASCII [NULL] - SarahC - 07-04-2014 (07-03-2014, 10:23 AM)epixoip Wrote: you're missing the most important part, and that is the fact that the specific algorithm you are trying to crack is not supported. Oh wow! I get it now, philsmd explained it too... so the algo is safe from hashCat! Cool! RE: Easy way to beat Hashcat? Does oclHashcat support ASCII [NULL] - SarahC - 07-04-2014 I bet there's millions of requests...... Is there anyway I can make a request for the encoding " sha1_hex(sha1_raw(pass))" to be implemented? -m 4501 ? If I can build the project in Visual Studio, I'll write it myself - for the good of the community! (I know C, C#, Bit of assembly, bit of C++ (not things like Pure Abstract Virtual generic Templates for example), Java, and VB) RE: Easy way to beat Hashcat? Does oclHashcat support ASCII [NULL] - KT819GM - 07-04-2014 There is Trac for that. RE: Easy way to beat Hashcat? Does oclHashcat support ASCII [NULL] - SarahC - 07-04-2014 (07-04-2014, 06:58 AM)KT819GM Wrote: There is Trac for that. I googled Trac - is that the Wiki we use? http://trac.edgewall.org/ RE: Easy way to beat Hashcat? Does oclHashcat support ASCII [NULL] - KT819GM - 07-04-2014 Trac RE: Easy way to beat Hashcat? Does oclHashcat support ASCII [NULL] - SarahC - 07-15-2014 OMG! Lots of research later, THIS is it: cudaHashcat64.exe -a 3 -m 300 --outfile-format=15 --outfile-autohex-disable --outfile=passwords.txt --hex-charset REAL.hash -1 ?l?d?u -2 NULL.hcchr ?1?2?1?2?1?2?1?2?1?2?1?2?1?2 NULL.hcchr is just "00" thanks to the "--hex-charset" flag, rather than [NULL] Notice the hashing system is MySQL? No one picked up on it! I'm off to close the Trac... Cracking hashes like a champ now. 100MH/s. 20 days to go. Thanks for everyones help! |