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 Posted [asc]
    Thread: Hashcat restore seasion problem
Post: RE: Hashcat restore seasion problem

Please just add (e.g. append) it to your original command line. For instance if you cmd line was: hashcat-cli64.exe -m 0 -a 3 m0000.txt ?a?a?a?a?a?a?a Then, the new one should (in addition) contain t...
philsmd Old hashcat Support 2 6,733 01-19-2014, 10:49 AM
    Thread: oclHashcat v1.02 going for distributed cracking
Post: RE: oclHashcat v1.02 going for distributed crackin...

Thx atom. This is a very amazing feature. I want to add 1 technical detail: whenever you use -s / -l in combination w/ maskfiles / directories... the offsets / values will apply to the first mask / f...
philsmd Old oclHashcat Support 4 22,153 01-19-2014, 01:10 AM
    Thread: v1.01 combination attack
Post: RE: v1.01 combination attack

As "User" said you need to specify exactly 2 dictionaries for instance: Code: -- ./cudaHashcat64.bin -m 0 -a 1 -o output.txt hash.txt dict1.txt dict2.txt -- Therefore, if you use -o outfi...
philsmd Old oclHashcat Support 4 8,449 01-18-2014, 12:03 AM
    Thread: What kind of hash is this?
Post: RE: What kind of hash is this?

There are several things you need to check... 1. is the input correct, the plist has the fields (salt and hash) base64 encoded, please decode them w/ echo "[saltORhash]" | base64 -d | xxd -p -> hex e...
philsmd General Help 16 64,375 01-15-2014, 02:57 PM
    Thread: hashcat line lenght
Post: RE: hashcat line lenght

Hey, since you neglected to follow the rules (https://hashcat.net/forum/announcement-2.html ), I've locked your account for 1 week and closed this thread. Now you've plenty of time to: 1. read agai...
philsmd Old hashcat Support 1 4,958 01-11-2014, 12:41 PM
    Thread: OS X Bug ? Or.. ?
Post: RE: OS X Bug ? Or.. ?

remember, we talk about salted hashes (that's why different salt - but same pass - => different hash) The first 8 characters is the salt string of those OSX hashes
philsmd Old oclHashcat Support 4 7,195 01-10-2014, 11:55 PM
    Thread: OS X Bug ? Or.. ?
Post: RE: OS X Bug ? Or.. ?

the password for this hash is the empty string, "" the double colon says this (nothing between the colons means empty string) the LF is also correct at the end, otherwise the next cracked hash:passwor...
philsmd Old oclHashcat Support 4 7,195 01-10-2014, 04:57 PM
    Thread: weird mask attack
Post: RE: weird mask attack

These lines: Code: -- $HASHCAT -a 3 -m 300 --remove --status --gpu-temp-retain=95 \ ../hash/mysql/mysql_hash.txt -o ../hash/mysql/mysql_hash_result.txt ../oclHashcat-1.01/masks/rockyou-1-64.hc...
philsmd Old oclHashcat Support 4 10,190 01-09-2014, 05:22 PM
    Thread: Breaking Samsung Android Passwords/PIN
Post: RE: Breaking Samsung Android Passwords/PIN

You just need to make the base conversion.... instead of base 10 (the numeric scale we most of the time use), here we/I did use (but ofc it is not striclty necessary) base 2 (to show what happens w/ t...
philsmd User Contributions 47 208,554 01-09-2014, 03:03 PM
    Thread: Dictionary Filter
Post: RE: Dictionary Filter

it should be very easy to do this w/ for instance running some (shell) commands. The only thing you should consider: 1. why not sort and unique the dict beforehand 2. how large is the dict - must...
philsmd General Help 2 8,007 01-09-2014, 02:22 PM
    Thread: weird mask attack
Post: RE: weird mask attack

There is something strange in your output, for instance it says it uses the hashes located at ../hash/mysql/mysql_hash.txt but your command line says it should use the file mysql_hash.txt in the curre...
philsmd Old oclHashcat Support 4 10,190 01-08-2014, 05:56 PM
    Thread: Error on Ubuntu: Nvdia
Post: RE: Error on Ubuntu: Nvdia

So the answer is, you need to: 1. make sure you use the latest oclHashcat version (1.01 currently) 2. your system uses a supported driver, see https://hashcat.net/oclhashcat/, it clearly says: NV use...
philsmd Old oclHashcat Support 4 10,370 01-08-2014, 12:57 PM
    Thread: hcmask is not recognized in OSX
Post: RE: hcmask is not recognized in OSX

I double-checked the wiki page, https://hashcat.net/wiki/doku.php?id=mask_attack , says this: Code: -- Note: mask files are currently only supported by oclHashcat -- Is that the page you looked at ...
philsmd Old hashcat Support 2 5,445 01-08-2014, 12:50 PM
    Thread: Brutforce too slow? / Increment-Problems [Solved]
Post: RE: Brutforce too slow?

and you should use -u 4096 -n 32 for optimal speed (not -u 32)
philsmd Old oclHashcat Support 9 29,020 01-07-2014, 11:43 PM
    Thread: WPA speed drop between 0.15 and 1.01
Post: RE: WPA speed drop between 0.15 and 1.01

The screenshot of oclHashcat 1.01 shows that you are trying to crack more than one network (.hccap file w/ several essid - note the file size of the hccap file + "Recovered......: 0/10"). That's also ...
philsmd Old oclHashcat Support 9 18,769 01-07-2014, 07:42 AM
    Thread: Hashchat GUI?
Post: RE: Hashchat GUI?

ofc there may be other reasons too to use the GUI and you should not be upset by the "too lazy" comment of mastercracker (of course it was just a joke) ... e.g. you could say that the GUI is: - easier...
philsmd General Help 8 41,067 01-06-2014, 08:54 PM
    Thread: reuse restore file after upgrade (was oclHashcat v1.01)
Post: RE: reuse restore file after oclHashcat upgrade (w...

The problem is that when you are running some (mingw etc) shell commands, you need to know what they do... For example, if you want to modify the file "att5.restore" then you shouldn't touch the "oclH...
philsmd Old oclHashcat Support 6 14,057 01-06-2014, 12:07 PM
    Thread: Segmentation Fault
Post: RE: Segmentation Fault

We need more details to help you w/ this problem... Required information: 1. operating system details (version of linux, kernel version - uname -a, 32/64 bit etc) 2. did it work before (w/ this setup)...
philsmd Old oclHashcat Support 3 10,324 01-05-2014, 05:07 PM
    Thread: reuse restore file after upgrade (was oclHashcat v1.01)
Post: RE: oclHashcat v1.01

As far as I know, (by accident) for the next version of oclHashcat, there is a new feature that will "upgrade" your .restore file when it detects that the restore file could still be used (if nothing ...
philsmd Old oclHashcat Support 6 14,057 01-04-2014, 12:03 PM
    Thread: What kind of hash is this?
Post: RE: What kind of hash is this?

Do it like I did: since there are only pins of length 4 and the range is 0000 - 9999, you can just quickly iterate through this list w/ a few lines of code... Below are some lines of perl... run it a...
philsmd General Help 16 64,375 01-03-2014, 08:30 PM