Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[desc]
|
|
|
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 |
|
|
Thread: help with hashcat 5.1.0 and itunes backup recovery
Post: RE: help with hashcat 5.1.0 and itunes backup reco...
well, you probably shouldn't run that specific mask.... and probably you shouldn't run a mask attack (see https://hashcat.net/wiki/?id=mask_attack , -a 3 ) at all for itunes backups.
I would sugges... |
|
philsmd |
hashcat
|
9 |
7,472 |
02-26-2019, 04:47 PM |
|
|
Thread: Any help With hcxdumptool and hashcat
Post: RE: Any help With hcxdumptool and hashcat
I would suggest asking this on the hcxtools thread https://hashcat.net/forum/thread-6661.html or even on the github issue page of the 3th party project hxctools https://github.com/zerbea/hcxtools/issu... |
|
philsmd |
hashcat
|
5 |
3,557 |
02-27-2019, 10:59 AM |
|
|
Thread: I lost my second password blockchain.com.
Post: RE: I lost my second password blockchain.com.
I close this thread because it's getting ridiculous.
private mail addresses and advertisement of scammy (sounding) cryptocurrency wallet recovery services. This is not a forum where you post ads like... |
|
philsmd |
hashcat
|
8 |
4,091 |
02-28-2019, 04:27 PM |