Search Results
|
Post |
Author |
Forum
[asc]
|
Replies |
Views |
Posted |
|
|
Thread: the quantity of rules in the rule based attack
Post: RE: the quantity of rules in the rule based attack
This would usually happen when you specify -r multiple times in the comand line, but you don't seem to be doing that.
Please try with the latest version. It might be a bug. |
|
undeath |
hashcat
|
2 |
3,397 |
04-27-2017, 11:40 AM |
|
|
Thread: how to hash with hashcat
Post: RE: how to hash with hashcat
That's not possible with hashcat. |
|
undeath |
hashcat
|
7 |
7,752 |
05-01-2017, 05:24 PM |
|
|
Thread: 1Password - need help using hashcat
Post: RE: 1Password - need help using hashcat
§ is not an ascii character. Using it in masks or rules is problematic. |
|
undeath |
hashcat
|
21 |
19,496 |
05-01-2017, 05:27 PM |
|
|
Thread: Chaining Two Different Hash Types
Post: RE: Chaining Two Different Hash Types
This feature is not available and, believe it or not, is not easily implemented. |
|
undeath |
hashcat
|
1 |
2,280 |
05-01-2017, 05:30 PM |
|
|
Thread: How to find a salt for a hash if you have the plain text
Post: RE: How to find a salt for a hash if you have the ...
This thread needs more pointless quotes. |
|
undeath |
hashcat
|
10 |
10,557 |
05-01-2017, 05:31 PM |
|
|
Thread: 1Password - need help using hashcat
Post: RE: 1Password - need help using hashcat
First you need to find out what encoding to use, then you can create a charset file: https://hashcat.net/wiki/doku.php?id=mask_attack#hashcat_charset_files
If you need a multibyte character (utf-8)... |
|
undeath |
hashcat
|
21 |
19,496 |
05-01-2017, 09:54 PM |
|
|
Thread: How to find a salt for a hash if you have the plain text
Post: RE: How to find a salt for a hash if you have the ...
epixoip Wrote: (05-02-2017, 04:06 PM)
--
Erm, guys, this isn't hard. If the algorithm is e.g. md5(p.s) and you know p but need to find s, just switch them: use p as s and run it as md5(s.p). Same goe... |
|
undeath |
hashcat
|
10 |
10,557 |
05-02-2017, 04:40 PM |
|
|
Thread: creating a wordlist
Post: RE: creating a wordlist
It's probably easiest to write a custom script to generate the mutated phrases. |
|
undeath |
hashcat
|
2 |
3,055 |
05-02-2017, 04:45 PM |
|
|
Thread: 1Password - need help using hashcat
Post: RE: 1Password - need help using hashcat
given your number of possibilities you could even try them by hand. If you want to use hashcat you can create a wordlist for the first set of special characters and then run a hybrid attack (mode 6). |
|
undeath |
hashcat
|
21 |
19,496 |
05-05-2017, 09:27 AM |
|
|
Thread: Nvidia GeForce 610
Post: RE: Nvidia GeForce 610
https://hashcat.net/hashcat/ > GPU Driver Requirements |
|
undeath |
hashcat
|
4 |
6,084 |
05-05-2017, 01:08 PM |
|
|
Thread: Nvidia GeForce 610
Post: RE: Nvidia GeForce 610
There is no error, only warnings. |
|
undeath |
hashcat
|
4 |
6,084 |
05-05-2017, 02:41 PM |
|
|
Thread: 1Password - need help using hashcat
Post: RE: 1Password - need help using hashcat
I was extremely bored and therefor hacked together this very complicated python3 script:
Code:
--
CHARSET_PREP = '"!§'
CHARSET_APP = 'tT'
BASEWORD = 'GreatScript'
print(BASEWORD)
for c1 in list(CH... |
|
undeath |
hashcat
|
21 |
19,496 |
05-05-2017, 04:21 PM |
|
|
Thread: 1Password - need help using hashcat
Post: RE: 1Password - need help using hashcat
In that case generate a list with each word and the special character appended/prepended and apply combinator from hashcat utils until all words have been combined. |
|
undeath |
hashcat
|
21 |
19,496 |
05-05-2017, 06:01 PM |
|
|
Thread: Time.Estimated, does this estimate look accurate ?
Post: RE: Time.Estimated, does this estimate look accur...
There might be some overflow happening. 3y is definitely off.
(26+10)**10 / 2800 / 60 / 60 / 24 / 365 = 41405.7227121722 (years)
even with a high end rig this kind of keyspace is not realistic. |
|
undeath |
hashcat
|
2 |
2,970 |
05-06-2017, 07:03 PM |
|
|
Thread: question for
Post: RE: question for
You could probably even come up with an algorithm that does it with SIMD, but if the overall gain is a 5ms faster hashcat startup that's not really something worth benchmarking and/or optimizing. |
|
undeath |
hashcat
|
2 |
2,866 |
05-09-2017, 11:07 AM |
|
|
Thread: Cracking failed on Radeon Pro WX5100
Post: RE: Cracking failed on Radeon Pro WX5100
please post the full hashcat output of a cracking attempt. |
|
undeath |
hashcat
|
5 |
6,864 |
05-09-2017, 02:30 PM |
|
|
Thread: Conflicting rule results
Post: RE: Conflicting rule results
With the high concurrency it's possible that a different rule produced the same plaintext before the blank rule hit.
ie assume password is "123456" and your wordlist has "1234567" and rule "]", you... |
|
undeath |
hashcat
|
2 |
2,715 |
05-09-2017, 02:49 PM |
|
|
Thread: Up and running
Post: RE: Up and running
You don't need a different hashcat version to use your cpu. See --opencl-device-types option
Use --potfile-disable to disable checking of already cracked hashes. |
|
undeath |
hashcat
|
2 |
3,125 |
05-10-2017, 09:09 PM |
|
|
Thread: Joomla 3.7 hash type?
Post: RE: Joomla 3.7 hash type?
|
undeath |
hashcat
|
3 |
4,586 |
05-11-2017, 10:12 AM |
|
|
Thread: Joomla 3.7 hash type?
Post: RE: Joomla 3.7 hash type?
Didn't find anything weird happening in the code. Should be normal bcrypt. |
|
undeath |
hashcat
|
3 |
4,586 |
05-13-2017, 03:51 PM |