Search Results
|
Post |
Author |
Forum |
Replies |
Views
[desc]
|
Posted |
|
|
Thread: Wallet.DAT Master Key
Post: RE: Wallet.DAT Master Key
can you please give more detail about what software this is from and why you think it is sha3 etc ?
normally every bitcoin wallet.dat file is just simple used together with bitcoin2john.py and the ... |
|
philsmd |
hashcat
|
4 |
2,148 |
02-20-2020, 12:45 AM |
|
|
Thread: Hashcat Caching Previously Calculated Hashes
Post: RE: Hashcat Caching Previously Calculated Hashes
there is no such additional cache for storing cracked hashes except the potfile.
Maybe you are confusing the startup time with the OpenCL kernel compilation time, which only happens once for each k... |
|
philsmd |
hashcat
|
3 |
2,153 |
03-27-2019, 08:25 PM |
|
|
Thread: Hashcat Caching Previously Calculated Hashes
Post: RE: Hashcat Caching Previously Calculated Hashes
I'm not 100% sure what you are seeing/experiencing over there, but also remember that hashcat is highly parallelized and therefore all your OpenCL devices and all cores of just a single device (CPU/GP... |
|
philsmd |
hashcat
|
3 |
2,153 |
03-28-2019, 08:13 PM |
|
|
Thread: http authentication
Post: RE: http authentication
The format is as explained here: https://github.com/hashcat/hashcat/issues/1021 just this one:
$sip$*[URI_SERVER]*[URI_CLIENT]*[USERNAME]*[REALM]*[METHOD]*[URI_PREFIX]*[URI_RESOURCE]*[URI_SUFFIX]*[NON... |
|
philsmd |
hashcat
|
1 |
2,164 |
11-28-2017, 05:16 PM |
|
|
Thread: How to use checkpoint in hashcat beta (Windows)
Post: RE: How to use checkpoint in hashcat beta (Windows...
https://hashcat.net/faq#can_i_restore_a_hashcat_session
"The only parameters allowed when restoring a session are --restore and --session (optional)" |
|
philsmd |
hashcat
|
5 |
2,167 |
07-21-2019, 03:35 PM |
|
|
Thread: Possible to use CUDA and OpenCL side-by-side?
Post: RE: Possible to use CUDA and OpenCL side-by-side?
oh, I see. yeah, I meant any backend supported (OpenCL or CUDA with newest beta version), not just the "OpenCL runtime", but any runtime. That's cleary my fault in writing that incorrectly. |
|
philsmd |
hashcat
|
5 |
2,170 |
09-19-2019, 06:45 PM |
|
|
Thread: Possible to use CUDA and OpenCL side-by-side?
Post: RE: Possible to use CUDA and OpenCL side-by-side?
yeah, we actually had a similar request/question like this on IRC and the "only problem" is to get the different drivers correctly installed at the same time.
It's easier on some operating systems co... |
|
philsmd |
hashcat
|
5 |
2,170 |
09-19-2019, 11:17 AM |
|
|
Thread: hashcat mask attack
Post: RE: hashcat mask attack
12 character brute-force is very large ! the knowledge about the 8 uppercase A-F chars doesn't change that much. The number is still quite huge.
anyway, the answer is to use hashcat mask files toge... |
|
philsmd |
hashcat
|
3 |
2,171 |
05-26-2019, 09:18 AM |
|
|
Thread: ASP.NET Identity Framework script
Post: RE: ASP.NET Identity Framework script
Thanks !
this is actually quite a strange way to encode the hashes, but it's not the first time we see some format like this ;)
In theory we could add a "module" (that just does the parsing and ... |
|
philsmd |
User Contributions
|
1 |
2,171 |
07-26-2019, 04:37 AM |
|
|
Thread: Can anyone help me with a NTLM? I didn't solve it for three days.
Post: RE: Can anyone help me with a NTLM? I didn't solve...
It seems that you didn't stick to the forum rules: https://hashcat.net/forum/announcement-2.html
Please review them again during your 1 week ban. The reason for your ban is: posting hashes
Hope yo... |
|
philsmd |
Hardware
|
1 |
2,172 |
03-20-2018, 08:17 AM |
|
|
Thread: I want to brute force incrementally with two digits appended
Post: RE: I want to brute force incrementally with two d...
You can use a .hcmask file for this (https://hashcat.net/wiki/mask_attack#hashcat_mask_files):
Code:
--
hashcat -m 0 -a 3 hash_file.txt mask_file.hcmask
--
content of the file "mask_file.hcmas... |
|
philsmd |
hashcat
|
1 |
2,173 |
04-04-2017, 06:55 PM |
|
|
Thread: md5(md5($pass).$salt)
Post: RE: md5(md5($pass).$salt)
This is the algo used by vbulletin, see the --help output:
hashcat supports:
-m 2611 = vBulletin < v3.8.5
and
-m 2711 = vBulletin >= v3.8.5
the difference is mainly the supported salt length (s... |
|
philsmd |
hashcat
|
1 |
2,176 |
08-20-2018, 09:48 AM |
|
|
Thread: nVidia 1660 familly hashrates
Post: RE: nVidia 1660 familly hashrates
you need to use -D 1,2 (capital D for --opencl-device-types) to enable both CPU and GPU (-d x is something else, it just selects already whitelisted/enabled devices).
you have pocl installed and th... |
|
philsmd |
Hardware
|
5 |
2,198 |
02-11-2020, 07:17 PM |
|
|
Thread: What am I doing wrong here?
Post: RE: What am I doing wrong here?
well, you also need to show us your command line and mask file. without that we can't really understand what you are doing over there. |
|
philsmd |
hashcat
|
4 |
2,202 |
04-04-2019, 07:35 PM |
|
|
Thread: What am I doing wrong here?
Post: RE: What am I doing wrong here?
you need to define the custom charset within the mask file, see https://hashcat.net/faq#what_is_a_hashcat_mask_file and https://hashcat.net/wiki/?id=mask_attack#hashcat_mask_files
therefore the com... |
|
philsmd |
hashcat
|
4 |
2,202 |
04-04-2019, 07: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: Mask processor
Post: RE: Mask processor
If you read the --help output of maskprocessor it should be very clear:
-q is used to limit the number of identical characters that are next to each other (-q x means that each character should be rep... |
|
philsmd |
hashcat
|
1 |
2,214 |
07-04-2017, 03:37 PM |
|
|
Thread: nano syntax highlighting masks
Post: RE: nano syntax highlighting masks
interesting. thanks for the contribution.
... but I think your syntax rules do not catch all cases see:
1. https://hashcat.net/wiki/doku.php?id=mask_attack#hashcat_mask_files
2. https://hashcat.n... |
|
philsmd |
User Contributions
|
2 |
2,218 |
05-28-2019, 07:42 PM |
|
|
Thread: Paid Rules Assistance?
Post: RE: Paid Rules Assistance?
combining 3 dicts is essentially the same as combining 2 dicts and "add" the dict again (1+1+1 = (1+1)+1 = 3).
you could use combinator3.bin from hashcat-utils (https://hashcat.net/wiki/doku.php?id... |
|
philsmd |
hashcat
|
9 |
2,223 |
03-06-2020, 09:38 PM |
|
|
Thread: No hashes loaded error.... help me pls
Post: RE: No hashes loaded error.... help me pls
even if it might not be the only (or main) reason let's just remember what the warning about --force says:
Code:
--
You can use --force to override this, but do not report related errors.
--
D... |
|
philsmd |
hashcat
|
3 |
2,239 |
04-02-2019, 09:08 AM |