Search Results
|
Post |
Author |
Forum |
Replies |
Views
[desc]
|
Posted |
|
|
Thread: two-key triple DES
Post: RE: two-key triple DES
Is it possible to attempt to crack this with hashcat? yes
Is it possible to test even a reasonably sized subset of the keyspace with hashcat? no |
|
undeath |
hashcat
|
6 |
1,882 |
12-23-2019, 12:09 AM |
|
|
Thread: new user in need of help with command line
Post: RE: new user in need of help with command line
you're better off using https://github.com/ryancdotorg/brainflayer |
|
undeath |
hashcat
|
2 |
1,883 |
02-03-2019, 12:06 AM |
|
|
Thread: hybrid attack can't use all gpu power?
Post: RE: hybrid attack can't use all gpu power?
you can pipe in from another instance like this:
Code:
--
hashcat -a 6 wordlist.txt -1 dig_symbols.charset ?1?1?1?1?1?1 --increment --stdout | hashcat -m 11300 hash.txt
--
note that you won't be... |
|
undeath |
hashcat
|
5 |
1,883 |
08-15-2019, 11:03 PM |
|
|
Thread: OpenCL not throwing an error or showing OpenCL devices
Post: RE: OpenCL not throwing an error or showing OpenCL...
remove anything that has "cuda" or "sdk" in its name and make sure there are no leftovers. All you need is the intel opencl runtime and the standard nvidia driver. |
|
undeath |
hashcat
|
3 |
1,886 |
01-07-2019, 08:25 PM |
|
|
Thread: Error CPU Intel Hashcat 5.1.0.
Post: RE: Error CPU Intel Hashcat 5.1.0.
Even if it's not officially supported it should work on your distribution. |
|
undeath |
hashcat
|
6 |
1,890 |
04-27-2020, 01:25 PM |
|
|
Thread: Best way to crack emails?
Post: RE: Best way to crack emails?
convert your email appendixes to a rules file and do a straight wordlist + rules attack. |
|
undeath |
General Talk
|
3 |
1,906 |
10-06-2019, 11:31 AM |
|
|
Thread: Best way to crack emails?
Post: RE: Best way to crack emails?
yes. And then you can apply additional rules to whatever input wordlist/username list you use before that final domain ruleset. |
|
undeath |
General Talk
|
3 |
1,906 |
10-07-2019, 11:28 AM |
|
|
Thread: Building a Rig with 4 GPUs - Thoughts?
Post: RE: Building a Rig with 4 GPUs - Thoughts?
In general the composition and price seems good but the case does not allow mounting 4 GPUs. It only has seven expansion card slots. |
|
undeath |
Hardware
|
4 |
1,906 |
02-12-2020, 01:07 PM |
|
|
Thread: Brain socket error
Post: RE: Brain socket error
use the beta version: https://hashcat.net/beta/
known (and fixed) problem on windows |
|
undeath |
General Talk
|
1 |
1,911 |
11-11-2018, 12:22 AM |
|
|
Thread: how to read wordlist with separator :
Post: RE: how to read wordlist with separator :
more like
Code:
--
sed 's/^\([^:]*\):\(.*\)$/\1\n\2/' user_word.txt > all.txt
--
|
|
undeath |
hashcat
|
5 |
1,912 |
07-23-2019, 03:00 PM |
|
|
Thread: BruteForce with specific patterns
Post: RE: BruteForce with specific patterns
you can use princeprocessor |
|
undeath |
General Talk
|
2 |
1,915 |
03-26-2019, 07:50 PM |
|
|
Thread: Does not start Hashcat
Post: RE: Does not start Hashcat
No errors, just warnings. To fix get a new GPU. |
|
undeath |
hashcat
|
1 |
1,932 |
11-12-2017, 10:45 PM |
|
|
Thread: Wildcard in hash
Post: RE: Wildcard in hash
no. generate a hash list with all possible hashes. |
|
undeath |
hashcat
|
1 |
1,943 |
11-26-2017, 12:39 AM |
|
|
Thread: hashcat crash on benchmark
Post: RE: hashcat crash on benchmark
Looks like some kind of hardware error. Are you using risers?
Possibly a heat problem, try running
hashcat -a3 00000000000000000000000000000000 ?a?a?a?a?a?a?a?a?a
for a few minutes and see wha... |
|
undeath |
hashcat
|
6 |
1,944 |
12-08-2019, 02:28 PM |
|
|
Thread: Rules help with inserting multiple characters
Post: RE: Rules help with inserting multiple characters
no, you need one insert rule per character. |
|
undeath |
hashcat
|
1 |
1,946 |
02-21-2018, 10:09 AM |
|
|
Thread: Using hashcat (GPU) with simple hash function
Post: RE: Using hashcat (GPU) with simple hash function
If you implement your own module you can use hashcat for this. btw, that's a bloody stupid hash function. |
|
undeath |
hashcat
|
4 |
1,953 |
07-09-2019, 04:54 PM |
|
|
Thread: Effects of unequal RAM and VRAM in rig
Post: RE: Effects of unequal RAM and VRAM in rig
Not enough RAM leads to CL_OUT_OF_HOST_MEMORY errors. It won't slow down things.
MD5/NTLM should be good candidates for stability testing, although there might be even better ones. |
|
undeath |
Hardware
|
1 |
1,960 |
09-25-2018, 02:23 PM |
|
|
Thread: Supported cards
Post: RE: Supported cards
for AMD you can mostly refer to the list of devices supported by ROCm: https://rocm.github.io/hardware.html
Some older cards may work with the official AMD drivers on Windows but don't expect anythin... |
|
undeath |
Hardware
|
2 |
1,967 |
09-09-2019, 11:53 PM |
|
|
Thread: Need help with one word + lots of rules.
Post: RE: Need help with one word + lots of rules.
If you suspect it's a mistyping of a single character I think your most promising attack would be a mask attack with a hcmask file like this:
Code:
--
?uretdada45!
H?letdada45!
Hr?ltdada45!
…... |
|
undeath |
hashcat
|
3 |
1,974 |
03-24-2019, 10:10 PM |
|
|
Thread: phpBB uses bcrypt
Post: RE: phpBB uses bcrypt
What exact change would you propose? Changing the mode 400 description to "phpBB |
|
undeath |
hashcat
|
4 |
1,975 |
08-13-2019, 10:18 AM |