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: Extract all passwords from potfile
Post: RE: Extract all passwords from potfile

that's incorrect. --show only considers the hashes matching the current hash type and hash list (hash.txt): Code: -- hashcat -m 0 --show --outfile-format 2 hash.txt --
philsmd hashcat 4 3,187 02-16-2019, 03:34 PM
    Thread: new to hashcat trying to learn
Post: RE: new to hashcat trying to learn

please remember that the custom charsets must be set within the hashcat mask file: Code: -- hashcat -m 2500 -a 3 -w 3 Prova.hccapx masks.hcmask -- the masks.hcmask file is this one: Code: ...
philsmd hashcat 3 1,969 02-17-2019, 10:50 AM
    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: help cracking PBKDF2-SHA512
Post: RE: help cracking PBKDF2-SHA512

1. why are you trying to crack the hash? can't you just replace the hash with a known hash and login ? Is it important that you know the password ? 2. your rule command/syntax is completely wrong. yo...
philsmd hashcat 4 3,707 02-20-2019, 10:07 AM
    Thread: multiple users - custom session file location?
Post: RE: multiple users - custom session file location?

Well, you didn't really explain how you intend to install/use hashcat and also how you manage the access to GPU/CPU OpenCL resources. I think the main problem with multi-user system and hashcat is ...
philsmd hashcat 6 3,015 02-20-2019, 09:11 PM
    Thread: help cracking PBKDF2-SHA512
Post: RE: help cracking PBKDF2-SHA512

1. what is your goal here? do you need to do forensic analysis or just need to get your data back and login ? I think if you are not using full-disk-encryption you could trick the system by giving it ...
philsmd hashcat 4 3,707 02-20-2019, 10:52 PM
    Thread: A-F 0-9 8 digit mask Help
Post: RE: A-F 0-9 8 digit mask Help

btw, as an alternative to a custom charset (-1 etc), there is also the built-in charset ?H that does the same thing. See --help: Code: -- - [ Built-in Charsets ] - ... H | 0123456789ABCDEF -- ...
philsmd hashcat 9 4,754 02-21-2019, 09:01 AM
    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: multiple users - custom session file location?
Post: RE: multiple users - custom session file location?

I don't think this is a good idea to share GPU/CPU devices like this. everyone will be experiencing reduced performance if somebody else has an attack running at the same time. I also do not unders...
philsmd hashcat 6 3,015 02-21-2019, 04:47 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: I lost my second password blockchain.com.
Post: RE: I lost my second password blockchain.com.

Well, as you should already know by registering to this forum, it is not allowed to post hashes (https://hashcat.net/forum/announcement-2.html). It's a reason to ban you. In this case it's even worse ...
philsmd hashcat 8 4,091 02-23-2019, 10:51 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: need help to extract true crypt hash
Post: RE: need help to extract true crypt hash

You should use this guide: https://hashcat.net/faq#how_do_i_extract_the_hashes_from_truecrypt_volumes you should test it on a new sample with known password (i.e. test if you are doing all steps co...
philsmd hashcat 1 1,292 02-23-2019, 07:31 PM
    Thread: Restore hashcat with no session saved
Post: RE: Restore hashcat with no session saved

using crunch makes NO sense here. hashcat supports mask attack with -a 3 (see https://hashcat.net/wiki/?id=mask_attack), something like: Code: -- hashcat -m 0 -a 3 -w 3 -O hashes.txt ?H?H?H?H?H...
philsmd hashcat 5 2,410 02-24-2019, 02:05 PM
    Thread: Restore hashcat with no session saved
Post: RE: Restore hashcat with no session saved

it's not clear from the screenshot if you used -O and -w 3
philsmd hashcat 5 2,410 02-24-2019, 02:24 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: help with hashcat 5.1.0 and itunes backup recovery
Post: RE: help with hashcat 5.1.0 and itunes backup reco...

for macOS you need to compile the executable/binaries first. You can use git and compile it with make: Code: -- git clone https://github.com/hashcat/hashcat -- Code: -- cd hashcat/ -...
philsmd hashcat 9 7,472 02-26-2019, 08:42 AM