Please note, this is a STATIC archive of website hashcat.net from 08 Oct 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.

Search Results
Post Author Forum Replies Views [desc] Posted
    Thread: WPA method advice
Post: RE: WPA method advice

If you know that the password has a length of 8 and contains only lower case alphanumeric then the best mask would be: -1 ?l?d ?1?1?1?1?1?1?1?1. A dictionary attack could be faster, but that depends o...
stepMode General Help 1 3,316 05-09-2016, 02:40 PM
    Thread: ecryptfs hash file
Post: RE: ecryptfs hash file

I'm not entirly sure what you are talking about but here is a link that kinda explains how eCryptFS works https://cybermashup.com/2015/08/25/how-to-crack-ubuntu-disk-encryption-and-passwords/
stepMode Old oclHashcat Support 2 3,893 01-28-2016, 05:25 PM
    Thread: Tri-MD5 Decrypting
Post: RE: Tri-MD5 Decrypting

So if I get this formula right you have a md5 hash that you can crack with hashcat. the "plaintext" after cracking would be 2 md5 hashes + a salt in the middle. Since we know the length of a md5 has...
stepMode Old oclHashcat Support 2 4,085 01-06-2016, 11:26 AM
    Thread: Question about kernel exec timeout
Post: RE: Question about kernel exec timeout

Have you tried prime instead of bumblebee? Also you could go and try the latest hashcat 3 beta -> https://hashcat.net/beta/
stepMode hashcat 2 4,319 06-14-2016, 08:07 AM
    Thread: Separator Unmatched on -m 2811?
Post: RE: Separator Unmatched on -m 2811?

I'm not 100% sure what you're trying to do but have you tried escaping the chars?
stepMode Old hashcat Support 2 4,533 11-23-2015, 04:06 PM
    Thread: [sort of] Known password - which method?
Post: RE: [sort of] Known password - which method?

I haven't checked the latest hashcat version, but there used to be atleast 2 .rule files for leetspeak. Also, https://hashcat.net/forum/thread-479.html , but I'm not sure if this is still up-to-date.
stepMode Old hashcat Support 2 4,601 02-01-2016, 09:41 AM
    Thread: Password with known rules
Post: RE: Password with known rules

https://hashcat.net/wiki/doku.php?id=mask_attack#hashcat_mask_files
stepMode Old oclHashcat Support 2 4,999 05-23-2016, 10:51 AM
    Thread: Circumflex character not accepted in oclHashcat 1.37
Post: RE: Circumflex character not accepted in oclHashca...

try using Code: -- > cudaHashcat64.exe -a 3 -m 120 -1 ?l?u?d"@!#$%^&*()_+-=" hash.txt ?1?1?1?1?1?1 --
stepMode General Help 3 5,062 10-30-2015, 01:32 PM
    Thread: what is this type of hash
Post: RE: what is this type of hash

1. https://hashcat.net/forum/announcement-2.html 2. if you got a base64 string its not a hash, and you can simple decode it with any linux bash, and IIRC windows commandline also.
stepMode Old oclHashcat Support 3 5,171 01-29-2016, 03:47 PM
    Thread: Uknown Encrypted Archive
Post: RE: Uknown Encrypted Archive

If I understand you right you're trying to crack a .xef or .zip file? If that's correct, stop it, it won't work. You need the hash of either of these encrypted files.
stepMode General Talk 4 5,238 05-31-2016, 08:08 AM
    Thread: hashcat working in new Win10 Bash
Post: RE: hashcat working in new Win10 Bash

I don't quite get your excitment, but good to know I guess.
stepMode General Talk 2 6,158 04-12-2016, 02:30 PM
    Thread: WordPress Hash
Post: WordPress Hash

Hey there, The wiki suggests -m 400 for WordPress Hashes, but if I look at example Hashes of 400 they kinda look different. my example hashes that I believe are generated by WordPress all start ...
stepMode Old oclHashcat Support 4 6,291 02-29-2016, 02:15 PM
    Thread: WordPress Hash
Post: RE: WordPress Hash

That was fast. The cost factor has something to do with the iterations used, doesn't it?
stepMode Old oclHashcat Support 4 6,291 02-29-2016, 02:32 PM
    Thread: WordPress Hash
Post: RE: WordPress Hash

Alright, thanks :)
stepMode Old oclHashcat Support 4 6,291 02-29-2016, 03:08 PM
    Thread: Combinator Attack problems with OCLHC2.01
Post: RE: Combinator Attack problems with OCLHC2.01

Jiminy Wrote: (01-11-2016, 11:32 PM) -- [...] however when I enter a -j$xx or -k$xx it tells me that the lwd.txt file is empty. -- Here is the example from the wiki: Code: -- Example. Dict...
stepMode Old oclHashcat Support 4 6,347 01-12-2016, 09:11 AM
    Thread: Speed reduction
Post: RE: Speed reduction

I'm not entirely sure but my guess would be that your Laptops Battery cant provide enough power for all parts of the device + the GPU at full load and therefore it gets throttled.
stepMode Old oclHashcat Support 4 6,563 10-12-2015, 11:20 AM
    Thread: Speed reduction
Post: RE: Speed reduction

epixoip Wrote: (10-14-2015, 01:47 AM) -- Sure, stop cracking on a laptop. -- ^this or just use the "cure" you described yourself i.e. Kai2Evolution Wrote: (10-12-2015, 09:35 AM) -- I plug my cha...
stepMode Old oclHashcat Support 4 6,563 10-15-2015, 07:58 AM
    Thread: New SuperCalculator
Post: RE: New SuperCalculator

I'm not sure what you want to here. Hashalgorithms use fixed-point-operations (integer) IIRC, so the 93 PFLOPS don't say anything about possible hash cracking speed. But maybe I overlooked something...
stepMode General Talk 5 7,249 06-21-2016, 02:19 PM
    Thread: First Time User - MD5 Help ("Updating" password w/ digits)
Post: RE: First Time User - MD5 Help ("Updating&quo...

epixoip Wrote: (04-09-2016, 09:17 PM) -- Your keyspace isn't 145*38, it's 145^38. -- If you got a range of 38 possible characters and the number of positions is 145 would't the keyspace be 38^145? I...
stepMode Old oclHashcat Support 6 8,583 04-11-2016, 08:00 AM
    Thread: Too many collisions with -m 9720
Post: RE: Too many collisions with -m 9720

https://hashcat.net/forum/thread-3665.html In this thread atom talks about the implementation of the modes 9710 and 9720. If I understand it right he split the mode 9700 into 9710 and 9720 so that...
stepMode Old oclHashcat Support 7 9,479 01-06-2016, 11:00 AM