Search Results
|
Post
[desc]
|
Author |
Forum |
Replies |
Views |
Posted |
|
|
Thread: Rules doesn't work.
Post: RE: Rules doesn't work.
I can't give any advice about the other tools, but my recommendation is that you just should learn how hashcat works and the hashcat rules etc (see wiki, https://hashcat.net/wiki/) and just focus on h... |
|
philsmd |
hashcat
|
1 |
479 |
06-19-2020, 05:23 PM |
|
|
Thread: rules file support in attack mode 3
Post: RE: rules file support in attack mode 3
If the keyspace of the mask that you want to duplicate is very slow (as in your case just 10000 password candidates), you could just store these password candidates to a dictionary file and use the di... |
|
philsmd |
hashcat
|
6 |
5,814 |
02-15-2018, 10:30 AM |
|
|
Thread: Rules for Swedish characters
Post: RE: Rules for Swedish characters
see --keyboard-layout-mapping and the file layouts/se.hckmap
also read about the addition of this feature here: https://hashcat.net/forum/thread-7983.html |
|
philsmd |
hashcat
|
4 |
1,606 |
07-31-2019, 07:18 PM |
|
|
Thread: Rules in 16800 don't work?
Post: RE: Rules in 16800 don't work?
it's exactly like undeath explained above.
Without the -S slow mode the passwords that are too short (from the dict) are rejected immediately, while the -S mode is slow because it mangles the words w... |
|
philsmd |
General Talk
|
8 |
1,341 |
06-30-2020, 11:10 AM |
|
|
Thread: Rules Mask
Post: RE: Rules Mask
Forget about the password list and use a mask.
For the second problem, this could help: https://hashcat.net/forum/thread-2161.html |
|
philsmd |
General Help
|
4 |
8,079 |
08-25-2013, 06:55 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: run LUKS on windows
Post: RE: run LUKS on windows
Yeah, you can use any hash type that hashcat supports on both unix and windows (actually you can even use OSX too). Hashcat doesn't has a limitation that forbids you to run LUKS on windows.
Well, you... |
|
philsmd |
hashcat
|
1 |
2,909 |
01-31-2017, 09:26 AM |
|
|
Thread: Running into issues with max mask length
Post: RE: Running into issues with max mask length
this problem should be fixed with recent commits: https://github.com/hashcat/hashcat/commit/c78b8878d5e1c1304218cce53efcf3a52a1cb772
please test the beta at https://hashcat.net/beta/ and report bac... |
|
philsmd |
hashcat
|
6 |
2,043 |
10-18-2019, 09:48 AM |
|
|
Thread: Ryzen + RX 580 only one device working
Post: RE: Ryzen + RX 580 only one device working
-d 1,2 is not the correct thing you need.
You need to whitelist/select the device types with:
--opencl-device-types (or short -D), capital letter "D"
-D 1,2 means that both GPUs and CPUs are whiteli... |
|
philsmd |
hashcat
|
10 |
5,059 |
01-30-2019, 07:07 PM |
|
|
Thread: Ryzen 2400G and errors/wrong driver warnings/slow performance
Post: RE: Ryzen 2400G and errors/wrong driver warnings/s...
install the Intel CPU OpenCL Runtime from https://software.intel.com/en-us/articles/opencl-drivers#cpu-section
Yeah, the Intel Runtime also works for your AMD Ryzen |
|
philsmd |
hashcat
|
5 |
1,397 |
03-20-2020, 08:29 PM |
|
|
Thread: Ryzen 2400G and errors/wrong driver warnings/slow performance
Post: RE: Ryzen 2400G and errors/wrong driver warnings/s...
try with your CPU Only (for testing purposes) with
hashcat -m 2500 -D 1 -b
what hash type are you talking about ? WPA or -m 15900 (DPAPI v2) |
|
philsmd |
hashcat
|
5 |
1,397 |
03-21-2020, 08:10 PM |
|
|
Thread: Safe power draw
Post: RE: Safe power draw
As epixoip mentioned there is a limit for several OpenCL drivers that each memory allocation can't be more than 1/4 of the available VRAM. if you, in theory, allocate 4 times (multiple times) you have... |
|
philsmd |
Hardware
|
15 |
10,810 |
10-17-2018, 08:59 AM |
|
|
Thread: salt+password md5
Post: RE: salt+password md5
the format is:
Code:
--
hash:salt
--
see https://hashcat.net/wiki/example_hashes
so it's the other way around.
It's not allowed to post hashes here, see: https://hashcat.net/forum/announ... |
|
philsmd |
hashcat
|
2 |
432 |
08-13-2020, 11:55 PM |
|
|
Thread: Salt-value exception
Post: RE: Salt-value exception
Please make sure you are using the newest version of hashcat and 7z2hashcat |
|
philsmd |
General Talk
|
2 |
4,621 |
04-04-2017, 02:13 PM |
|
|
Thread: Salted hash
Post: RE: Salted hash
if you do not know the salt, you would probably need to guess it and this guessing might be very difficult because salts are often both random and long.
Therefore, it depends on the algorithm, the ... |
|
philsmd |
hashcat
|
4 |
802 |
06-04-2020, 08:17 AM |
|
|
Thread: Salted hash
Post: RE: Salted hash
what is the algorithm in your opinion ?
sha256 ($salt)
?
if that would be the case, you could consider the salt just like a unknown password.
what is the format of this salt, what is its... |
|
philsmd |
hashcat
|
4 |
802 |
06-04-2020, 03:30 PM |
|
|
Thread: Salted SHA-1 found by Lite but not by Plus
Post: RE: Salted SHA-1 found by Lite but not by Plus
I don't know if this is a problem w/ lite, but it seems to output the digest just in byte-swapped format, see here to understand that (first plus - correct -, then lite):
4205d56d
6dd50542
what h... |
|
philsmd |
Very old oclHashcat-plus Support
|
6 |
10,960 |
07-02-2013, 09:17 AM |
|
|
Thread: Salted SHA-1 found by Lite but not by Plus
Post: RE: Salted SHA-1 found by Lite but not by Plus
I would like to trac(k) this problem here: https://hashcat.net/trac/ticket/174 |
|
philsmd |
Very old oclHashcat-plus Support
|
6 |
10,960 |
07-03-2013, 06:34 PM |
|
|
Thread: sam file
Post: RE: sam file
Hey, since you neglected to follow the rules (https://hashcat.net/forum/announcement-2.html ), I've locked your account for 1 week and closed this thread.
Now you've plenty of time to:
1. read agai... |
|
philsmd |
Old hashcat Support
|
1 |
5,293 |
07-19-2014, 02:13 PM |
|
|
Thread: Same hashes different results
Post: RE: Same hashes different results
Did some test now but was unable to reproduce this. Are you sure that the charset matches with the passwords, i.e. that all hashes *could* definitely be cracked by the mask? E.g are there no special c... |
|
philsmd |
Very old oclHashcat-plus Support
|
6 |
13,507 |
05-22-2013, 03:06 PM |