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 [asc] Replies Views Posted
    Thread: Combinator + Mask
Post: RE: Combinator + Mask

https://hashcat.net/forum/thread-9235-post-48849.html
undeath General Talk 2 779 05-20-2020, 02:11 PM
    Thread: Truecrypt
Post: RE: Truecrypt

If your password is truely 18 chars and you don't remember anything useful about it, give up.
undeath General Talk 10 2,590 06-18-2020, 11:18 PM
    Thread: Rules in 16800 don't work?
Post: RE: Rules in 16800 don't work?

I expect your password is not actually WORD123 but something different. Because WORD123 is only seven characters and thus not a valid WPA2 password. WPA2 has a minimum password length of eight char...
undeath General Talk 8 1,341 06-30-2020, 10:07 AM
    Thread: Rules in 16800 don't work?
Post: RE: Rules in 16800 don't work?

Yes, without using -S words from your wordlist shorter than eight bytes will be rejected.
undeath General Talk 8 1,341 06-30-2020, 11:13 PM
    Thread: Feasible method of cracking long, randomised passwords?
Post: RE: Feasible method of cracking long, randomised p...

CracktainCrunch Wrote: (07-07-2020, 01:21 AM) -- It would essentially be a brute force attack but with pre-generated passwords that one would use in a dict attack I guess. -- I'm not sure what brou...
undeath General Talk 10 2,064 07-07-2020, 10:02 AM
    Thread: Feasible method of cracking long, randomised passwords?
Post: RE: Feasible method of cracking long, randomised p...

CracktainCrunch Wrote: (07-06-2020, 12:00 PM) -- Like taking already cracked passwords that were randomly generated and jumble them up or something like that? -- That's what rule-based attacks do (...
undeath General Talk 10 2,064 07-06-2020, 03:25 PM
    Thread: Feasible method of cracking long, randomised passwords?
Post: RE: Feasible method of cracking long, randomised p...

If you are certain the password is random and not derived from some word or otherwise human-chosen you will not be able to crack that rar file. CracktainCrunch Wrote: (07-07-2020, 08:24 PM) -- I u...
undeath General Talk 10 2,064 07-08-2020, 08:29 PM
    Thread: hashcat lite with email notification?
Post: RE: hashcat lite with email notification?

./hashcat.bin -m ....... | mail -c "hashcat has finished cracking" [email protected]
undeath General Help 5 13,841 08-21-2011, 07:06 PM
    Thread: Sort -u problem
Post: RE: Sort -u problem

you forgot the leading slash. it should be "/media/" not "media/". "media/" would point to some directory like /your/current/working/path/media/...". Also make sure your external drive is not mounted ...
undeath General Help 4 9,400 11-18-2011, 02:50 AM
    Thread: Need Help: Trying to Brute Force a salted SHA1 hash for a geocaching puzzle.
Post: RE: Need Help: Trying to Brute Force a salted SHA1...

if you read the documentation/wiki/help you had realized -plus does not support masks (and only passwords up to 15 chars). The need of double quotes around the string if spaces are used is not hash...
undeath General Help 7 21,638 11-20-2011, 02:30 PM
    Thread: Need Help: Trying to Brute Force a salted SHA1 hash for a geocaching puzzle.
Post: RE: Need Help: Trying to Brute Force a salted SHA1...

you missed an "N" ;)
undeath General Help 7 21,638 11-20-2011, 09:26 PM
    Thread: new user needing assistance with cracking md5s
Post: RE: new user needing assistance with cracking md5s

hashcat does not support having usernames supplied with the hashes. You need to crack the hashes and afterwards replacing the hash with the corresponding user using some script.
undeath General Help 6 12,670 12-03-2011, 01:48 AM
    Thread: new user needing assistance with cracking md5s
Post: RE: new user needing assistance with cracking md5s

the hash list must only contain the hashes itself in hex-encoding. No additional characters. In your screenshot every hash is followed by a comma.
undeath General Help 6 12,670 12-03-2011, 12:22 PM
    Thread: new user needing assistance with cracking md5s
Post: RE: new user needing assistance with cracking md5s

actually no fine tuning is necessary if you have a recent GPU (like the 6950). The speed is ok. If you plan to use multiple GPUs make sure not to enable crossfire. Also make sure your power supply is ...
undeath General Help 6 12,670 12-03-2011, 10:16 PM
    Thread: AMD Catalyst 11.12
Post: RE: AMD Catalyst 11.12

on my 5850 the speed is about the same, but more likely +1% than -1%.
undeath General Help 15 31,830 12-18-2011, 12:46 AM
    Thread: Partially known password + md5 hash + trouble cracking
Post: RE: Partially known password + md5 hash + trouble ...

hashcat cpu does not support reading words from stdin. Therefore this must either be saved into a textfile temporarily or be archived by a corresponding ruleset. (hashcat cpu does not support multiple...
undeath General Help 5 17,247 01-28-2012, 04:25 AM
    Thread: Please help a beginner
Post: RE: Please help a beginner

The minimum amount of time is instant, although this case is very unlikely. In general you can stick to these estimations: https://golubev.com/gpuest.htm So if you buy a rig consisting of 4x AMD...
undeath General Help 9 15,075 03-08-2012, 01:23 AM
    Thread: Please help a beginner
Post: RE: Please help a beginner

Yes, this is correct. Theoretically it is possible that the unlock code is found after less than the estimated time but practically SL3 is know to mostly max out this estimation. It is a brute force p...
undeath General Help 9 15,075 03-08-2012, 05:32 PM
    Thread: Please help a beginner
Post: RE: Please help a beginner

yes, the speed scales linear. Two cards of the same model double the speed (thus half the time).
undeath General Help 9 15,075 03-08-2012, 09:27 PM
    Thread: Yet another hash identification problem
Post: RE: Yet another hash identification problem

rurapenthe Wrote: (03-31-2012, 07:16 PM) -- I tried it on 2 sites that crack passwords and both identified it as SHA1. unless its a false-positive. Hashcat usually complains if the hash is incorrect ...
undeath General Help 7 16,804 03-31-2012, 10:14 PM