Search Results
|
Post |
Author |
Forum |
Replies |
Views
[desc]
|
Posted |
|
|
Thread: Custom charsets for Cyrillic passwords in NTLM hashes
Post: RE: Custom charsets for Cyrillic passwords in NTLM...
no, it's perfectly fine to answer like you did and clarify the situation.
Thanks for the clarification !
It just wasn't very clear (maybe only to me) that this was just a general clarification/s... |
|
philsmd |
hashcat
|
8 |
2,730 |
06-15-2019, 07:42 AM |
|
|
Thread: Weird issue with hashcat v5.1.0
Post: RE: Weird issue with hashcat v5.1.0
the default mask and custom charsets (--custom-charset1 ... --custom-charset4) are documented here:
https://hashcat.net/wiki/doku.php?id=hashcat#default_values
you would want something like --incr... |
|
philsmd |
hashcat
|
9 |
2,733 |
10-17-2019, 03:29 PM |
|
|
Thread: Hashcat doesn't find password
Post: RE: Hashcat doesn't find password
you should read the output carefully:
Quote:
--
* Device #1: ATTENTION! OpenCL kernel self-test failed.
Your device driver installation is probably broken.
See also: https://hashcat.net/faq/wr... |
|
philsmd |
hashcat
|
3 |
2,734 |
07-09-2018, 08:52 PM |
|
|
Thread: Integer overflow detected
Post: RE: Integer overflow detected
try the beta from https://hashcat.net/beta |
|
philsmd |
hashcat
|
10 |
2,734 |
01-29-2020, 03:03 PM |
|
|
Thread: Support for MD5(MD5(SHA1(SHA1(MD5($pass)))))
Post: RE: Support for MD5(MD5(SHA1(SHA1(MD5($pass)))))
Closing this thread because it is a double post, see https://hashcat.net/forum/thread-6698.html
(btw: this is not the way it works. If you do not know which is the correct forum section to post a n... |
|
philsmd |
hashcat
|
1 |
2,737 |
07-08-2017, 12:57 PM |
|
|
Thread: How to filter a wordlist
Post: RE: How to filter a wordlist
you can probably use power shell on windows: select-string
furthermore,
grep.exe for instance can be used on windows too. also mingw/cygwin for windows could be an option |
|
philsmd |
hashcat
|
6 |
2,743 |
06-07-2019, 10:07 PM |
|
|
Thread: WPA and first hash
Post: RE: WPA and first hash
https://hashcat.net/forum/thread-6355-post-33892.html#pid33892
https://github.com/hashcat/hashcat/issues/1167 |
|
philsmd |
hashcat
|
2 |
2,750 |
02-27-2018, 05:58 PM |
|
|
Thread: Problem with the github release
Post: RE: Problem with the github release
if clinfo (please test it and show results) doesn't report all the devices, it's for sure a setup/driver (installation) problem. (not a hashcat problem)
I would also suggest making a test with http... |
|
philsmd |
hashcat
|
7 |
2,759 |
09-11-2019, 05:56 PM |
|
|
Thread: Problem with the github release
Post: RE: Problem with the github release
did you test with clinfo ? you didn't answer that question |
|
philsmd |
hashcat
|
7 |
2,759 |
09-13-2019, 06:33 PM |
|
|
Thread: Need help on cracking veracrypt hidden partition
Post: RE: Need help on cracking veracrypt hidden partiti...
[update]: undeath was once again faster to answer the questions. he of course gives very good advice so read his suggestions too. I will leave my reply here anyways, maybe it adds just a little bit mo... |
|
philsmd |
hashcat
|
4 |
2,770 |
12-31-2018, 11:57 AM |
|
|
Thread: Can I configure HC with known chars in a password?
Post: RE: Can I configure HC with known chars in a passw...
see https://hashcat.net/wiki/doku.php?id=mask_attack
hashcat -m 2500 -a 3 -2 ABC -3 ?l?u?d hash.txt D?2?3?3?3?3?3?3
-1, -2, -3, -4 are the custom charsets (--custom-charset1 ... --custom-charset... |
|
philsmd |
hashcat
|
8 |
2,780 |
08-01-2019, 09:30 PM |
|
|
Thread: Skipping X Amount of passwords
Post: RE: Skipping X Amount of passwords
This is true.
The --keyspace, -s and -l value of hashcat are somehow different than what you might think, see https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#what_is_a_keyspace
But... |
|
philsmd |
hashcat
|
3 |
2,782 |
01-09-2018, 05:37 PM |
|
|
Thread: Scrypt wallet hash
Post: RE: Scrypt wallet hash
well, you should at least remember if you had bitcoins or ethereums.
These are 2 different type of crypto coins.
If you had ethereum, you need to use ethereum2john.py
if you had bitcoins instead, yo... |
|
philsmd |
hashcat
|
2 |
2,792 |
11-28-2017, 08:24 PM |
|
|
Thread: problems with -m 15700
Post: RE: problems with -m 15700
1. scrypt and bcrypt are some memory hard algorithms and in general are better suited for CPUs (yeah, the majority of other algos is the opposite, i.e. the majority can profit from GPU power a lot mor... |
|
philsmd |
hashcat
|
5 |
2,794 |
02-08-2019, 11:37 AM |
|
|
Thread: Just a little issue, hoping for some support
Post: RE: Just a little issue, hoping for some support
I'm pretty sure that this "problem" has to do with this (still open) problem:
https://github.com/hashcat/hashcat/issues/1479 (also see https://github.com/hashcat/hashcat/pull/1480)
I'm not sure wh... |
|
philsmd |
hashcat
|
3 |
2,825 |
01-02-2018, 01:09 PM |
|
|
Thread: Hashcat.net binaries 7-zip compression ratio
Post: RE: Hashcat.net binaries 7-zip compression ratio
Just have a look at the file tools/package_bin.sh:
https://github.com/hashcat/hashcat/blob/58d1dedd1e27aa3be5e0c6148b21099601253cf6/tools/package_bin.sh#L75 |
|
philsmd |
General Talk
|
1 |
2,848 |
08-20-2017, 08:05 AM |
|
|
Thread: cap2hccapx
Post: RE: cap2hccapx
You can use it to filter (i.e. limit) the number of "hashes" by generating a .hccapx file that only contains "hashes" involving only a very specific network name (ESSID). That means, if you know the n... |
|
philsmd |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
1 |
2,852 |
08-02-2017, 10:47 AM |
|
|
Thread: Users with the same hash not in output
Post: RE: Users with the same hash not in output
Can you please make sure that you use the newest version of hashcat?
Which version of hashcat do you use? |
|
philsmd |
hashcat
|
2 |
2,884 |
08-03-2017, 05:53 PM |
|
|
Thread: Restore value is greater than keyspace
Post: RE: Restore value is greater than keyspace
no, that's the wrong value.
the values should be from 580008 to the next keyspace (from the "large" 580008 value to something smaller, that is why it's a "greater than" problem, new mask is smaller... |
|
philsmd |
hashcat
|
6 |
2,894 |
06-02-2019, 03:51 PM |
|
|
Thread: Restore value is greater than keyspace
Post: RE: Restore value is greater than keyspace
This is indeed an interesting problem, but very difficult to reproduce.
I *think* this is a glitch and hashcat while changing from one mask to another (in your case to or from mask number 1592 of 9... |
|
philsmd |
hashcat
|
6 |
2,894 |
06-02-2019, 09:16 AM |