Search Results
|
Post |
Author |
Forum |
Replies |
Views
[desc]
|
Posted |
|
|
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: 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: 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: 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: 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: 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: 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: 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: 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: Kerberoasting not working
Post: RE: Kerberoasting not working
the question now is, does it work without --force ? does it crack with the correct password ? |
|
philsmd |
hashcat
|
8 |
2,397 |
02-21-2020, 10:32 AM |
|
|
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: 7z2Hashcat Output | What is this?
Post: RE: 7z2Hashcat Output | What is this?
well, the 2 data length bounds between 7z2hashcat and hashcat are in sync... therefore if you increase one (the 7z2hashcat perl file), you would also need to increase the other one (in hashcat source ... |
|
philsmd |
General Talk
|
5 |
2,402 |
12-17-2019, 09:47 AM |
|
|
Thread: 7z2Hashcat Output | What is this?
Post: RE: 7z2Hashcat Output | What is this?
I'm not sure what the 200000000 number means. I think you mean, that this is the double of the binary data size (BECAUSE of hexadecimal encoding), i.e. 200000000 / 2 = 100000000 should be accepted... ... |
|
philsmd |
General Talk
|
5 |
2,402 |
12-18-2019, 09:53 AM |
|
|
Thread: 7z2Hashcat Output | What is this?
Post: RE: 7z2Hashcat Output | What is this?
Well, that patch you mentioned is pretty old, there weren't even hashcat modules used in the hashcat source code back then (well, a hashcat version with modules was not even release yet though, so it'... |
|
philsmd |
General Talk
|
5 |
2,402 |
12-20-2019, 08:47 AM |
|
|
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: Hashcat running VERY slow
Post: RE: Hashcat running VERY slow
bcrypt has a cost factor
2 ^ cost factor is determining the iteration count. You can't compare apple to oranges. different cost factors imply different speeds |
|
philsmd |
hashcat
|
5 |
2,432 |
05-24-2019, 09:25 PM |