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 [asc] Posted
    Thread: How to test(crack) RAR?
Post: RE: How to test(crack) RAR?

Futhermore, you need to extract the required information from the .rar file (e.g. with rar2john.py) before you start cracking with hash type -m 12500 (which you btw did not specify on the command line...
philsmd Old oclHashcat Support 4 32,962 08-21-2015, 01:45 PM
    Thread: Recover passwords in output user:plain
Post: RE: Recover passwords in output user:plain

What you need are following steps (example with mode 0 (md5) of example0.hash): Code: -- $ cat hashtest.hash # some random *X MASKED* hashes from example0.hash philsmd:42cceb8a0dXXX82b8fb6831f3...
philsmd Old hashcat Support 9 32,229 04-11-2013, 04:17 PM
    Thread: Breaking SHA1-HMAC
Post: RE: Breaking SHA1-HMAC

Code: -- $ cat dict.txt abcd $ cat m0160.txt # masked 8717XXX45b7cXXX66d9XXX55c6e5b9eXXXXc46c:1234 $ ./hashcat-cli64.bin --quiet -m 160 m0160.txt dict.txt 8717XXX45b7cXXX66d9XXX55c6e5b9eXXXXc4...
philsmd Old hashcat Support 12 31,844 07-31-2013, 06:01 PM
    Thread: Breaking SHA1-HMAC
Post: RE: Breaking SHA1-HMAC

Of course that is not good for attacking the hash, if you miss important information (the salt/key in general is known). You could try to generate a list of salts (e.g. w/ maskprocessor and a suitabl...
philsmd Old hashcat Support 12 31,844 07-31-2013, 06:58 PM
    Thread: Breaking SHA1-HMAC
Post: RE: Breaking SHA1-HMAC

1. Eula needs to be accepted only once (if you type YES 1. time hashcat will "remember" that it was accepted) 2. the commands end at the newline character, therefore you don't need to specify the pass...
philsmd Old hashcat Support 12 31,844 08-01-2013, 04:23 PM
    Thread: Breaking SHA1-HMAC
Post: RE: Breaking SHA1-HMAC

Try it this way: 0. Check if the hash file is correct: Code: -- $ cat m0160.txt #masked 8717XXX45b7cXXX66d9XXX55c6e5b9eXXXXc46c -- 1. Generate external salts list (file: external_salts.txt):...
philsmd Old hashcat Support 12 31,844 08-01-2013, 02:22 AM
    Thread: 2nd GPU very slow
Post: RE: 2nd GPU very slow

Hey, did you try to run the same attack with the command line parameter -d 1 , afterwards -d 2 . Furthermore you should try to run the benchmark oclHashcat64.bin -b -m 1000, also oclHashcat64.bin -b...
philsmd Old oclHashcat Support 14 31,686 02-28-2014, 12:43 PM
    Thread: Hashes.org Script
Post: RE: Hashes.org Script

guys please... if the error is (simplified) "command line argument 1 is missing, please provide it", we don't need to discuss this issue in 5+ posts, do we? Just provide the argument that is requested...
philsmd General Talk 15 30,804 11-20-2013, 08:38 PM
    Thread: ERROR: ./kernels/4098/m0000q_warp.VLIW0.llvmir: No such file or directory
Post: RE: ERROR: clGetDeviceIDs() -1

https://hashcat.net/forum/thread-1108.html https://hashcat.net/forum/thread-119.html https://hashcat.net/forum/thread-2073.html https://hashcat.net/forum/thread-2411.html https://hashcat.net/forum/thre...
philsmd Very old oclHashcat-lite Support 13 30,036 07-04-2013, 09:14 AM
    Thread: Help to BruteForce WPA
Post: RE: Help to BruteForce WPA

The up-to-date version of maskprocessor can always be downloaded from: https://hashcat.net/wiki/doku.php?id=maskprocessor You can use this as mp64.exe -q 2 ?u?u?u?u?u?u?u?u to: 1. create a dict (might...
philsmd Old oclHashcat Support 8 29,749 02-23-2014, 01:27 PM
    Thread: Help to BruteForce WPA
Post: RE: Help to BruteForce WPA

mp64.exe -q 2 ?u?u?u?u?u?u?u?u | oclHashcat64.exe -m 2500 -u 4096 -n 32 --status --status-timer 3 wpa.hccap And it will show you the status every 3 seconds... Please remember you use stdin mode, ther...
philsmd Old oclHashcat Support 8 29,749 02-23-2014, 05:26 PM
    Thread: how to add custome hash type
Post: RE: how to add custome hash type

Trac is here (https://www.hashcat.net/trac) and you may need to register (https://hashcat.net/trac/register) if not already done (since trac is seperate from the forum and you need to create a new acco...
philsmd Old hashcat Support 16 29,648 10-21-2013, 10:18 AM
    Thread: how to add custome hash type
Post: RE: how to add custome hash type

See https://hashcat.net/wiki/doku.php?id=example_hashes , hashcat supports 2 vbulletin hash modes (both have some restrictions on the salt length etc). Anyway, by using -m 2611 == vBulletin < v3.8.5...
philsmd Old hashcat Support 16 29,648 10-21-2013, 01:27 PM
    Thread: GTX 970 Benchmark
Post: RE: GTX 970 Benchmark

You forgot about the most important part, i.e. to add rules :P See https://hashcat.net/wiki/doku.php?id=rule_based_attack and the /rules folder
philsmd Hardware 12 29,515 01-16-2015, 02:32 AM
    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,450 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,450 07-03-2014, 10:29 AM
    Thread: OSX 10.7.4 + hashcat 0.42
Post: RE: OSX 10.7.4 + hashcat 0.42

try w/ hashcat-cli64.app
philsmd Old hashcat Support 14 29,073 12-10-2013, 01:00 AM
    Thread: Clean up CAP and Convert to HCCAPX for use with Hashcat
Post: RE: Clean up CAP and Convert to HCCAPX for use wit...

the main question that comes to my mind here is: why do you need to clean it at all? doesn't it work also without cleaning it? The output should be 100% the same one. maybe the only reasons you cl...
philsmd hashcat 6 29,048 09-12-2017, 08:08 AM
    Thread: Clean up CAP and Convert to HCCAPX for use with Hashcat
Post: RE: Clean up CAP and Convert to HCCAPX for use wit...

I just want to make sure that a non-experienced user doesn't use a silly filter and cleanup like the one mentioned above. If you know what you are doing. just do it. at your own risk. For all othe...
philsmd hashcat 6 29,048 09-13-2017, 10:49 AM
    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