Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
|
|
Thread: solved -- invalid argument hashcat 4.1.0 --gpu-temp-retain=
Post: RE: invalid argument hashcat 4.1.0 --gpu-temp-reta...
Specifically:
Removed option --gpu-temp-retain that tried to retain GPU temperature at X degrees celsius - please use driver-specific tools
Removed option --powertune-enable to enable power tuning ... |
|
royce |
hashcat
|
3 |
5,849 |
02-24-2018, 08:58 PM |
|
|
Thread: Linux GPU accelerated cracking
Post: RE: Linux GPU accelerated cracking
Skip K-a-l-i. I'd go straight to release of Ubuntu 16.04 LTS, and then set up using these instructions:
https://hashcat.net/faq/wrongdriver
... and this version of the drivers directly from AMD:... |
|
royce |
hashcat
|
5 |
10,071 |
02-22-2018, 04:36 PM |
|
|
Thread: Generating wordlist using specific charlist with exclusions
Post: RE: Generating wordlist using specific charlist wi...
I'm not aware of anything dedicated that would natively provide a way to express the rules you described in the original question.
At that point, you're basically looking at using python, perl, etc... |
|
royce |
General Talk
|
8 |
6,771 |
02-22-2018, 09:29 AM |
|
|
Thread: DES ECB error
Post: RE: DES ECB error
Normally, yes. But with --keep-guessing, I would expect all possibilities to be exhausted. In different output order, but all represented. |
|
royce |
hashcat
|
10 |
7,625 |
02-17-2018, 10:00 PM |
|
|
Thread: Generating wordlist using specific charlist with exclusions
Post: RE: Generating wordlist using specific charlist wi...
Be sure to also do the math to calculate how many password candidates these rules will eliminate compared the speed of your attack. Some of the rules you're describing won't reduce the keyspace very m... |
|
royce |
General Talk
|
8 |
6,771 |
02-17-2018, 07:31 PM |
|
|
Thread: Hybrid Attack
Post: RE: Hybrid Attack
Nevertheless, that's the answer. Because of how hashcat is optimized to run, undersized masks on the left-hand side have more of an impact on speed than undersized masks on the right-hand side. |
|
royce |
hashcat
|
3 |
3,010 |
02-17-2018, 07:22 PM |
|
|
Thread: brute forcing sha256 - need help locating salt in open source code
Post: RE: brute forcing sha256 - need help locating salt...
And if you need it before it's added to hashcat, you'll have to fall back to other tools. John the Ripper supports it with a dynamic mode (CPU only):
Code:
--
Format label ... |
|
royce |
hashcat
|
8 |
6,872 |
02-17-2018, 07:21 PM |
|
|
Thread: DES ECB error
Post: RE: DES ECB error
But why does the cracking approach sometimes find one first, and sometimes find the other one first? I would expect the attack to be deterministic and reproducible. |
|
royce |
hashcat
|
10 |
7,625 |
02-17-2018, 06:36 PM |
|
|
Thread: What does the values in Speed Dev indicate
Post: RE: What does the values in Speed Dev indicate
The first device is hashing candidate passwords at a rate of roughly 9452700 hashes per second. |
|
royce |
hashcat
|
1 |
1,827 |
02-17-2018, 06:28 PM |
|
|
Thread: Bruteforce + Custom characters
Post: RE: Bruteforce + Custom characters
If the first 8 characters are truly unknown, then the first 8 positions of the mask would be ?a, and the rest would be literal / hard-coded:
?a?a?a?a?a?a?a?aAlis-ZA |
|
royce |
hashcat
|
1 |
1,857 |
02-17-2018, 06:27 PM |
|
|
Thread: DES ECB error
Post: RE: DES ECB error
It's a family reunion!
Code:
--
$ hashcat --quiet --potfile-path=/dev/null --keep-guessing -m 14000 test.hash -a 3 -1 '`012abcdghirstu' ?1?1?1?1?1?1?1?1
24ac458a29cc3241:5337554801018442:harica... |
|
royce |
hashcat
|
10 |
7,625 |
02-16-2018, 06:07 AM |
|
|
Thread: hashing MS Office 2010 so slow
Post: RE: hashing MS Office 2010 so slow
Yes, newer Office hashes are pretty slow.
You can add -w 4 and -O; that might help. |
|
royce |
hashcat
|
3 |
2,894 |
02-12-2018, 10:01 AM |
|
|
Thread: --stdout combinator attack
Post: RE: --stdout combinator attack
Syntax example? Works for me:
Code:
--
$ cat test.list
password
rockyou
linkedin
hashcat
hunter2
$ hashcat -a 1 test.list test.list --stdout
passwordpassword
passwordrockyou
rockyoupa... |
|
royce |
hashcat
|
2 |
2,402 |
02-11-2018, 08:39 AM |
|
|
Thread: Help with spaces and rules
Post: RE: Help with spaces and rules
'head' just shows the first X lines of output (the default is 10 lines). This is just to make the output shorter, and give a sample from the beginning of the output. |
|
royce |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
5 |
5,809 |
02-10-2018, 06:30 PM |
|
|
Thread: Encfs
Post: RE: Encfs
I don't think hashcat current supports cracking encfs, but John the Ripper does:
Code:
--
$ johnl --list=formats | tr -s '[:space:]' '\n' | egrep -i encf
EncFS,
encfs-opencl,
--
|
|
royce |
hashcat
|
2 |
2,633 |
02-10-2018, 06:13 PM |
|
|
Thread: How to change password length (min/max)
Post: RE: How to change password length (min/max)
Short answer: add the '-O' flag.
The default min and max lengths shown are very broad, and not as specific as any particular attack (though they do have broad impact on attack speed). It's about yo... |
|
royce |
hashcat
|
4 |
9,652 |
02-06-2018, 03:35 AM |
|
|
Thread: Help with spaces and rules
Post: RE: Help with spaces and rules
Maybe single quotes vs double quotes? (Are you Windows?)
Here's a working example. I generate a ruleset that sounds sort of like what you're after (though I'm *appending* space and two digits):
... |
|
royce |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
5 |
5,809 |
02-06-2018, 03:10 AM |
|
|
Thread: 1080ti slow speed performance WPA/WPA2
Post: RE: 1080ti slow speed performance WPA/WPA2
atom also came up with a pretty clever way to push more data across the PCI-e!
https://hashcat.net/forum/thread-7267-post-39112.html |
|
royce |
hashcat
|
13 |
18,419 |
02-05-2018, 09:22 PM |
|
|
Thread: mask attack issue
Post: RE: mask attack issue
Have you tried --status and --status-timer ? |
|
royce |
hashcat
|
1 |
1,773 |
02-05-2018, 07:06 AM |
|
|
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 |