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

Search Results
Post [asc] Author Forum Replies Views Posted
    Thread: [Required] - Hashcat CentOS Installation Tutorial
Post: RE: [Required] - Hashcat CentOS Installation Tutor...

Please read the wiki. wiki (https://hashcat.net/wiki/)
coolbry95 General Help 1 9,839 09-28-2014, 11:05 PM
    Thread: Who will help me?
Post: RE: Who will help me?

yqzwn Wrote: (01-26-2014, 10:09 AM) -- I want to crack a md5 ($pass. $salt) encrypted cryptograph. But I need to break the cipher salt length is 50 But oclhash didn't seem to support such a long sa...
coolbry95 Old oclHashcat Support 2 6,074 01-27-2014, 12:16 AM
    Thread: Where to download HashCat GUI for windows?
Post: RE: Where to download HashCat GUI for windows?

Note this a third party software. https://hashkiller.co.uk/hashcat-gui.aspx
coolbry95 Old hashcat Support 2 97,524 04-19-2014, 10:35 PM
    Thread: When bruteforcing
Post: RE: When bruteforcing

So you have a salted hash which makes it slower because you have multiple. That means your speed gets divided by how many salts you have. There could also be other reasons it is running slow like not ...
coolbry95 Old oclHashcat Support 6 9,118 04-17-2015, 03:20 AM
    Thread: what is wrong with this code??
Post: RE: what is wrong with this code??

it looks like you have a space in the --out-file=.
coolbry95 Old oclHashcat Support 4 7,058 04-11-2014, 04:14 PM
    Thread: What am I doing wrong??
Post: RE: What am I doing wrong??

You are just running a straight dictionary attack. Hashcat cpu does not support combinator attack. Look at the wiki for more details.
coolbry95 Old hashcat Support 6 8,803 02-20-2015, 07:05 PM
    Thread: Watchdog temperature abort trigger disabled
Post: RE: Watchdog temperature abort trigger disabled

That version of hashcat does not support it yet. The beta version is the only one that does as of right now. When the 1.20 version is released it will be supported. Also you will want to use od6config...
coolbry95 Hardware 5 17,714 04-06-2014, 10:05 PM
    Thread: Vim error on installing 32bit Linux
Post: RE: Vim error on installing 32bit Linux

Seriously? Please do some more research next time. Just do this. Code: -- echo 'PATH=$PATH:/usr/lib/llvm-3.8/bin' >> .bashrc --
coolbry95 hashcat 2 3,984 09-15-2016, 06:32 PM
    Thread: View hashcat.pot?
Post: RE: View hashcat.pot?

its --potfile-disable use --help or the wiki.
coolbry95 Old hashcat Support 7 44,707 04-21-2015, 05:03 AM
    Thread: Very Specific Characters
Post: RE: Very Specific Characters

https://hashcat.net/wiki/doku.php?id=mask_attack That is what you need to look at. It should look something like -1 ?u?s -2 ?l?d ?2?2?2?2?2?2?2?2?2?2?1?2
coolbry95 Old hashcat Support 4 8,561 03-08-2014, 05:00 AM
    Thread: Using WPA2 DK PSK (derrived Key) instead of 4Way Handshake
Post: RE: Using WPA2 DK PSK (derrived Key) instead of 4W...

So are you just trying to crack the WPA2 password? If so then just capture the four way handshake and do the pcap to hccap. Then you run hashcat on the hccap.
coolbry95 Old oclHashcat Support 6 12,165 09-03-2014, 03:00 AM
    Thread: using --force
Post: RE: using --force

you need to use 14.9 not 14.12
coolbry95 Old oclHashcat Support 1 3,645 04-14-2015, 02:21 AM
    Thread: unknown option -- output-file=cracked.txt
Post: RE: unknown option -- output-file=cracked.txt

Dude seriously type in 'YES' like it says...
coolbry95 Old hashcat Support 5 17,845 09-30-2014, 04:12 PM
    Thread: Understanding "Recovered..." field
Post: RE: Understanding "Recovered..." field

It will show Digests 1/1 when you crack the password. If you have more than one hash and you recover one it would look like Recovered 1/2 Digests 1/2.
coolbry95 Old oclHashcat Support 4 7,720 12-09-2015, 02:49 AM
    Thread: TrueCrypt Boot 7.1a Hash Extraction
Post: RE: TrueCrypt Boot 7.1a Hash Extraction

have you tried this? FAQ truecrypt (https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_do_i_extract_the_hashes_from_truecrypt_volumes)
coolbry95 Old oclHashcat Support 5 10,117 05-06-2015, 11:29 PM
    Thread: the correct syntax to pipe maskprocessor | cudahashcat in linux?
Post: RE: the correct syntax to pipe maskprocessor | cud...

why not just copy the mask processor to the cudahashcat dir?
coolbry95 General Help 13 19,607 03-16-2015, 01:02 AM
    Thread: the correct syntax to pipe maskprocessor | cudahashcat in linux?
Post: RE: the correct syntax to pipe maskprocessor | cud...

what os do you have? sounds like you need to upgrade.
coolbry95 General Help 13 19,607 03-16-2015, 04:25 AM
    Thread: the correct syntax to pipe maskprocessor | cudahashcat in linux?
Post: RE: the correct syntax to pipe maskprocessor | cud...

try something like this. it should work Code: -- wget https://hashcat.net/files/cudaHashcat-1.33.7z; 7za x cudaHashcat-1.33-nv-pdf-fix.7z; cd cudaHashcat-1.33; wget https://github.com/jsteube/maskp...
coolbry95 General Help 13 19,607 03-16-2015, 04:54 AM
    Thread: Support for multiple input files
Post: RE: Support for multiple input files

no you have to do them one at a time. You could do cat hash1.txt hash2.txt but then the output would be put togther
coolbry95 Old oclHashcat Support 4 7,804 09-01-2014, 11:14 PM
    Thread: Support for multiple input files
Post: RE: Support for multiple input files

If you want the feature added you need to make a trac ticket.
coolbry95 Old oclHashcat Support 4 7,804 09-02-2014, 03:47 AM