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 [desc] Author Forum Replies Views Posted
    Thread: Hitting my wits end.
Post: RE: Hitting my wits end.

Code: -- hashcat.exe -m 12500 -a 3 -w 3 -O --increment --increment-min 4 --increment-max 20 --custom-charset2 abcKLM13579,-: "InputHashHere" ?2?2?2?2?2?2?2?2?2?2?2?2?2?2?2?2?2?2?2?2 -- for all ...
philsmd hashcat 3 721 06-24-2020, 08:36 AM
    Thread: HMAC-SHA1
Post: RE: HMAC-SHA1

The beta version (https://hashcat.net/beta/) supports much larger password and salt lengths at the cost of performance (if you do not use -O command line argument with newest beta version, you should ...
philsmd hashcat 5 5,692 09-19-2017, 11:08 AM
    Thread: HMAC-SHA1
Post: RE: HMAC-SHA1

Never saw this before... but it seems that the "Killed" error comes from you operating system (it's defintely not from hashcat itself) and means that you do not have enough RAM. How much RAM do you h...
philsmd hashcat 5 5,692 09-19-2017, 03:03 PM
    Thread: HMAC-SHA1 need help please!
Post: RE: HMAC-SHA1 need help please!

Some details in this questions make no sense to me. It seems that you want to crack using mode 150 while you are using examples/A0.M0.word and examples/A0.M0.hash. Those files are for mode 0 (MD5) and...
philsmd Old hashcat Support 5 13,420 06-29-2013, 08:46 AM
    Thread: HMAC-SHA1 need help please!
Post: RE: HMAC-SHA1 need help please!

You really have to read the wiki (https://hashcat.net/wiki/ ), all of it. After that try to run this: hashcat-cli64.exe --help and read the output too (whole output). Then, read this: https://ha...
philsmd Old hashcat Support 5 13,420 06-29-2013, 11:41 AM
    Thread: HMAC-SHA1 with binary Key
Post: RE: HMAC-SHA1 with binary Key

pro tip with hashcat 3.6+ or newer you could just use the --encoding-to command line option (if the word list is not already using the correct encoding): Code: -- $ cat hash.txt 30263e435f8ce1b...
philsmd hashcat 3 4,169 10-16-2017, 07:33 AM
    Thread: How are Litecoin wallets encrypted?
Post: RE: How are Litecoin wallets encrypted?

You do not need to guess. The details of the algorithm to derive a key from the user password and use this to encrypt the data/wallet is documented all over the internet, e.g. see here: https://en.bit...
philsmd hashcat 3 4,292 01-15-2018, 09:51 AM
    Thread: How can find a sha256 hash start with ***** with hashcat & markprocessor?
Post: RE: How can find a sha256 hash start with ***** wi...

have a look at -m 5100 = Half MD5 which does more or less exactly what you describe (just for MD5 instead of sha256)... the problem with too small prefixes is that there will be too many results/colli...
philsmd hashcat 2 1,127 12-26-2019, 11:38 AM
    Thread: How can I crack a veracrypt encrypted partition?
Post: RE: How can I crack a veracrypt encrypted partitio...

If that's the case you shouldn't be able to find the string "BOOTMGR compressed" etc on the encrypted volume. Maybe you are trying to extract the "hash" from the wrong partition?
philsmd hashcat 10 26,762 07-15-2017, 02:08 PM
    Thread: how can i crack hexmd5 hash ?
Post: RE: how can i crack hexmd5 hash ?

you must be doing something wrong. If I put the javascript code into my browser and run hexMD5 ('\115' + "22222222" + '\017\226\132\264\231\243\072\025\142\343\313\006\131\010\106\311') I get this ...
philsmd General Talk 27 14,953 02-19-2019, 12:35 PM
    Thread: how can i crack hexmd5 hash ?
Post: RE: how can i crack hexmd5 hash ?

I think you are just heavily misinterpreting the tcp dump. Just think about it a moment. The javascript code must be sent before the hexMD5 () password is sent, because the client needs to know wha...
philsmd General Talk 27 14,953 02-21-2019, 10:45 AM
    Thread: how can i crack hexmd5 hash ?
Post: RE: how can i crack hexmd5 hash ?

1. about the javascript string to hexadecimal conversion: it's just the octal code point (see https://mathiasbynens.be/notes/javascript-escapes#octal) converted to hexadecimal something like this in ...
philsmd General Talk 27 14,953 02-21-2019, 04:38 PM
    Thread: how can i crack hexmd5 hash ?
Post: RE: how can i crack hexmd5 hash ?

in the capture test.pcap if first packet javascript with salt then hash packet after javascript is VERY GOOD if first packet hash then javascript is VERY BAD if last packet javascript and NO ...
philsmd General Talk 27 14,953 02-22-2019, 01:29 PM
    Thread: how can i crack hexmd5 hash ?
Post: RE: how can i crack hexmd5 hash ?

https://i.postimg.cc/MpF52GFn/verygoodverybad.png
philsmd General Talk 27 14,953 02-22-2019, 07:25 PM
    Thread: how can i crack hexmd5 hash ?
Post: RE: how can i crack hexmd5 hash ?

the only problem is that your capture starts in the middle and ends in the middle and therefore only one complete exchange is captured. Let's make it very clear. The javascript + salt is the que...
philsmd General Talk 27 14,953 02-23-2019, 01:08 AM
    Thread: how can i crack hexmd5 hash ?
Post: RE: how can i crack hexmd5 hash ?

Q3 is a new question. A1 was a very old answer. we do NOT have any answer for question 3 (Q3). We have no question Q1 for answer A1. This is because you started and stopped the capture in the mid...
philsmd General Talk 27 14,953 02-23-2019, 04:28 PM
    Thread: how can i crack hexmd5 hash ?
Post: RE: how can i crack hexmd5 hash ?

https://i.postimg.cc/zfwB1t82/a.png the wireshark filter used in this image: frame contains " = hexMD5" || frame contains "password=" answer 1: A1 (response (POST) from client with "password=",...
philsmd General Talk 27 14,953 02-24-2019, 06:57 PM
    Thread: how can i fix Gpu reaching the abort temp after a while ?
Post: RE: how can i fix Gpu reaching the abort temp afte...

most of the time the best thing to do is to fix the main problem instead of trying really hard (and failing horrendously in doing so) to bypass/avoid it. Fan/cooling/throttling issues are serious p...
philsmd hashcat 13 4,679 06-06-2019, 12:05 PM
    Thread: how can i fix Gpu reaching the abort temp after a while ?
Post: RE: how can i fix Gpu reaching the abort temp afte...

-w 1 or -u 1 -n 1 --force but you should use --force only if you know what you are doing and do not report any problems when using --force (you can change the -u and -n values slightly if you...
philsmd hashcat 13 4,679 06-06-2019, 01:08 PM
    Thread: How can I get status from hashcat for using other program?
Post: RE: How can I get status from hashcat for using ot...

Ok, I understand. If you look at the output of ./*hashcat -h you see some parameters that may help you, e.g.: --status Enable automatic update of the status-screen --status-timer=NUM Seconds betwee...
philsmd Very old oclHashcat-lite Support 8 16,012 05-13-2013, 01:47 PM