Search Results
|
Post |
Author |
Forum |
Replies |
Views
[desc]
|
Posted |
|
|
Thread: Using Cuda 10.2 after OpenCL installed
Post: RE: Using Cuda 10.2 after OpenCL installed
you can select individual devices using -d
but as can be seen hashcat will use device #1 by default, which is the CUDA interface of your GPU, which is optimal. |
|
undeath |
hashcat
|
2 |
1,110 |
09-02-2019, 12:37 AM |
|
|
Thread: 3rd GPU will not run in betas
Post: RE: 3rd GPU will not run in betas
try using the official beta from https://hashcat.net/beta/ |
|
undeath |
Beta Tester
|
4 |
1,112 |
04-05-2020, 06:16 PM |
|
|
Thread: dictionnary
Post: RE: dictionnary
"at the same time" doesn't really make sense. You could start multiple hashcat instances, one for each dictionary, but that's not generally recommended.
Also, don't use --force. ever. |
|
undeath |
hashcat
|
4 |
1,120 |
04-08-2020, 11:33 AM |
|
|
Thread: Hashcat 5.1.0 never returns results
Post: RE: Hashcat 5.1.0 never returns results
Quote:
--
Code:
--
hashcat64.exe -a 3 -m 0 -p : -o "c:\my\desktop\pw.txt" "c:\my\desktop\hash.txt" -O -1 ?a ?1?1?1?1
--
--
that's a weird "simple" example. A simple example would be
Code:
--
h... |
|
undeath |
hashcat
|
3 |
1,121 |
01-22-2020, 11:53 PM |
|
|
Thread: change working directory
Post: RE: change working directory
you probably broke the file when you tried to edit it. The format is documented here: https://hashcat.net/wiki/doku.php?id=restore |
|
undeath |
hashcat
|
3 |
1,131 |
12-16-2019, 10:34 PM |
|
|
Thread: When should I start with my hashcat experiment
Post: RE: When should I start with my hashcat experiment
i would wait at least two or three. |
|
undeath |
Hardware
|
6 |
1,143 |
06-22-2020, 06:41 PM |
|
|
Thread: Hash of office file need to be cracked.
Post: RE: Hash of office file need to be cracked.
you forgot to specify a wordlist |
|
undeath |
General Talk
|
1 |
1,161 |
10-07-2019, 06:11 PM |
|
|
Thread: best approach?
Post: RE: best approach?
see https://hashcat.net/wiki/doku.php?id=mask_attack
but you will have to narrow down the possibilities. |
|
undeath |
General Talk
|
1 |
1,167 |
07-24-2019, 01:32 PM |
|
|
Thread: hashcat & cpulimit/cputool
Post: RE: hashcat & cpulimit/cputool
you can use -w1. To lock hashcat to certain cpu cores you can use the --cpu-affinity option |
|
undeath |
hashcat
|
1 |
1,177 |
03-30-2019, 06:50 PM |
|
|
Thread: Microsoft Azure Ubuntu. Problem with hashcat
Post: RE: Microsoft Azure Ubuntu. Problem with hashcat
When disconnecting ssh all programs running in the shell will usually be terminated. If you want a program to continue running you need to use a terminal emulator like screen or tmux or other techniqu... |
|
undeath |
hashcat
|
12 |
1,185 |
08-16-2020, 12:46 PM |
|
|
Thread: how to create .rule and .hcmask files
Post: RE: how to create .rule and .hcmask files
|
undeath |
hashcat
|
5 |
1,186 |
04-22-2020, 08:37 PM |
|
|
Thread: how to create .rule and .hcmask files
Post: RE: how to create .rule and .hcmask files
what's that supposed to mean? |
|
undeath |
hashcat
|
5 |
1,186 |
04-22-2020, 08:54 PM |
|
|
Thread: scrypt hash format
Post: RE: scrypt hash format
You have to reformat the hashes for cracking with hascat. Hashcat's format is SCRYPT:n:r:p:salt:hash
salt and hash are base64-encoded. I think hashcat only supports hash lengths of 32 bytes. You have... |
|
undeath |
hashcat
|
2 |
1,187 |
08-12-2019, 11:19 AM |
|
|
Thread: Parsing and counting salts in hashlists
Post: RE: Parsing and counting salts in hashlists
There is no generic way of doing it. Various formats have their own representation and encoding. See https://hashcat.net/wiki/doku.php?id=example_hashes for some examples. |
|
undeath |
General Talk
|
2 |
1,189 |
09-20-2019, 12:57 PM |
|
|
Thread: XNMI rule function is not working ?
Post: RE: XNMI rule function is not working ?
rules annotated with "+" on the rules wiki page (https://hashcat.net/wiki/doku.php?id=rule_based_attack) only work with the legacy hashcat-cpu version. |
|
undeath |
hashcat
|
3 |
1,194 |
09-27-2019, 04:42 PM |
|
|
Thread: Hashcat does not see GPU (??)
Post: RE: Hashcat does not see GPU (??)
Your hashcat version is really old.
Your GPU is very old and probably no longer supported. If it is, you still need to install the proprietary nvidia driver. |
|
undeath |
hashcat
|
3 |
1,208 |
01-26-2020, 06:30 PM |
|
|
Thread: Hashcat does not see GPU (??)
Post: RE: Hashcat does not see GPU (??)
As suspected your GPU is simply too old and unsupported. |
|
undeath |
hashcat
|
3 |
1,208 |
01-26-2020, 07:05 PM |
|
|
Thread: Hashcat RAM usage
Post: RE: Hashcat RAM usage
Why are you using --self-test-disable? If hashcat fails to start otherwise your driver is probably broken which is an issue you need to fix… |
|
undeath |
General Talk
|
3 |
1,209 |
05-11-2020, 01:10 AM |
|
|
Thread: No hashes loaded
Post: RE: No hashes loaded
please try again with the latest hashcat version (or beta version) |
|
undeath |
hashcat
|
3 |
1,210 |
03-11-2020, 11:06 PM |
|
|
Thread: Unhandled Exception
Post: RE: Unhandled Exception
are you talking about some third-party gui? |
|
undeath |
hashcat
|
2 |
1,216 |
07-25-2019, 12:26 AM |