Search Results
|
Post |
Author |
Forum |
Replies |
Views
[asc]
|
Posted |
|
|
Thread: length & Mask problem with PMK (-m 2501/16801)
Post: RE: length & Mask
yeah, -a 0 (dictionary attack) makes most sense with -m 2501 and -m 16801
the general approach is to use wlangenpmk (or wlangenpmkocl for OpenCL support) from https://github.com/ZerBea/hcxkeys
... |
|
philsmd |
General Talk
|
4 |
3,139 |
05-06-2019, 09:03 AM |
|
|
Thread: processor couldn't load
Post: RE: processor couldn't load
please see the output of hashcat64 --help
For instance for CPU and GPU you could use --opencl-device-types 1,2 (or short -D 1,2)
BTW: your command also contains an error "-1 -1" makes no sense, one... |
|
philsmd |
General Talk
|
2 |
3,137 |
06-02-2017, 10:18 PM |
|
|
Thread: Toggle question / Emulate shift
Post: RE: Toggle question / Emulate shift
see https://hashcat.net/wiki/doku.php?id=rule_based_attack#implemented_specific_functions for ascii increment/decrement and shift left/right rule functions. |
|
philsmd |
hashcat
|
4 |
3,137 |
07-02-2018, 08:21 AM |
|
|
Thread: How to encrypt password with wpa2?
Post: RE: How to encrypt password with wpa2?
you could use tools/test.pl for this
Code:
--
echo hashcatrocks | perl tools/test.pl passthrough 2500 | base64 -d > my.hccapx
--
btw: tools/test.pl is within the hashcat folder (source code)... |
|
philsmd |
hashcat
|
9 |
3,132 |
08-14-2019, 09:43 AM |
|
|
Thread: Cracking multiple WPA2 hashes?
Post: RE: Cracking multiple WPA2 hashes?
see https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_can_i_crack_multiple_wpa_handshakes_at_once
and
https://hashcat.net/wiki/doku.php?id=hccapx |
|
philsmd |
hashcat
|
2 |
3,118 |
10-19-2018, 06:34 PM |
|
|
Thread: Ryzen 5 2400G: Difference between Linux and Windows wrt -m 1800: Factor 3.5
Post: RE: Difference between Linux and Windows wrt -m 18...
the operating system ideally makes no difference (except if you did some specific tuning with one benchmark and didn't with another). I would suggest to test at least the same versions to make a 1:1 c... |
|
philsmd |
hashcat
|
8 |
3,117 |
05-31-2019, 02:40 PM |
|
|
Thread: Replace rule - but not all at once
Post: RE: Replace rule - but not all at once
see the rules page on the wiki: https://hashcat.net/wiki/doku.php?id=rule_based_attack#using_p_nth_instance_of_a_character_with_positional_rules |
|
philsmd |
hashcat
|
4 |
3,115 |
08-28-2018, 05:03 PM |
|
|
Thread: Replace rule - but not all at once
Post: RE: Replace rule - but not all at once
multiple substitutions should be no problem because currently a single rule could consist of up to 31 rule functions: https://hashcat.net/wiki/doku.php?id=rule_based_attack#limitations
The only pro... |
|
philsmd |
hashcat
|
4 |
3,115 |
08-29-2018, 09:55 AM |
|
|
Thread: problem with hashcat windows restart or switch off
Post: RE: problem with hashcat windows restart or switch...
well, it would make sense starting to test with only 1 GPU and see if it works, don't you think that's some good strategy for testing issues? |
|
philsmd |
hashcat
|
12 |
3,112 |
11-26-2019, 08:31 AM |
|
|
Thread: mask order unknown?
Post: RE: mask order unknown?
use policygen from PACK (https://thesprawl.org/projects/pack/), i.e. the use of .hcmask files is needed (and PACK can generate them for you) |
|
philsmd |
hashcat
|
2 |
3,106 |
05-29-2017, 08:59 PM |
|
|
Thread: precompute bcrypt hashes
Post: RE: precompute bcrypt hashes
so you are trying to build some kind of a rainbow table in 2k20 ?
the problem that you might be also completely ignoring is that I/O (disk etc) is very slow (https://en.wikipedia.org/wiki/File:Comp... |
|
philsmd |
hashcat
|
13 |
3,106 |
01-31-2020, 11:46 PM |
|
|
Thread: precompute bcrypt hashes
Post: RE: precompute bcrypt hashes
if you really think that the time (printing etc) is no problem, you could just easily add a printf () statement in the comp () kernel to print the computed digest and call it a day. no need to do any ... |
|
philsmd |
hashcat
|
13 |
3,106 |
02-01-2020, 08:19 AM |
|
|
Thread: precompute bcrypt hashes
Post: RE: precompute bcrypt hashes
as said, for the basic testing and checking the (hexadecimal) digest, you could just add a printf ():
Code:
--
diff --git a/OpenCL/m03200-pure.cl b/OpenCL/m03200-pure.cl
index d4eaac06..bd0afdc2 ... |
|
philsmd |
hashcat
|
13 |
3,106 |
02-02-2020, 03:49 PM |
|
|
Thread: Hashfile input format
Post: RE: Hashfile input format
--username
please do not post hashes. you will be banned |
|
philsmd |
hashcat
|
6 |
3,092 |
07-18-2019, 06:58 AM |
|
|
Thread: Hashfile input format
Post: RE: Hashfile input format
https://hashcat.net/faq#how_can_i_show_previously_cracked_passwords_and_output_them_in_a_specific_format_eg_emailpassword |
|
philsmd |
hashcat
|
6 |
3,092 |
07-18-2019, 05:31 PM |
|
|
Thread: Hashfile input format
Post: RE: Hashfile input format
nope, you should run --show always without any dictionary file, as explained in the link above which arguments are allowed/required/optional |
|
philsmd |
hashcat
|
6 |
3,092 |
07-20-2019, 05:21 PM |
|
|
Thread: [SOLVED] 'inconsistency in registered CommandLine options' on Ubuntu 19.10
Post: RE: 'inconsistency in registered CommandLine optio...
I assume this is the OpenCL kernel compilation by the driver failing while running hashcat ?
That only means that the driver itself is not compatible with your system (linux version). maybe see if th... |
|
philsmd |
hashcat
|
5 |
3,076 |
11-02-2019, 08:09 AM |
|
|
Thread: Current Index in Subkeyspace (skip + limit)
Post: RE: Current Index in Subkeyspace (skip + limit)
you should probably use the --status-automat option and read the CURKU etc |
|
philsmd |
Old oclHashcat Support
|
1 |
3,072 |
01-11-2016, 08:07 PM |
|
|
Thread: 15200 Blockchain, My Wallet, V2 help
Post: RE: 15200 Blockchain, My Wallet, V2 help
Use this python script to extract the "hash" from your wallet file:
https://raw.githubusercontent.com/magnumripper/JohnTheRipper/bleeding-jumbo/run/blockchain2john.py
Don't forget to either remove... |
|
philsmd |
hashcat
|
1 |
3,046 |
08-26-2017, 07:38 AM |
|
|
Thread: multiple users - custom session file location?
Post: RE: multiple users - custom session file location?
Well, you didn't really explain how you intend to install/use hashcat and also how you manage the access to GPU/CPU OpenCL resources.
I think the main problem with multi-user system and hashcat is ... |
|
philsmd |
hashcat
|
6 |
3,015 |
02-20-2019, 09:11 PM |