Search Results
|
Post |
Author |
Forum |
Replies
[asc]
|
Views |
Posted |
|
|
Thread: Attack mode 6 only uses 1 GPU.
Post: RE: Attack mode 6 only uses 1 GPU.
You're not providing enough work to hashcat. Hashcat's performance highly depends on the left part of the attack. In a6 that means the wordlist. As a workaround you can either pipe in the words:
Cod... |
|
undeath |
hashcat
|
6 |
1,682 |
03-09-2020, 09:03 PM |
|
|
Thread: Error CPU Intel Hashcat 5.1.0.
Post: RE: Error CPU Intel Hashcat 5.1.0.
Even if it's not officially supported it should work on your distribution. |
|
undeath |
hashcat
|
6 |
1,890 |
04-27-2020, 01:25 PM |
|
|
Thread: markov mode
Post: RE: markov mode
Why are you using statsprocessor instead of hashcat's native markov support? Piping words in will almost always be slower. Also, you should specify a mask. |
|
undeath |
hashcat
|
6 |
1,079 |
05-22-2020, 10:25 PM |
|
|
Thread: Blockchain Wallet
Post: RE: Blockchain Wallet
hashcat cannot be used to attack websites. |
|
undeath |
hashcat
|
6 |
1,279 |
06-19-2020, 01:57 AM |
|
|
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: AWS and speed of thier GPUs
Post: RE: AWS and speed of thier GPUs
I don't know what made you think developer GPUs are superior for hashcracking. They aren't. |
|
undeath |
Hardware
|
6 |
1,401 |
06-26-2020, 03:59 PM |
|
|
Thread: AWS and speed of thier GPUs
Post: RE: AWS and speed of thier GPUs
Hashcat requires good integer performance. Developer cards usually only boost floating point performance, sometimes even at the cost of integer performance. Consumer GPUs are what work best for hashca... |
|
undeath |
Hardware
|
6 |
1,401 |
06-26-2020, 11:01 PM |
|
|
Thread: ESSID:key available lists?
Post: RE: ESSID:key available lists?
See https://hashcat.net/forum/thread-6170.html
Given that default passwords for wpa routers are usually generated using some pseudo-random hashing function I wouldn't expect an AI to create much us... |
|
undeath |
hashcat
|
6 |
1,108 |
06-28-2020, 03:40 PM |
|
|
Thread: Is this good?
Post: RE: Is this good?
The usage of your GPU depends on the attack type and hash type you are using. Straight wordlist attacks have poor performance. Have a look at https://hashcat.net/wiki/doku.php?id=frequently_asked_ques... |
|
undeath |
hashcat
|
6 |
883 |
07-21-2020, 04:14 PM |
|
|
Thread: Hashcat settings - explanation
Post: RE: Hashcat settings - explanation
Quote:
--
hashcat -m 2500 -a 6 something.hccapx wordlist.txt ?d?d?s
--
Except for the mask ?d?d?s this is the correct command for what you wanted to do. ?d is a placeholder for digits and does not ... |
|
undeath |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
6 |
1,344 |
07-26-2020, 12:23 PM |
|
|
Thread: Hashcat settings - explanation
Post: RE: Hashcat settings - explanation
Really, there is no good answer to that question. Brute-force would eventually (read: sometimes long beyond the end of our solar system or the universe) find your password. A good best-effort solution... |
|
undeath |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
6 |
1,344 |
07-26-2020, 01:23 PM |
|
|
Thread: low-end CPU recommendation.
Post: RE: low-end CPU recommendation.
I'd go for a AMD A8-9600 or similarly cheap AMD quad core CPU. |
|
undeath |
Hardware
|
6 |
936 |
09-01-2020, 02:20 PM |
|
|
Thread: low-end CPU recommendation.
Post: RE: low-end CPU recommendation.
It doesn't make any difference for hashcat but in a home server more cores at the same price can't hurt. |
|
undeath |
Hardware
|
6 |
936 |
09-02-2020, 01:08 AM |
|
|
Thread: How to know which rules has been used to crack ?
Post: RE: How to know which rules has been used to crack...
--debug-mode=1 (and additionally: --debug-file=used_rules.rule) |
|
undeath |
Very old oclHashcat-plus Support
|
5 |
12,702 |
08-10-2011, 07:44 PM |
|
|
Thread: How to know which rules has been used to crack ?
Post: RE: How to know which rules has been used to crack...
unfortunately only hashcat supports the debug-mode. |
|
undeath |
Very old oclHashcat-plus Support
|
5 |
12,702 |
08-11-2011, 04:16 AM |
|
|
Thread: hashcat lite with email notification?
Post: RE: hashcat lite with email notification?
|
undeath |
General Help
|
5 |
13,842 |
08-21-2011, 07:06 PM |
|
|
Thread: --restore option problem
Post: RE: --restore option problem
if you name your session you need to mention the name of the session you want to restore, too. (if it is not the default one)
so not only do a "--restore" but a "--restore --session=aaa"
else yo... |
|
undeath |
Very old oclHashcat-lite Support
|
5 |
13,544 |
10-20-2011, 08:13 PM |
|
|
Thread: New feature sneakpeak: multirules
Post: RE: New feature sneakpeak: multirules
this is genius! now *-plus can fully replace oclHC and can even do more complex masks (appending AND prepending at the same time!). (without the need to generate custom mask sets all the time and stor... |
|
undeath |
Very old oclHashcat-plus Support
|
5 |
16,801 |
12-02-2011, 02:19 AM |
|
|
Thread: DS2432 brute force
Post: RE: DS2432 brute force
a sha1 hash consists of 20 bytes so whatever you have there does not seem to be a sha1 hash at all. Actually I have never heard of a hash consisting of 8 bytes. (if your salt consists of 56 bytes it d... |
|
undeath |
Very old oclHashcat-lite Support
|
5 |
12,416 |
12-08-2011, 03:43 AM |
|
|
Thread: DS2432 brute force
Post: RE: DS2432 brute force
as long as you expect the password to only consist of valid ascii characters with no specials or control characters the password should be bruteforced within some days using a recent gpu. But if you e... |
|
undeath |
Very old oclHashcat-lite Support
|
5 |
12,416 |
12-08-2011, 04:14 AM |