Search Results
|
Post
[asc]
|
Author |
Forum |
Replies |
Views |
Posted |
|
|
Thread: Possible development to support three wordlists at once?
Post: RE: Possible development to support three wordlist...
vigilantbag Wrote: (06-15-2018, 07:01 PM)
--
And for your second option on pre-generating a new wordlist, I need to use three separate wordlists, giving me three different word sets per candidate, bu... |
|
undeath |
hashcat
|
25 |
19,842 |
06-15-2018, 11:51 PM |
|
|
Thread: Possible development to support three wordlists at once?
Post: RE: Possible development to support three wordlist...
ok, saving the result of combining such a big wordlist is infeasible. But running that in combinator3 would probably take several years to complete anyway. |
|
undeath |
hashcat
|
25 |
19,842 |
06-16-2018, 12:15 AM |
|
|
Thread: Possible development to support three wordlists at once?
Post: RE: Possible development to support three wordlist...
you're not talking about the 1Password competition, are you? https://hashcat.net/forum/thread-7480.html
That's not "hmac-sha256" but pbkdf2 (with hmac-sha256) with 100k iterations. That's a whole d... |
|
undeath |
hashcat
|
25 |
19,842 |
06-16-2018, 12:36 AM |
|
|
Thread: Possible development to support three wordlists at once?
Post: RE: Possible development to support three wordlist...
I'm pretty sure they were using the "AgileWords.txt" wordlist you can find on the competition's github repo. That's a whole lot smaller than your wordlist. And still, even with a decent hardware clust... |
|
undeath |
hashcat
|
25 |
19,842 |
06-16-2018, 12:47 AM |
|
|
Thread: Possible development to support three wordlists at once?
Post: RE: Possible development to support three wordlist...
There is no hashcat-native way of doing combinator3 with rules. A simple solution would be creating an intermediate wordlist with a space appended to each line, then creating a second intermediate wor... |
|
undeath |
hashcat
|
25 |
19,842 |
06-16-2018, 12:58 AM |
|
|
Thread: Possible development to support three wordlists at once?
Post: RE: Possible development to support three wordlist...
Code:
--
sed 's/$/ /g' wordlist.txt > with-space.txt
combinator.bin with-space.txt with-space.txt > comb-with-space.txt
hashcat -a1 hash.txt comb-with-space.txt wordlist.txt
--
|
|
undeath |
hashcat
|
25 |
19,842 |
06-16-2018, 01:06 AM |
|
|
Thread: PMKID
Post: RE: PMKID
I guess the question was meant to ask "why can you not use the PMKID to authenticate with a AP". Answer is simple: because the PMKID is not used in the WPA handshake. |
|
undeath |
General Talk
|
2 |
1,511 |
10-04-2019, 07:21 PM |
|
|
Thread: PMK???
Post: RE: PMK???
PMK is only useful if you need to attack the same SSID many times. Most people will never need this. |
|
undeath |
hashcat
|
2 |
2,309 |
03-18-2018, 11:23 AM |
|
|
Thread: Plz help!
Post: RE: Plz help!
no.
There was an error posting your reply: The message is too short. Please enter a message longer than 5 characters. |
|
undeath |
hashcat
|
1 |
2,649 |
07-09-2017, 05:35 PM |
|
|
Thread: Plz help with iTunes encryption
Post: RE: Plz help with iTunes encryption
It's not clear what exactly your problem is. |
|
undeath |
hashcat
|
2 |
1,274 |
06-05-2019, 11:17 AM |
|
|
Thread: plz help in generating a special wordlist using maskprocessor
Post: RE: plz help in generating a special wordlist usin...
use PACK https://thesprawl.org/projects/pack/ |
|
undeath |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
1 |
5,460 |
11-15-2014, 12:39 PM |
|
|
Thread: Plz help for MD5(sal1.PASSWORD.salt2)
Post: RE: Plz help for MD5(sal1.PASSWORD.salt2)
id417 is on the right track but not right there.
-j/-k does not allow rule files.
Instead of using a1 use a normal a0 attack and create a rule to append salt2 in m20. |
|
undeath |
hashcat
|
3 |
2,813 |
10-27-2017, 02:24 PM |
|
|
Thread: Pls help - simple rule does not work!
Post: RE: Pls help - simple rule does not work!
what happens when you run
Code:
--
hashcat64.exe -m 2500 -a3 crackme.hccapx password123
--
?
Try the example hccapx file: https://hashcat.net/wiki/doku.php?id=example_hashes |
|
undeath |
hashcat
|
10 |
5,466 |
09-18-2018, 05:06 PM |
|
|
Thread: Pls help - simple rule does not work!
Post: RE: Pls help - simple rule does not work!
as noted otherwise, the password for the example hccapx is "hashcat!" (with trailing exclamation mark) |
|
undeath |
hashcat
|
10 |
5,466 |
09-18-2018, 08:30 PM |
|
|
Thread: Pls help - simple rule does not work!
Post: RE: Pls help - simple rule does not work!
your input word must be at least eight characters (before rule manipulation), otherwise it'll be skipped |
|
undeath |
hashcat
|
10 |
5,466 |
09-18-2018, 09:07 PM |
|
|
Thread: Pls help - simple rule does not work!
Post: RE: Pls help - simple rule does not work!
john2014 Wrote: (09-19-2018, 12:18 AM)
--
If this is the case, why? Maybe because the minimum length for WPA is 8 chars and so the code first rejects BEFORE the rule is applied?
--
exactly
john20... |
|
undeath |
hashcat
|
10 |
5,466 |
09-19-2018, 08:58 AM |
|
|
Thread: please help me
Post: RE: please help me
Your commands are both correct. The first one is just missing the _ |
|
undeath |
hashcat
|
3 |
2,722 |
03-19-2018, 10:53 AM |
|
|
Thread: Please help a beginner
Post: RE: Please help a beginner
The minimum amount of time is instant, although this case is very unlikely.
In general you can stick to these estimations:
https://golubev.com/gpuest.htm
So if you buy a rig consisting of 4x AMD... |
|
undeath |
General Help
|
9 |
15,075 |
03-08-2012, 01:23 AM |
|
|
Thread: Please help a beginner
Post: RE: Please help a beginner
Yes, this is correct. Theoretically it is possible that the unlock code is found after less than the estimated time but practically SL3 is know to mostly max out this estimation. It is a brute force p... |
|
undeath |
General Help
|
9 |
15,075 |
03-08-2012, 05:32 PM |
|
|
Thread: Please help a beginner
Post: RE: Please help a beginner
yes, the speed scales linear. Two cards of the same model double the speed (thus half the time). |
|
undeath |
General Help
|
9 |
15,075 |
03-08-2012, 09:27 PM |