Search Results
|
Post |
Author |
Forum
[asc]
|
Replies |
Views |
Posted |
|
|
Thread: having trouble with hashcat working with gpu's
Post: RE: having trouble with hashcat working with gpu's
From the screenshots you have posted that does not seem to be the case. Both your Nvidia cards are listed and apparently being used, your CPU is skipped. |
|
undeath |
hashcat
|
5 |
1,707 |
12-29-2019, 05:27 PM |
|
|
Thread: Mask Attack
Post: RE: Mask Attack
princeprocessor (https://hashcat.net/wiki/doku.php?id=princeprocessor) does almost what you want but it will also use words multiple times, eg yumyumyum
To append the fixed part "24" you can add a ... |
|
undeath |
hashcat
|
5 |
1,789 |
01-01-2020, 12:25 PM |
|
|
Thread: New password guessing method
Post: RE: New password guessing method
The example you describe can be easily solved using hashcat's rules (and in fact already has many years ago, see the korelogic rules).
Unless you cannot use rules to express your mutations you shou... |
|
undeath |
hashcat
|
2 |
1,362 |
01-03-2020, 02:57 PM |
|
|
Thread: NTLM Performance Problem
Post: RE: NTLM Performance Problem
That attack is not going to have good speed either, because static mask prefixes slow hashcat down. Generate a rules file for the mask part and do a wordlist+rules attack. |
|
undeath |
hashcat
|
7 |
3,012 |
01-04-2020, 12:56 PM |
|
|
Thread: osx errors
Post: RE: osx errors
you need to properly escape your arguments depending on your shell |
|
undeath |
hashcat
|
2 |
1,012 |
01-04-2020, 04:30 PM |
|
|
Thread: Speed comparison WPA/WPA2 (2500) vs WPA/WPA2 PMK (2501)
Post: RE: Speed comparison WPA/WPA2 (2500) vs WPA/WPA2 P...
You are confusing PMK and PMKID. The hash mode for the PMKID attack is 16800. |
|
undeath |
hashcat
|
9 |
4,607 |
01-06-2020, 12:45 PM |
|
|
Thread: Speed comparison WPA/WPA2 (2500) vs WPA/WPA2 PMK (2501)
Post: RE: Speed comparison WPA/WPA2 (2500) vs WPA/WPA2 P...
It's used to attack a WPA handshake using pre-calculated PMK for a specific SSID. |
|
undeath |
hashcat
|
9 |
4,607 |
01-06-2020, 01:14 PM |
|
|
Thread: password 8 letters
Post: RE: password 8 letters
if you want to shorten the testing process you can for example run
hashcat -m 2500 -a 3 -o password.txt dom.hccapx huberus
or
hashcat -m 2500 -a 3 -o password.txt dom.hccapx huberu?l |
|
undeath |
hashcat
|
6 |
1,841 |
01-19-2020, 11:57 PM |
|
|
Thread: Telegram and hashcat.
Post: RE: Telegram and hashcat.
looks exactly like the format hashcat expects. |
|
undeath |
hashcat
|
9 |
2,995 |
01-20-2020, 07:07 PM |
|
|
Thread: possible to crack .7z file with sha-256?
Post: RE: possible to crack .7z file with sha-256?
No you can not simply replace some mode with a random other mode. If you could, everyone would do it.
For the difference between SHA256 and AES256 I recommend wikipedia. |
|
undeath |
hashcat
|
4 |
1,512 |
01-22-2020, 10:37 PM |
|
|
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,123 |
01-22-2020, 11:53 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,210 |
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,210 |
01-26-2020, 07:05 PM |
|
|
Thread: Several Words + #'s + characters
Post: RE: Several Words + #'s + characters
for the wordlist you can use princeprocessor (https://hashcat.net/wiki/doku.php?id=princeprocessor). To append the numbers+specials you can use rules. |
|
undeath |
hashcat
|
1 |
651 |
01-28-2020, 05:06 PM |
|
|
Thread: Hashcat stop working when launched
Post: RE: Hashcat stop working when launched
Your command line doesn't make sense. Either you use straight wordlist mode (a0) and pipe something in (a stupid idea in your case) or you use hashcat's native mask attack (a3) and specify the correct... |
|
undeath |
hashcat
|
5 |
1,551 |
01-28-2020, 11:20 PM |
|
|
Thread: Hashcat stop working when launched
Post: RE: Hashcat stop working when launched
Are you using risers? One of them might be defective. You can try running the attack on individual devices. |
|
undeath |
hashcat
|
5 |
1,551 |
01-29-2020, 02:00 AM |
|
|
Thread: Help!
Post: RE: Help!
What problem do you mean? |
|
undeath |
hashcat
|
3 |
1,091 |
01-29-2020, 03:48 PM |
|
|
Thread: how to do it better ???
Post: RE: how to do it better ???
You only need to fix that if you see the error. The message in itself is only a warning. I'm not sure what you mean by "restore the settings" but you can already do everything hashcat does without tha... |
|
undeath |
hashcat
|
4 |
1,324 |
01-30-2020, 12:07 AM |
|
|
Thread: Rules effects.
Post: RE: Rules effects.
description for individual rules: https://hashcat.net/wiki/doku.php?id=rule_based_attack
to see what a specific ruleset generates you can use hashcat's stdout mode
hashcat -r rules.rule wordlist... |
|
undeath |
hashcat
|
3 |
1,045 |
02-05-2020, 05:02 PM |
|
|
Thread: Need help with hashcat
Post: RE: Need help with hashcat
Your hardware is way too old. Sorry, got confused.
Download the latest nvidia driver from their homepage, not through windws. https://www.nvidia.com/Download/driverResults.aspx/145874/en-us |
|
undeath |
hashcat
|
2 |
1,058 |
02-05-2020, 10:51 PM |