Search Results
|
Post |
Author
[asc]
|
Forum |
Replies |
Views |
Posted |
|
|
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: Can this password type be brute forced?
Post: RE: Can this password type be brute forced?
Assuming a theoretical hash rate of 1 TH/s (which is already very fast, even for a fast hash mode) you'd be looking at about 10^43 years of cracking. Pretty sure that's well beyond the expected end of... |
|
undeath |
General Talk
|
2 |
1,226 |
01-10-2020, 01:08 PM |
|
|
Thread: Gpu Limit
Post: RE: Gpu Limit
1. Don't buy AMD cards for hashcat.
2. How are you going to cool that many GPUs?
3. Mining rigs are not usually what you can use well with hashcat. They are lacking RAM and for most attacks you will... |
|
undeath |
Hardware
|
14 |
4,531 |
01-16-2020, 11:36 AM |
|
|
Thread: Gpu Limit
Post: RE: Gpu Limit
What type of hashes are you going to crack and what attacks do you plan to run? |
|
undeath |
Hardware
|
14 |
4,531 |
01-16-2020, 10:44 PM |
|
|
Thread: Gpu Limit
Post: RE: Gpu Limit
If you are only going to do bruteforce you might get away with a repurposed mining rig, but you should be aware that those will have low performance for pretty much everything other kind of attack and... |
|
undeath |
Hardware
|
14 |
4,531 |
01-17-2020, 01:25 AM |
|
|
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,550 |
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,550 |
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,323 |
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 |
|
|
Thread: Deleting symbols with rules?
Post: RE: Deleting symbols with rules?
There is no way. The @ rule is not implemented in hashcat. It was only available in the old cpu-only version. |
|
undeath |
hashcat
|
4 |
1,043 |
02-06-2020, 09:04 PM |
|
|
Thread: Deleting symbols with rules?
Post: RE: Deleting symbols with rules?
Indeed the rule seems to have been implemented into hashcat. But no, there's no shortcut for whole sets. You may consider pre-processing your wordlist file(s) if applicable. |
|
undeath |
hashcat
|
4 |
1,043 |
02-06-2020, 10:48 PM |