Search Results
|
Post
[desc]
|
Author |
Forum |
Replies |
Views |
Posted |
|
|
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: Problems with bruteforce test wpa2
Post: RE: Problems with bruteforce test wpa2
1. you might need to use --potfile-disable if the file hashcat.potfile (by default; or Test-Wifi.potfile if you use --session=Test-Wifi) already contains the cracked hashes + password ("crack"), it wa... |
|
philsmd |
hashcat
|
4 |
480 |
08-26-2020, 01:15 PM |
|
|
Thread: Problems with bruteforce test wpa2
Post: RE: Problems with bruteforce test wpa2
it is very obvious:
DBCC4CEA33 is 10 characters long
while your mask:
?1?1?1?1?1?1?1?1
is only 8 characters long.
so you either need to use ?1?1?1?1?1?1?1?1?1?1
or use the increment opti... |
|
philsmd |
hashcat
|
4 |
480 |
08-26-2020, 02:48 PM |
|
|
Thread: Problems with OpenCL
Post: RE: Problems with OpenCL
if you want to use hashcat, you need to install the OpenCL drivers (this is true for both GPU and CPU).
the drivers can be found on nvidia.com/support.amd.com for GPUs and software.intel.com for Op... |
|
philsmd |
hashcat
|
10 |
9,575 |
09-28-2017, 03:24 PM |
|
|
Thread: Problems with OpenCL
Post: RE: Problems with OpenCL
The ICD is not the driver.
You need to install the OpenCL driver for your CPU... download it from you CPU vendor web site (e.g. software.intel.com) |
|
philsmd |
hashcat
|
10 |
9,575 |
09-28-2017, 04:53 PM |
|
|
Thread: Problems with the encodings of dictionaries ...
Post: RE: Problems with the encodings of dictionaries .....
You are not allowed to post hashes here, you get banned for breaking the forum rules.
For what regards the problem with encoding: you need to use the correct encoding, in this case it is ISO-8859-9... |
|
philsmd |
hashcat
|
5 |
4,523 |
11-12-2017, 02:22 PM |
|
|
Thread: Problems with the encodings of dictionaries ...
Post: RE: Problems with the encodings of dictionaries .....
russian passwords could also be encoded with CP1251 or KOI8-R etc.
Pro tip: there are some charsets shipped with hashcat (see for instance the charsets/standard/Russian folder under your extracted ha... |
|
philsmd |
hashcat
|
5 |
4,523 |
11-16-2017, 09:34 PM |
|
|
Thread: Problems with the program after compilation
Post: RE: Problems with the program after compilation
try with -D 1
and https://hashcat.net/faq/wrongdriver |
|
philsmd |
hashcat
|
2 |
294 |
09-23-2020, 10:38 PM |
|
|
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: Pronouncable passwords cracking
Post: RE: Pronouncable passwords cracking
Unfortunately, you can't recover a random password that is that long within a reasonable amount of time.
Just do the math:
?u?l = 26+26 = 52 characters
?d = 10 characters
=> 52 * 52 * 52 * 52 * 52... |
|
philsmd |
hashcat
|
3 |
3,417 |
08-10-2017, 03:56 PM |
|
|
Thread: Proper Dictionary Usage
Post: RE: Proper Dictionary Usage
no. the command should look something like this:
Code:
--
hashcat64 -m 11600 -a 0 -w 3 -o Done.txt Hash.txt realuniq.lst
--
-a 0 is for wordlist attack mode (see --help) |
|
philsmd |
hashcat
|
13 |
9,891 |
01-03-2018, 03:31 PM |
|
|
Thread: Proper Dictionary Usage
Post: RE: Proper Dictionary Usage
Litecoin wallets (wallet.dat) use a very specific algorithm which hashcat covers with hash mode:
-m 11300 = Bitcoin/Litecoin wallet.dat
use bitcoin2john.py to extract the "hash" (remove all file n... |
|
philsmd |
hashcat
|
13 |
9,891 |
01-02-2018, 11:59 PM |
|
|
Thread: Proper Dictionary Usage
Post: RE: Proper Dictionary Usage
If hashcat says
Status...........: Cracked
and the hash is outputted together with an appended number of chars/digits, it means that this appended string is the password.
I think that when you ... |
|
philsmd |
hashcat
|
13 |
9,891 |
01-03-2018, 09:12 AM |
|
|
Thread: Proper meaning of status codes?
Post: RE: Proper meaning of status codes?
-2 whenever the temperature limit was reached
-1 in case of errors (arguments or other inputs - also input files etc)
2 in case the 'q' key was hit
3 in case the 'c' key was hit (checkpoint quit f... |
|
philsmd |
hashcat
|
2 |
3,339 |
04-12-2017, 08:31 AM |
|
|
Thread: proper use of increment option
Post: RE: proper use of increment option
We need to distinguish between the minimum and maximum password length supported by the algorithm and OpenCL kernels ... and the settings the user sets (with --increment-max for instance).
What you ... |
|
philsmd |
hashcat
|
6 |
17,939 |
11-26-2017, 10:03 AM |
|
|
Thread: psafe3 (-m 5200)
Post: RE: psafe3 (-m 5200)
Do you mean this one https://hashcat.net/misc/example_hashes/hashcat.psafe3 ?
Please verify that the md5sum of the hashcat.psafe3 file is f5cfdc67d962e4d6604e4fbe9aa2f2db
Furthermore, pls try w... |
|
philsmd |
General Help
|
4 |
8,692 |
12-07-2014, 06:08 PM |
|
|
Thread: psafe3 (-m 5200)
Post: RE: psafe3 (-m 5200)
That means it is cracking correctly, therefore should also work with -a 0.
Please try to create a new dict.txt file with only the word "hashcat" in the first line and use it instead of the password... |
|
philsmd |
General Help
|
4 |
8,692 |
12-08-2014, 11:42 PM |
|
|
Thread: PTX error when launching hashcat
Post: RE: PTX error when launching hashcat
You could try with beta from https://hashcat.net/forum
You could test this guide: https://hashcat.net/faq/wrongdriver
You should give more information about hardware etc
Only newer versions of ... |
|
philsmd |
hashcat
|
2 |
1,212 |
03-23-2020, 08:28 PM |
|
|
Thread: Question about --force option and CUDA Toolkit SDK
Post: RE: Question about --force option and CUDA Toolkit...
did you try to follow these steps: https://hashcat.net/faq/wrongdriver ?
You are also wrong about the NVIDIA version numbers, just have a look at the nvidia.com page e.g. here https://www.nvidia.it... |
|
philsmd |
hashcat
|
5 |
1,214 |
06-28-2020, 09:04 AM |
|
|
Thread: Question about --force option and CUDA Toolkit SDK
Post: RE: Question about --force option and CUDA Toolkit...
Your change doesn't really make sense to me, because hashcat tries to find and load the library even with the nvrtc64_*_0.dll file name:
https://github.com/hashcat/hashcat/blob/5628317de8156a36aa966c... |
|
philsmd |
hashcat
|
5 |
1,214 |
06-29-2020, 09:43 AM |