Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[desc]
|
|
|
Thread: Hashcat not cracking PDF hash
Post: Hashcat not cracking PDF hash
I'm trying to crack a PDF file (version 1.6). Here are the contents of hash.txt:
Hashcat says it cracked the hash, but there is no password.
PS C:\Users\Dr Dinosaur\Documents\Security\Hashcat> .\c... |
|
DrDinosaur |
General Help
|
4 |
11,236 |
04-19-2015, 08:36 AM |
|
|
Thread: Hashcat not cracking PDF hash
Post: RE: Hashcat not cracking PDF hash
epixoip Wrote: (04-19-2015, 08:56 AM)
--
First, do not post hashes here.
Second, the answer to this question is found on our FAQ:
https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#... |
|
DrDinosaur |
General Help
|
4 |
11,236 |
04-19-2015, 09:20 AM |
|
|
Thread: Error running Hashcat
Post: Error running Hashcat
Hi,
I'm getting the following error running Hashcat 3.1.0:
Code:
--
OpenCL Platform #1: NVIDIA Corporation
======================================
- Device #1: GeForce GTX 960M, 1024/4096 MB a... |
|
DrDinosaur |
hashcat
|
2 |
4,580 |
09-02-2016, 10:33 PM |
|
|
Thread: Error running Hashcat
Post: RE: Error running Hashcat
atom Wrote: (09-03-2016, 11:26 AM)
--
Try with -d 1
--
That worked, thanks. |
|
DrDinosaur |
hashcat
|
2 |
4,580 |
09-03-2016, 08:40 PM |
|
|
Thread: Hybrid attack using rules on a dictionary
Post: Hybrid attack using rules on a dictionary
I tried running this, but hashcat told me "ERROR: Use of rules-file or rules-generate only allowed in attack-mode 0."
.\hashcat64.exe -m 0 -a 6 -i -r .\rules\dive.rule hashes.txt dict.txt ?a?a
... |
|
DrDinosaur |
hashcat
|
10 |
14,654 |
12-02-2016, 02:07 AM |
|
|
Thread: Reduced performance
Post: Reduced performance
Code:
--
hashcat (v3.20) starting in benchmark mode...
* Device #2: Old CUDA chipset 3.0 detected, OpenCL performance is reduced.
For ideal hashcat performance on NVIDIA GPU y... |
|
DrDinosaur |
hashcat
|
4 |
5,923 |
12-02-2016, 07:26 PM |
|
|
Thread: Hybrid attack using rules on a dictionary
Post: RE: Hybrid attack using rules on a dictionary
atom Wrote: (12-02-2016, 03:46 PM)
--
you can do:
Quote:
--
hashcat64 -a 6 dict.txt ?a?a -i --stdout | hashcat64 -m 0 -a 0 -r .\rules\dive.rule hashes.txt
--
--
Thanks. Is it not possible t... |
|
DrDinosaur |
hashcat
|
10 |
14,654 |
12-02-2016, 07:43 PM |
|
|
Thread: Reduced performance
Post: RE: Reduced performance
atom Wrote: (12-02-2016, 07:30 PM)
--
Yes, this GPU has very bad performance when it comes to crypto
--
Well, that is unfortunate. Thanks for the info. Do you know of any other GPU instance on AWS ... |
|
DrDinosaur |
hashcat
|
4 |
5,923 |
12-02-2016, 07:45 PM |
|
|
Thread: Reduced performance
Post: RE: Reduced performance
atom Wrote: (12-02-2016, 07:49 PM)
--
Nope, there's no good AWS GPU. AWS GPU's are good for floating point operations (flops), not raw integer power. In crypto, we need raw integer power.
--
Ok, th... |
|
DrDinosaur |
hashcat
|
4 |
5,923 |
12-02-2016, 07:51 PM |
|
|
Thread: Hybrid attack using rules on a dictionary
Post: RE: Hybrid attack using rules on a dictionary
atom Wrote: (12-02-2016, 07:50 PM)
--
Yes, add --status --status-timer 1 to the 2nd
--
That's helpful. Is it possible to get a time estimation as well? |
|
DrDinosaur |
hashcat
|
10 |
14,654 |
12-02-2016, 07:53 PM |
|
|
Thread: Hybrid attack using rules on a dictionary
Post: RE: Hybrid attack using rules on a dictionary
atom Wrote: (12-02-2016, 07:56 PM)
--
Not with stdin input, because hashcat can't know the number of candidates it will recieve via stdin.
--
Can you calculate the number of candidates beforehand ... |
|
DrDinosaur |
hashcat
|
10 |
14,654 |
12-02-2016, 08:01 PM |
|
|
Thread: Hybrid attack using rules on a dictionary
Post: RE: Hybrid attack using rules on a dictionary
atom Wrote: (12-02-2016, 08:15 PM)
--
Yes, that will work
--
Ok, how can you figure out the number of candidates? |
|
DrDinosaur |
hashcat
|
10 |
14,654 |
12-02-2016, 08:18 PM |