Search Results
|
Post |
Author |
Forum |
Replies |
Views
[asc]
|
Posted |
|
|
Thread: Kerberoasting not working
Post: RE: Kerberoasting not working
do you use the latest beta version from https://hashcat.net/beta/ ? |
|
philsmd |
hashcat
|
8 |
2,397 |
02-21-2020, 12:24 PM |
|
|
Thread: 1080ti wrong driver??
Post: RE: 1080ti wrong driver??
As far as I remember there was a problem with self-test for -m 15700. I would suggest to use the beta in this particular case for which the self-test error should not happen anymore (https://hashcat.n... |
|
philsmd |
hashcat
|
1 |
2,394 |
01-05-2018, 10:12 AM |
|
|
Thread: PBKDF2 and SHA-1 question
Post: RE: PBKDF2 and SHA-1 question
https://github.com/hashcat/hashcat/blob/773dab91616df1088b5887623547ab2bde80d9ba/tools/test_modules/m16800.pm#L40-L58
256 bits are 32 bytes (32 * 8 = 256) |
|
philsmd |
hashcat
|
4 |
2,385 |
04-06-2019, 10:58 PM |
|
|
Thread: Empty hash? "Disk error"
Post: RE: Empty hash? "Disk error"
I think the problem is that you are trying to extract the data from a specific partition (e.g. /dev/sda1) while the guide here https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_do_i_... |
|
philsmd |
hashcat
|
2 |
2,384 |
12-29-2017, 08:51 AM |
|
|
Thread: PDF (Standard V1.3 40-bit RC4) Salt-value exception
Post: RE: PDF (Standard V1.3 40-bit RC4) Salt-value exce...
I think it should be -m 10400 = PDF 1.1 - 1.3 (Acrobat 2 - 4)
but your hash starts with $pdf$1*3* and only V == 1 and R == 2 is allowd by the parser.
Remember that you should never post hashes on ... |
|
philsmd |
hashcat
|
2 |
2,380 |
12-03-2018, 02:17 PM |
|
|
Thread: helpme ^^)
Post: RE: helpme ^^)
hashes were removed. users were banned. follow the forum rules. damnit
see https://hashcat.net/forum/announcement-2.html |
|
philsmd |
hashcat
|
4 |
2,380 |
01-05-2019, 05:10 PM |
|
|
Thread: New - What am I missing?
Post: RE: New - What am I missing?
example hashes can be found here (or use -m 110 --example):
https://hashcat.net/wiki/doku.php?id=example_hashes |
|
philsmd |
hashcat
|
8 |
2,372 |
10-12-2019, 05:18 PM |
|
|
Thread: New - What am I missing?
Post: RE: New - What am I missing?
if the example hash works (from the wiki page, password for the example hash is hashcat), so should every other hash given the correct hash, salt, password.
there could be many problems.
1. your h... |
|
philsmd |
hashcat
|
8 |
2,372 |
10-12-2019, 05:40 PM |
|
|
Thread: MSCHAPv2 load fail
Post: RE: MSCHAPv2 load fail
The correct hash mode is -m 5500 = NetNTLMv1 and the password for this hash is "password".
bob::::63xxx03415162exxxxx263799f8e8axxx5a6bc4d0exxxx72:axxxx01cd59xxx32:password
BTW: you are not allo... |
|
philsmd |
hashcat
|
2 |
2,363 |
11-03-2017, 02:16 PM |
|
|
Thread: Another KeePass issue. Salt-value/Salt-length exception
Post: RE: Another KeePass issue. Salt-value/Salt-length ...
run hashcat like this:
Code:
--
hashcat64.exe -m 13400 -a 0 hash.txt dict.txt
--
where hash.txt contains the output of keepass2john (without filenames and without the leading colon ":") and ... |
|
philsmd |
hashcat
|
3 |
2,347 |
08-27-2019, 11:45 AM |
|
|
Thread: Help a total beginner: No usable dictionary file found.
Post: RE: Help a total beginner: No usable dictionary fi...
-a 6 is a hybrid attack mode, therefore you need to specify both the dictionary file and the mask
your command line should look something like this:
Code:
--
hashcat -a 6 -m 7700 hashes.txt dic... |
|
philsmd |
hashcat
|
2 |
2,335 |
05-03-2018, 07:13 PM |
|
|
Thread: run hashcat on winserver 2019
Post: RE: run hashcat on winserver 2019
maybe it's from a different OpenCL Platform ?
please post the output of:
hashcat -I |
|
philsmd |
hashcat
|
7 |
2,335 |
02-15-2020, 10:31 PM |
|
|
Thread: cracking Wifi with android phone
Post: RE: cracking Wifi with android phone
(I will only answer the hashcat related part of the question, because this is the hashcat forum.... how you obtain networks traffic captures is another question not related to hashcat at all,,. hint: ... |
|
philsmd |
hashcat
|
2 |
2,328 |
12-20-2018, 09:37 AM |
|
|
Thread: bitlocker Hash-types Mask Attack Unable to crack the password correctly
Post: RE: bitlocker Hash-types 掩码?l?l?l无法正确�...
The forum rules are very clear that it is not allowed to use any other language other than English on this forum.
https://hashcat.net/forum/announcement-2.html
Rules are rules and they need to be ... |
|
philsmd |
hashcat
|
6 |
2,313 |
03-11-2020, 12:56 PM |
|
|
Thread: bitlocker Hash-types Mask Attack Unable to crack the password correctly
Post: RE: bitlocker Hash-types Mask Attack Unable to cra...
Are you able to share this hash in a private message (PM) with us ?
Alternatively, could you generate an example hash that also is uncrackable (for which you know the password and are able to share... |
|
philsmd |
hashcat
|
6 |
2,313 |
03-13-2020, 02:39 PM |
|
|
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: hashcat 0h/s
Post: RE: hashcat 0h/s
The timeout patch was not applied correctly (maybe you didn't reboot etc, please follow the steps 1 by 1 and don't skip anything)
You should also try with cmd instead of powershell. that might also... |
|
philsmd |
hashcat
|
3 |
2,306 |
12-16-2018, 11:48 AM |
|
|
Thread: Hashcat Brain
Post: RE: Hashcat Brain
it depends on the --brain-client-features that was set (see hashcat --help).
brain + "--brain-client-features 3" (or "--brain-client-features 1") only makes sense with slow hashes (not something li... |
|
philsmd |
hashcat
|
5 |
2,300 |
05-26-2019, 11:45 AM |
|
|
Thread: Hashcat Brain
Post: RE: Hashcat Brain
slow is slow, WPA is slow enough |
|
philsmd |
hashcat
|
5 |
2,300 |
05-26-2019, 01:31 PM |
|
|
Thread: Doesn't find plain SHA-256 hashes in dictionary
Post: RE: Doesn't find plain SHA-256 hashes in dictionar...
You need to create the hashes correctly, see https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#i_created_a_hash_with_echo_test_md5sum_but_hashcat_fails_to_crack_it
if you create a has... |
|
philsmd |
hashcat
|
3 |
2,290 |
10-13-2018, 01:18 PM |