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 [desc] Posted
    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: 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,750 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,750 02-23-2014, 05:26 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: 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: 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,687 02-28-2014, 12:43 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,848 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,848 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,848 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,848 08-01-2013, 02:22 AM
    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: 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: Hashcat 0.43 not successfully decrypting SHA512 unix hash
Post: RE: Hashcat 0.43 not successfully decrypting SHA51...

Just tested the same hash on 32 bit ubuntu and 32 bit windows 7 (w/ cygwin) w/ both v43 and latest beta. I instead CAN reproduce the problem, seems to be an odd 32bit-specific problem!? WIN: Code: -...
philsmd Old hashcat Support 12 33,261 03-14-2013, 10:49 AM
    Thread: Hashcat 0.43 not successfully decrypting SHA512 unix hash
Post: RE: Hashcat 0.43 not successfully decrypting SHA51...

It is on trac now ( https://hashcat.net/trac/ticket/92/ ). Thx
philsmd Old hashcat Support 12 33,261 03-15-2013, 11:49 AM
    Thread: Is it a md5 colision ?
Post: RE: Is it a md5 colision ?

I would suggest you reduce your rule file to the bare minimum needed to reproduce this behaviour and post the few lines here. As far as I understood, it could be a "bug" regarding the rules !?
philsmd General Help 15 33,317 04-14-2013, 11:05 AM
    Thread: Is it a md5 colision ?
Post: RE: Is it a md5 colision ?

Mystery solved! Try: Code: -- echo -en "elec@\00"|md5sum 9a214e678ed4e501d1576326ce84b41c *- -- So the string terminator \0 is included into the "search string" when the 'x rule has a lengt...
philsmd General Help 15 33,317 04-14-2013, 12:27 PM
    Thread: Is it a md5 colision ?
Post: RE: Is it a md5 colision ?

Trac ticket and further discussion about possible solutions are located here: https://hashcat.net/trac/ticket/154
philsmd General Help 15 33,317 06-01-2013, 03:50 PM
    Thread: Ubuntu 16.04 LTS NVIDIA Setup Guide
Post: RE: Ubuntu 16.04 LTS NVIDIA Setup Guide

We, in general, do not recommend using the package maintainers versions of the proprietary driver, since our experience showed they are either totally out-of-date or the packages are totally messed up...
philsmd User Contributions 21 33,865 08-07-2017, 08:02 AM
    Thread: Ubuntu 16.04 LTS NVIDIA Setup Guide
Post: RE: Ubuntu 16.04 LTS NVIDIA Setup Guide

shouldn't you use [fan:1] and [fan:2] instead ?
philsmd User Contributions 21 33,865 11-08-2017, 01:10 PM