Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
|
|
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: 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: 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 ?
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 ?
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 ?
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: 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 ?
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 ?
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: 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: 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: 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. 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: 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: 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: 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: Crackpos incorrect
Post: RE: Crackpos incorrect
as you might already know, if you use any amplifier (like rules) the total number of password candidates will increase. This implies also that the "Progress" number in the status screen will get large... |
|
philsmd |
hashcat
|
12 |
5,625 |
02-15-2019, 09:39 AM |
|
|
Thread: Unable to load a 7z archive hash made with 7z2hashcat
Post: RE: Unable to load a 7z archive hash made with 7z2...
update: we verified that it's a too strict parser problem in seven_zip_parse_hash (), not the whole lengths are currently allowed because of token.len_max[8] and token.len_max[9] only allowing a lengh... |
|
philsmd |
hashcat
|
9 |
4,737 |
02-14-2019, 12:49 PM |
|
|
Thread: Unable to load a 7z archive hash made with 7z2hashcat
Post: RE: Unable to load a 7z archive hash made with 7z2...
with "only" 28KB you shouldn't reach the limits.
yeah, my guess is that hashcat doesn't accept one of the fields/values (there are a lot of them see the 7z2hashcat github page for the details).
... |
|
philsmd |
hashcat
|
9 |
4,737 |
02-14-2019, 11:14 AM |
|
|
Thread: Token length exception
Post: RE: Token length exception
this syntax is wrong:
Code:
--
hashcat -m 1000 -a 3 ... ?1?1?1?1?1?1?1?1?1?1?1 ... hash.txt
--
the correct syntax is
Code:
--
hashcat -m 1000 -a 3 .... hash.txt ?1?1?1?1?1?1?1?1?1?1?1
... |
|
philsmd |
hashcat
|
7 |
23,963 |
02-14-2019, 11:10 AM |