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 Author Forum Replies Views [desc] Posted
    Thread: Question on word lists
Post: RE: Question on word lists

yes what you will want to do run sort -u list > list.sorted. As for the the stacking of them its a better idea to have smaller lists with more rulesets
coolbry95 General Help 3 6,769 09-10-2014, 03:31 AM
    Thread: Question on word lists
Post: RE: Question on word lists

It is a linux command. What is does is orders your wordlist and removes duplicates.
coolbry95 General Help 3 6,769 09-11-2014, 05:01 PM
    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: how to get cudaHashcat going on Ubuntu 14.04 on Amazon GPU instance?
Post: RE: how to get cudaHashcat going on Ubuntu 14.04 o...

have you tried this? https://askubuntu.com/questions/451672/installing-and-testing-cuda-in-ubuntu-14-04
coolbry95 Old oclHashcat Support 2 7,177 08-26-2014, 08:39 PM
    Thread: htpasswd crack
Post: RE: htpasswd crack

Heh not suppose to post your hashes. Please read the rules. anyway its mode 1600..
coolbry95 General Help 4 7,188 09-23-2014, 05:43 AM
    Thread: many dictonaries
Post: RE: many dictonaries

You can just specify the the directory with all of the .dic and .txt. The file extensions do not matter. If the word is less than 8 characters it will just be rejected.
coolbry95 Old oclHashcat Support 5 7,197 12-07-2014, 03:57 AM
    Thread: many dictonaries
Post: RE: many dictonaries

oclhashcat -m 2500 wpa.hccap ./wordlists/
coolbry95 Old oclHashcat Support 5 7,197 12-12-2014, 08:37 PM
    Thread: A few questions about the R9 290x
Post: RE: A few questions about the R9 290x

Over clocking the cards will increase the performance. I get 195 kH/s in my benchmark for the 290x. Direct X has nothing to do with hash cracking..
coolbry95 Hardware 4 7,210 05-26-2015, 02:31 AM
    Thread: oclHashcat arent recovering hash
Post: RE: oclHashcat arent recovering hash

atom just recently said that the 14.12 driver does not work properly. It does not crack hashes like you show. You should downgrade your driver to 14.9. epixoip beat me to it.
coolbry95 Old oclHashcat Support 4 7,238 01-09-2015, 08:47 PM
    Thread: bash cript to run cudahashcat as screensaver
Post: RE: bash cript to run cudahashcat as screensaver

xoxox Wrote: (10-21-2014, 01:58 PM) -- hi, thanks. i tried that also didnt work. until now :D i put a & after the line that executes hashcat and a sudo in front of killall. now it works. wonder...
coolbry95 Old oclHashcat Support 3 7,342 10-21-2014, 08:34 PM
    Thread: Salted md5crypt speed question
Post: RE: Salted md5crypt speed question

That is because there are more salts to load.
coolbry95 Old oclHashcat Support 3 7,402 01-28-2014, 09:42 PM
    Thread: Cant find SAM for Windows 2008 R2
Post: RE: Cant find SAM for Windows 2008 R2

You are not mounting something right if you do not see a Windows directory. Most likely the server has multiple partitions. I do not know if this is the right place for this type of question either
coolbry95 General Help 3 7,510 02-10-2015, 01:26 AM
    Thread: Hashcat restore file
Post: RE: Hashcat restore file

This has been answered before. The reason for it jumping back is because of the way hashcat works internally. It was the last point where it could start from.  Search the forum and wiki if you wan...
coolbry95 hashcat 2 7,539 10-10-2016, 04:17 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,719 12-09-2015, 02:49 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
    Thread: Hash Question
Post: RE: Hash Question

There are lots of websites that host the hashes. That is where I get most of mine.
coolbry95 General Help 4 7,847 02-06-2014, 10:37 PM
    Thread: IPMI2 RAKP HMAC-SHA1, salt-length exception
Post: RE: IPMI2 RAKP HMAC-SHA1, salt-length exception

Your salt is too long. There is not much you can do there. Edit: Philsmd pointed out to me that i was incorrect with that statement. You need to add the --username switch.
coolbry95 Old oclHashcat Support 2 7,868 03-10-2015, 02:34 PM
    Thread: Prepend and append values
Post: RE: Prepend and append values

That is the only way to do it. You cannot just find a part of the MD5. You either find it all or find nothing.
coolbry95 General Help 3 8,074 01-14-2014, 04:23 AM
    Thread: HELP XD - Script
Post: RE: HELP XD - Script

Just use unxutils (https://unxutils.sourceforge.net/) grep. Just a single executable. So if I understand correctly do something like Code: -- for i in $(cat usernamelist); do grep $i user:hash; done ...
coolbry95 General Help 5 8,494 02-17-2014, 01:15 AM