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 [desc] Forum Replies Views Posted
    Thread: username:password in outfile
Post: RE: username:password in outfile

After cracking... you need the original hash file and the pot file "oclHashcat.pot" which contains all your cracks (if you do not have that file you may be able to copy the outfile w/ all your cracks ...
philsmd General Help 2 10,669 06-11-2014, 06:38 PM
    Thread: stupid behaviour when using masks hashcat execution
Post: RE: stupid behaviour when using masks hashcat exec...

1. read here: https://hashcat.net/wiki/doku.php?id=mask_attack#supported_by "mask files are currently only supported by oclHashcat" 2. there is no masks directory nor .hcmask files within the cpu h...
philsmd Old hashcat Support 2 7,916 06-12-2014, 12:27 PM
    Thread: $HEX[...]
Post: RE: $HEX[...]

Yes, encoding matters. Try this: Code: -- echo -en 'EFE\xc7INAR' | md5sum f54198dc47cf5cd61202b8675e118811 - -- or this: Code: -- echo -n 'EFEÇINAR' | iconv -t iso-8859-1 | md5sum f...
philsmd Old oclHashcat Support 3 7,779 06-14-2014, 11:18 AM
    Thread: Any byte in mask
Post: RE: Any byte in mask

Unfortunately, cpu hashcat currently does not support custom charset that are that long. Instead, oclHashcat can handle such custom charset "values". Ofc, cpu hashcat should give a warning (or bet...
philsmd Old hashcat Support 1 4,392 06-20-2014, 03:30 PM
    Thread: Combine specific hcchr with ?d?l?u..
Post: RE: Combine specific hcchr with ?d?l?u..

The .hcchr files should contain all chars that are part of your custom charset. Therfore, the simplest solution is to modify the .hcchr file s.t. it contains also the additional chars you need. E....
philsmd General Help 2 5,220 06-22-2014, 01:48 PM
    Thread: suggest brute rules
Post: RE: suggest brute rules

With oclHashcat you can use mask files see https://hashcat.net/wiki/doku.php?id=mask_attack#hashcat_mask_files
philsmd General Help 2 4,862 06-27-2014, 07:31 PM
    Thread: known mask structure
Post: RE: known mask structure

Read here: https://hashcat.net/wiki/doku.php?id=mask_attack You could easily do this w/ a combination of custom charsets ( https://hashcat.net/wiki/doku.php?id=mask_attack#custom_charsets ), some masks ...
philsmd Old oclHashcat Support 1 4,168 07-01-2014, 04:31 PM
    Thread: Easy way to beat Hashcat? Does oclHashcat support ASCII [NULL]
Post: RE: Easy way to beat Hashcat? Does oclHashcat supp...

First of all, the topic of this thread is really disgusting. The problem at the other hand, is very easy and you should probably easy understand it (indeed here: https://hashcat.net/forum/thread-3518...
philsmd Old oclHashcat Support 15 29,451 07-03-2014, 08:00 AM
    Thread: Easy way to beat Hashcat? Does oclHashcat support ASCII [NULL]
Post: RE: Easy way to beat Hashcat? Does oclHashcat supp...

Seems you didn't get it. Therefore I will explain it again with an example: sha1_hex (sha1 ($pass)) == the one you NEED Code: -- $ echo -en "A\x00B\x00C\x00" | sha1sum # first 'iteration' ...
philsmd Old oclHashcat Support 15 29,451 07-03-2014, 10:29 AM
    Thread: Can anyone give me a help.
Post: RE: Can anyone give me a help.

Please read the wiki ( https://hashcat.net/wiki/ ) and especially this wiki page: https://hashcat.net/wiki/doku.php?id=ubernoobs
philsmd Old oclHashcat Support 2 4,780 07-05-2014, 11:13 AM
    Thread: Cracking speed
Post: RE: Cracking speed

1. are you sure that the hash file is in the correct format (.hccap format), see https://hashcat.net/wiki/doku.php?id=cracking_wpawpa2 , https://hashcat.net/cap2hccap/ ... 2. screenshot says 0/0 hash...
philsmd Old hashcat Support 3 10,530 07-06-2014, 07:09 PM
    Thread: Oracle12C format
Post: RE: Oracle12C format

See here, you are not allowed to post hashes: https://hashcat.net/forum/announcement-2.html Furthermore, I already gave you the answer you only need the "S:..." (not the second part ";H:...") split it...
philsmd Old hashcat Support 4 9,044 07-09-2014, 04:01 PM
    Thread: Oracle12C format
Post: RE: Oracle12C format

Should work, you just need to follow the hash format ( see: https://hashcat.net/wiki/doku.php?id=example_hashes -m 112 = Oracle ), and maybe this guide too https://hashcat.net/forum/thread-2155.html on...
philsmd Old hashcat Support 4 9,044 07-08-2014, 05:51 PM
    Thread: Sapphire R2 290 benchmark
Post: RE: Sapphire R2 290 benchmark

What regards the hang, did you use this registry patch for the driver timeout? https://hashcat.net/wiki/doku.php?id=timeout_patch
philsmd User Contributions 2 7,210 07-13-2014, 06:14 PM
    Thread: Breaking Notes/Domino 8+ H-hashes
Post: Breaking Notes/Domino 8+ H-hashes

So recently we added support for Lotus Notes/Domino 8 hashes (-m 9100). Since we know that many of you are interested in the details about this hash algorithm, I will try to explain the algo here. It...
philsmd User Contributions 2 21,691 07-19-2014, 12:03 AM
    Thread: sam file
Post: RE: sam file

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 5,293 07-19-2014, 02:13 PM
    Thread: outfile-format problem ?
Post: RE: outfile-format problem ?

This is a known problem of cpu hashcat 0.47. The upcoming version of cpu hashcat (0.48) won't have this problem any longer.
philsmd Old hashcat Support 2 5,354 07-31-2014, 10:46 PM
    Thread: ERROR: clGetDeviceIDs()
Post: RE: ERROR: clGetDeviceIDs()

From a terminal not connected over SSH you need to run: xhost + This is also explained in the setup guide: https://hashcat.net/wiki/doku.php?id=linux_server_howto Basically the SSH terminal cur...
philsmd Old oclHashcat Support 2 5,717 08-06-2014, 11:23 AM
    Thread: Noob question on command line cudahashcat64
Post: RE: Noob question on command line cudahashcat64

Why do you use -t 32 ? Do you know what that command line option means? Also, the generated hashes must correspond to plains of length 7 (exactly). the -i (or --increment*) doesn't hurt, but is usele...
philsmd Old hashcat Support 4 12,322 08-07-2014, 05:11 PM
    Thread: Noob question on command line cudahashcat64
Post: RE: Noob question on command line cudahashcat64

from help: -t, --markov-threshold=NUM Threshold when to stop accepting new markov-chains so if you set the threshold very low, it is clear that it won't be cracked (but this clearly depends o...
philsmd Old hashcat Support 4 12,322 08-07-2014, 06:16 PM