Search Results
|
Post |
Author |
Forum |
Replies
[asc]
|
Views |
Posted |
|
|
Thread: combinator + rule
Post: RE: combinator + rule
Try double quotes instead of single quotes, I think. |
|
royce |
hashcat
|
6 |
6,142 |
02-05-2018, 06:09 AM |
|
|
Thread: Need help with NTLM password case
Post: RE: Need help with NTLM password case
You can create rules that toggle case.
https://blog.didierstevens.com/2016/07/18/practice-ntds-dit-file-part-5-password-cracking-with-hashcat-lm-ntlm/ |
|
royce |
hashcat
|
6 |
5,098 |
03-25-2018, 06:27 PM |
|
|
Thread: Two sessions writing to the same potfile
Post: RE: Two sessions writing to the same potfile
Use the source, Luke. :)
If you look at locking.c and potfile.c in the source code, it appears that (as long as you're not on Windows), some basic locking of the potfile is happening.
That being... |
|
royce |
hashcat
|
6 |
4,965 |
04-07-2018, 05:26 AM |
|
|
Thread: Rule for omitting duplicates in bruteforce attack?
Post: RE: Rule for omitting duplicates in bruteforce att...
I encourage you to calculate how much of a difference in total keyspace this would make - and how long your attack will take even if these duplicates were removed.
Here is a value that might be hel... |
|
royce |
hashcat
|
6 |
4,322 |
04-22-2018, 07:51 PM |
|
|
Thread: Rule for omitting duplicates in bruteforce attack?
Post: RE: Rule for omitting duplicates in bruteforce att...
Yep, that looks right to me. I need to upgrade napkins. :) |
|
royce |
hashcat
|
6 |
4,322 |
04-22-2018, 08:55 PM |
|
|
Thread: Rule for omitting duplicates in bruteforce attack?
Post: RE: Rule for omitting duplicates in bruteforce att...
Generally speaking, there's no efficient way to eliminate duplicates within hashcat itself. You'd have to write an external candidate-password generator, and pipe that into hashcat. |
|
royce |
hashcat
|
6 |
4,322 |
04-23-2018, 04:35 PM |
|
|
Thread: Differences in keyspace
Post: RE: Differences in keyspace
https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#what_is_a_keyspace |
|
royce |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
6 |
5,884 |
04-26-2018, 07:00 AM |
|
|
Thread: Differences in keyspace
Post: RE: Differences in keyspace
Ah, I didn't properly read the original question.
Larrax, this looks like it should be opened as a GitHub issue against hashcat-utils; could you do the honors?
https://github.com/hashcat/hashcat... |
|
royce |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
6 |
5,884 |
04-26-2018, 05:17 PM |
|
|
Thread: GPU H/s to router Mbps
Post: RE: GPU H/s to router Mbps
There is no relationship between WPA2 hash speed and wireless bandwidth speeds. |
|
royce |
hashcat
|
6 |
3,866 |
05-17-2018, 09:58 PM |
|
|
Thread: GPU H/s to router Mbps
Post: RE: GPU H/s to router Mbps
Nope. Totally unrelated ... unless you're using the router itself to crack hashes ;) |
|
royce |
hashcat
|
6 |
3,866 |
05-18-2018, 04:44 AM |
|
|
Thread: show.log
Post: RE: show.log
Unless your command line is customizing the name of the session with --session=show, I don't think hashcat is directly generating this file. |
|
royce |
hashcat
|
6 |
3,651 |
05-24-2018, 08:43 AM |
|
|
Thread: show.log
Post: RE: show.log
Without giving away any sensitive information, can you describe or post what the contents of that file are? |
|
royce |
hashcat
|
6 |
3,651 |
05-24-2018, 03:12 PM |
|
|
Thread: show.log
Post: RE: show.log
Yep, that's a hashcat log file all right. I swear it's acting like you ran something like this:
hashcat --session=show [etc]
That's the only way I know of to get hashcat to save its log file som... |
|
royce |
hashcat
|
6 |
3,651 |
05-26-2018, 10:44 PM |
|
|
Thread: Question about hccapx file
Post: RE: Question about hccapx file
I *think* you can do something along those lines with hcxtools?
https://github.com/ZerBea/hcxtools |
|
royce |
General Talk
|
6 |
4,366 |
06-04-2018, 03:40 AM |
|
|
Thread: Hashcat 4.1.0 slow speed
Post: RE: Hashcat 4.1.0 slow speed
Ooh, that's good to know - thanks! |
|
royce |
hashcat
|
6 |
3,901 |
06-16-2018, 10:05 PM |
|
|
Thread: Save all valid password candidates
Post: RE: Save all valid password candidates
You can use --stdout to see what candidates hashcat will generate.
Code:
--
$ echo -n hashcat | hashcat --stdout -r ./rules/best64.rule | head
hashcat
tachsah
HASHCAT
Hashcat
hashcat0
hash... |
|
royce |
General Talk
|
6 |
4,521 |
06-17-2018, 05:54 PM |
|
|
Thread: Save all valid password candidates
Post: RE: Save all valid password candidates
Verify your syntax using an existing format. If it works for that, it should work for yours. |
|
royce |
General Talk
|
6 |
4,521 |
06-19-2018, 12:44 AM |
|
|
Thread: gtx 1060 3gb version
Post: RE: gtx 1060 3gb version
All cards supported by current NVIDIA drivers will work with hashcat. You shouldn't have to use --force (at least, not at this writing. Someday you may have to. The 9xx, 10xx, and 20xx series should a... |
|
royce |
Hardware
|
6 |
4,047 |
08-25-2018, 08:53 PM |
|
|
Thread: gtx 1060 3gb version
Post: RE: gtx 1060 3gb version
More VRAM is good for when you are trying large lists of hashes, or large combos of wordlists+rules, etc.
Note also that due to what I believe to be an error in NVIDIA's interpretation of the Open... |
|
royce |
Hardware
|
6 |
4,047 |
08-25-2018, 11:10 PM |
|
|
Thread: gtx 1060 3gb version
Post: RE: gtx 1060 3gb version
I think that should be fine - it's not a hard requirement. You're close enough to it to be OK. |
|
royce |
Hardware
|
6 |
4,047 |
08-27-2018, 05:18 AM |