Search Results
|
Post
[asc]
|
Author |
Forum |
Replies |
Views |
Posted |
|
|
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 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 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 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: 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: 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
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: Hitting my wits end.
Post: RE: Hitting my wits end.
what hardware/GPU do you have ? This is important information. (from your cmd output, I assume you are using windows operating system... but it's also always good to mention this info)
Try followin... |
|
philsmd |
hashcat
|
3 |
721 |
06-24-2020, 08:09 AM |
|
|
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: history hash
Post: RE: history hash
just open the potfile in a text editor or use:
Code:
--
cat hashcat.potfile
--
(this is on linux ... or use the "type" command on windows)
use --potfile-disable to disable the potfile (or rem... |
|
philsmd |
hashcat
|
5 |
1,555 |
03-13-2020, 11:32 AM |
|
|
Thread: history hash
Post: RE: history hash
if you use LINUX *and* if you have installed hashcat (make install or used a package manager), the files are wihtin your home directory:
Code:
--
cat $HOME/.hashcat/hashcat.potfile
--
|
|
philsmd |
hashcat
|
5 |
1,555 |
03-13-2020, 01:20 PM |
|
|
Thread: Hired Help?
Post: RE: Hired Help?
Yes, these requests are not allowed here.
Furthermore, hashcat is about offline cracking (vs online cracking that you "want").
And of course, the solution for your problem is to not even think abo... |
|
philsmd |
General Help
|
1 |
3,723 |
01-26-2015, 11:25 AM |
|
|
Thread: Hi, noob query.
Post: RE: Hi, noob query.
yes:
https://hashcat.net/faq/#how_can_i_show_previously_cracked_passwords_and_output_them_in_a_specific_format_eg_emailpassword |
|
philsmd |
hashcat
|
1 |
2,307 |
08-07-2017, 07:40 AM |
|
|
Thread: Hi, need some help about hashcat
Post: RE: Hi, need some help about hashcat
First you need to know what the protection is (is it only protected to not-print the document or not-edit the document, or is the whole document encrypted ?).
After that you should use pdf2john.pl ... |
|
philsmd |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
11 |
6,617 |
03-09-2019, 07:12 PM |
|
|
Thread: hi guys please a little help with hashcat
Post: RE: hi guys please a little help with hashcat
you are using the wrong tools to capture the wlan traffic and you should give more details about your output.
to capture the data you should use hcxtools, like recommended all around this forum etc... |
|
philsmd |
hashcat
|
12 |
8,236 |
06-28-2018, 07:19 AM |