Search Results
|
Post
[asc]
|
Author |
Forum |
Replies |
Views |
Posted |
|
|
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: 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: 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: 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: 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 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 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 -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 cracking KeePass 1 db (AES)
Post: RE: Problems cracking KeePass 1 db (AES)
example hashes are here: https://hashcat.net/wiki/doku.php?id=example_hashes
you could also use
Code:
--
-m 13400 --example-hashes
--
I would guess that your hash needs to start with $keepass... |
|
philsmd |
hashcat
|
5 |
823 |
07-10-2020, 10:39 AM |
|
|
Thread: Problems cracking KeePass 1 db (AES)
Post: RE: Problems cracking KeePass 1 db (AES)
maybe the root of the problem depends on which keepass2john tool you use.
I would highly recommend to use the "official" repository: https://github.com/magnumripper/johntheripper (this is also much... |
|
philsmd |
hashcat
|
5 |
823 |
07-10-2020, 11:12 AM |
|
|
Thread: Problems cracking KeePass 1 db (AES)
Post: RE: Problems cracking KeePass 1 db (AES)
technically, you are not "cracking AES". AES is a cipher, an encryption/decryption algorithm with fixed key lengths (the keys are just a bunch of random bytes).
what you are instead doing is to cra... |
|
philsmd |
hashcat
|
5 |
823 |
07-10-2020, 12:40 PM |
|
|
Thread: Problema en iniciar Hashcat Handshake
Post: RE: Problema en iniciar Hashcat Handshake
@wirelees Last warning (before you get banned, next time): Forum rules exists for good reasons and (actually the first rule of this small set of rules) https://hashcat.net/forum/announcement-2.html em... |
|
philsmd |
General Talk
|
4 |
4,781 |
07-12-2017, 12:53 PM |
|
|
Thread: Problem with token length exceptions
Post: RE: Problem with token length exceptions
make sure that the args.txt file only contains the arguments starting with -a 3 (not the binary "hashcat32.exe" too)
also make sure that the file "hashes.txt" only contains valid MD5 hashes
you ... |
|
philsmd |
hashcat
|
2 |
1,718 |
04-25-2019, 07:48 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 |