Search Results
|
Post
[asc]
|
Author |
Forum |
Replies |
Views |
Posted |
|
|
Thread: Correct way to hash and crack PMKID and benchmark
Post: RE: Correct way to hash and crack PMKID and benchm...
I think there are a lot of misunderstandings here.
I would highly recommend that you re-read this thread again: https://hashcat.net/forum/thread-7717.html
of course -m 16800 = WPA-PMKID-PBKDF2 i... |
|
philsmd |
General Talk
|
1 |
5,147 |
01-30-2019, 02:01 PM |
|
|
Thread: correct command line
Post: RE: correct command line
You do not need to repeately hit the r key. it makes absolutely no sense.
You only need to hit r (for resume) when you hit p (for pause) beforehand.
This means that resuming (r) only makes sense if ... |
|
philsmd |
hashcat
|
24 |
22,564 |
11-16-2017, 09:28 PM |
|
|
Thread: correct command line
Post: RE: correct command line
your -p parameter makes no sense. -p makes no sense in combination with veracrypt (and if you use it in other situations you would need to specify the character that must be used as a separator)
I'... |
|
philsmd |
hashcat
|
24 |
22,564 |
12-04-2017, 08:51 PM |
|
|
Thread: correct command line
Post: RE: correct command line
Do not use "-p".
use --veracrypt-pim.
Code:
--
hashcat64.exe -m 13721 -a 0 -w 4 --veracrypt-pim 2406 -o hit.txt MyEncryptionP.hc dict.txt
--
I do not understand what you mean by "running against ... |
|
philsmd |
hashcat
|
24 |
22,564 |
12-23-2017, 02:32 PM |
|
|
Thread: correct command line
Post: RE: correct command line
That's not a contradiction.
Both statements are true:
1. 3 dashes are 1 too much
2. 1 dash is 1 dash missing
The only correct number of minus symbols (dashes) before the name of the (long) arg... |
|
philsmd |
hashcat
|
24 |
22,564 |
12-23-2017, 03:15 PM |
|
|
Thread: Continue cracking on success?
Post: RE: Continue cracking on success?
this makes no sense with your example, because -m 5100 checks for 16 hex characters (or 8 bytes).
... but the general answer would be to just use
Code:
--
--keep-guessing
--
|
|
philsmd |
hashcat
|
2 |
290 |
09-20-2020, 05:06 PM |
|
|
Thread: complex password alternation
Post: RE: complex password alternation
which type of rar archives we are talking about here?
hashcat supports these 2 hash types for rar archives:
-m 12500 = RAR3-hp
-m 13000 = RAR5
(the non-hp version of rar3, i.e. the one without... |
|
philsmd |
hashcat
|
1 |
1,329 |
01-30-2019, 02:27 PM |
|
|
Thread: Complex iTunes password
Post: RE: Complex iTunes password
Please keep in mind:
1. this has nothing to do with hashcat. If the password is completely random, long enough, wasn't leaked before and therefore doesn't appear in any word list, it could be just in... |
|
philsmd |
hashcat
|
7 |
6,395 |
09-07-2017, 08:25 AM |
|
|
Thread: Complete Noob
Post: RE: Complete Noob
In general you should prefer masks/hcmask files over *generating* wordlist (that fit those requirements)... but it really depends on what the requirements exactly are... Do you know the positions of t... |
|
philsmd |
Very old oclHashcat-plus Support
|
1 |
5,210 |
10-28-2013, 12:02 AM |
|
|
Thread: compiling a reduced wordlist .ccp
Post: RE: compiling a reduced wordlist .ccp
some answers already given here: https://hashcat.net/forum/thread-6170-post-49424.html#pid49424
Maybe it's better to just explain what you ultimate goal is ?
Does it even have to do with WPA2 ha... |
|
philsmd |
General Talk
|
2 |
659 |
07-03-2020, 10:28 AM |
|
|
Thread: Compile by make win failed on Linux Mint
Post: RE: Compile by make win failed on Linux Mint
wow that's quite a special case that you want to cross-compile it. All other cases are quite good documented but normally only the devs needs to build the windows binaries from linux.
It's document... |
|
philsmd |
hashcat
|
1 |
1,090 |
08-28-2019, 01:53 PM |
|
|
Thread: Command error
Post: RE: Command error
I think this is a problem of quotation marks "" vs ''
I think windows only accepts "" as quotation for parameters
The normal hashcat command is like this:
Code:
--
hashcat64.exe -m 14800 -... |
|
philsmd |
hashcat
|
4 |
2,207 |
03-21-2019, 01:49 PM |
|
|
Thread: Combine User:hash:salt with Hash:salt:passwords
Post: RE: Combine User:hash:salt with Hash:salt:password...
How to do this was explained dozens of times on the forum and it was even added in the frequently asked question (FAQ) wiki page because of users asking the same question again and again:
https://h... |
|
philsmd |
General Help
|
1 |
4,070 |
07-13-2015, 02:36 PM |
|
|
Thread: Combine to user:pass, Crashes with --show
Post: RE: Combine to user:pass, Crashes with --show
Thanks for the report.
Next time please consider opening a trac ticket if you experience a problem/crash and can reliable reproduce it.
Thx
BTW: the problem was anyways trac'ed here: https://ha... |
|
philsmd |
General Help
|
8 |
13,187 |
01-29-2015, 01:09 PM |
|
|
Thread: Combine to user:pass, Crashes with --show
Post: RE: Combine to user:pass, Crashes with --show
I think you mean this problem, or better said "feature request" in cpu hashcat:
https://hashcat.net/forum/thread-3992-post-22809.html#pid22809
Afaik nobody bothered to open a ticket about this "mi... |
|
philsmd |
General Help
|
8 |
13,187 |
01-29-2015, 01:29 PM |
|
|
Thread: Combine to user:pass, Crashes with --show
Post: RE: Combine to user:pass, Crashes with --show
wait.
this task won't take you longer than some ms (case #1) or seconds (case #2).
#1: you just sed / awk etc it
#2: you open a reliable text editor (like vi / vim, maybe also notepad++ etc) and sear... |
|
philsmd |
General Help
|
8 |
13,187 |
01-29-2015, 01:46 PM |
|
|
Thread: Combine to user:pass, Crashes with --show
Post: RE: Combine to user:pass, Crashes with --show
As said, here and in the trac ticket, the first field (the username) can never be empty in the current release version.
That means, that a line starting with a colon.
:HASH:SALT
is currently not vali... |
|
philsmd |
General Help
|
8 |
13,187 |
01-29-2015, 02:00 PM |
|
|
Thread: Combine specific hcchr with ?d?l?u..
Post: RE: Combine specific hcchr with ?d?l?u..
The .hcchr files should contain all chars that are part of your custom charset.
Therfore, the simplest solution is to modify the .hcchr file s.t. it contains also the additional chars you need.
E.... |
|
philsmd |
General Help
|
2 |
5,220 |
06-22-2014, 01:48 PM |
|
|
Thread: combine rules without duplicates?
Post: RE: combine rules without duplicates?
no, I think in this case it's different.
There are 11 sets and some of them are a set (or a OR) , like this:
Code:
--
(['sa4', 'sa@'], ['sb6'], ['sc |
|
philsmd |
hashcat
|
10 |
965 |
09-01-2020, 02:36 PM |
|
|
Thread: combine rules without duplicates?
Post: RE: combine rules without duplicates?
well, that sounds like a very different problem compared to the problem we were discussing above to "just" have some alternatives/sets of replacement for a single character (like "try both sa4 and sa@... |
|
philsmd |
hashcat
|
10 |
965 |
09-03-2020, 09:33 PM |