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: Avoiding startup lag when running hashcat in a loop
Post: RE: Avoiding startup lag when running hashcat in a...

First of all, --force is not used to enable your CPU, but --force is used to run hashcat even if it detected some hard problems on your system. -D 1 (or --opencl-device-types 1) instead needs to be...
philsmd hashcat 2 1,716 12-12-2018, 12:20 PM
    Thread: Can only find one hash of two - Office 2013
Post: RE: Can only find one hash of two - Office 2013

how did you get / generate these hashes ? They don't look very random for instance e166509e5a4e05670dc5f3a57c4f30ff is the same which is kind of weird because it shouldn't happen at all that this part...
philsmd hashcat 5 3,229 12-11-2018, 10:55 PM
    Thread: hashcat iconv
Post: RE: hashcat iconv

well, I'm still not sure if 278fbfac8b69dda968b190e6bb1f4ac9 is the correct hash for your plain. I guess you do not know the password at all (which is bad since it would be a reason to ban you, but I'...
philsmd hashcat 4 2,981 12-07-2018, 06:40 PM
    Thread: hashcat iconv
Post: RE: hashcat iconv

if I generate a md5 hash with your input $HEX[706f657a6965] I get a completely separate result: Code: -- printf "po\xebzie" |iconv -f "iso8859-1" -t "ASCII//TRANSLIT" | md5sum 5453454a253f8840811...
philsmd hashcat 4 2,981 12-07-2018, 01:25 PM
    Thread: Help figuring out TOPT (HMAC-SHA1)
Post: RE: Help figuring out TOPT (HMAC-SHA1)

see https://www.unix-ninja.com/p/attacking_google_authenticator
philsmd hashcat 1 1,726 12-05-2018, 09:09 AM
    Thread: PDF (Standard V1.3 40-bit RC4) Salt-value exception
Post: RE: PDF (Standard V1.3 40-bit RC4) Salt-value exce...

I think it should be -m 10400 = PDF 1.1 - 1.3 (Acrobat 2 - 4) but your hash starts with $pdf$1*3* and only V == 1 and R == 2 is allowd by the parser. Remember that you should never post hashes on ...
philsmd hashcat 2 2,380 12-03-2018, 02:17 PM
    Thread: question about brain server
Post: RE: question about brain server

what --brain-client-features do you use? as you can see from the --help not all settings are checking all passwords: Code: -- - [ Brain Client Features ] - # | Features ===+======== ...
philsmd hashcat 3 2,682 12-01-2018, 10:07 PM
    Thread: hcstat to hcstat2
Post: RE: hcstat to hcstat2

well, in theory one could develop a tool to convert .hcstat files into .hcstat2 files, but at the end it doesn't make much sense because the new file format of course has several advantages (most impo...
philsmd hashcat 2 2,035 11-29-2018, 10:44 AM
    Thread: How to erase/reset hashcat-brain server
Post: RE: How to erase/reset hashcat-brain server

#1 there is no such thing as an installation for brain. you can just remove/delete the files starting with brain.* brain.*.admp (attack storage) brain.*.ldmp (session storage, long time memory) ...
philsmd hashcat 2 2,599 11-28-2018, 01:28 PM
    Thread: Masking??? (Noob)
Post: RE: Masking??? (Noob)

looks almost perfect, but @undeath I think the first step is not quite correct. #1: "either all cap or no cap" this means that you have only 2 possibilities (either 3 lowercase or 3 uppercase ch...
philsmd hashcat 3 2,286 11-27-2018, 12:07 PM
    Thread: Won't start cracking (beginner)
Post: RE: Won't start cracking (beginner)

are you sure you installed the driver correctly? please use these instructions: https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#i_may_have_the_wrong_driver_installed_what_should_i_do ...
philsmd Hardware 4 3,801 11-25-2018, 09:56 PM
    Thread: bruteforce wpa2 from 9999999999 to 6000000000 in decreasing order
Post: RE: bruteforce wpa2 from 9999999999 to 6000000000 ...

(you should use ?1 if you set -1 )
philsmd hashcat 7 4,636 11-23-2018, 11:41 AM
    Thread: IIS http digest
Post: RE: IIS http digest

yeah, there are basically 2 different algorithms, namely "MD5" vs "MD5-sess", and currently only MD5 is supported by hashcat. The difference is basically that MD5-sess includes the nonce and client...
philsmd hashcat 5 3,180 11-20-2018, 08:18 PM
    Thread: Unified list manager
Post: RE: Unified list manager

use hashcat in-built --show mechanism instead. Code: -- hashcat -m 0 --show --outfile-format 2 hashes.txt -- this other tool "Unitifed list manager" is a 3th party tool and we don't give sup...
philsmd General Talk 1 1,779 11-19-2018, 10:49 PM
    Thread: IIS http digest
Post: RE: IIS http digest

I think the MD5-sess "algorithm" could be a problem here, afaik we currently only support the "normal" "MD5" one. see the differences here: https://en.wikipedia.org/wiki/Digest_access_authenticatio...
philsmd hashcat 5 3,180 11-19-2018, 07:07 PM
    Thread: brain-server
Post: RE: brain-server

there was a problem with starting the hashcat brain with version 5.0.0 on windows (see https://github.com/hashcat/hashcat/issues/1738#issuecomment-434274579). This problem is already fixed and the la...
philsmd hashcat 4 4,680 11-19-2018, 11:46 AM
    Thread: wallet.dat mode 11300: can make a hash from pywallet.py dump?
Post: RE: wallet.dat mode 11300: can make a hash from py...

it's the length of the next field. e.g the length of d011a1b6a8d675b7a36d0cd2efaca32a9f8dc1d57d6d01a58399ea04e703e8bbb44899039326f7a00f171a7bbc854a54 is 96 hexadecimal characters. Please use bitcoi...
philsmd hashcat 3 3,379 11-15-2018, 08:59 AM
    Thread: OpenCL problem
Post: RE: OpenCL problem

As far as I know it's not possible to pass through the GPU with a system with only 1 GPU and furthermore VM doesn't support this GPU passthrough feature (as far as I know). It's also very complex and ...
philsmd hashcat 5 6,486 11-06-2018, 12:52 PM
    Thread: Recovering an encrypted file
Post: RE: Recovering an encrypted file

hashcat supports veracrypt with the hash modes Code: -- 137XY | VeraCrypt X | 1 = PBKDF2-HMAC-RIPEMD160 X | 2 = PBKDF2-HMAC-SHA512 X | 3 = PBKDF2-HMAC-Whirlpool X | 4 =...
philsmd hashcat 7 5,345 11-02-2018, 07:15 PM
    Thread: hybrid attack Netntlm too slow
Post: RE: hybrid attack Netntlm too slow

just for testing: Code: -- hashcat --keyspace -m 5500 -a 6 -1 ?l?u?s possibilities.txt ?1?1?1?1?1?1?1 -- Code: -- hashcat --stdout -a 6 -o temporary_file.txt -s 2 -l 2 -1 ?l?u?s possibiliti...
philsmd hashcat 12 6,451 10-27-2018, 10:44 PM