Search Results
|
Post |
Author |
Forum |
Replies
[asc]
|
Views |
Posted |
|
|
Thread: Very high "runtime" value with -w 4
Post: RE: Very high "runtime" value with -w 4
Is the runtime value correlating with some kind of other performance problem?
Also, any reason why you're not using a newer version of hashcat? |
|
royce |
hashcat
|
2 |
3,146 |
11-19-2017, 02:19 AM |
|
|
Thread: Restoring session skips words
Post: RE: Restoring session skips words
Pretty sure that hashcat isn't skipping any of the keyspace. But I'm not sure why there's a difference in the output percentage. |
|
royce |
General Talk
|
2 |
3,227 |
11-19-2017, 02:55 AM |
|
|
Thread: Fan control in Linux
Post: RE: Fan control in Linux
Hey, did you ever find out a good solution for this for you? |
|
royce |
Hardware
|
2 |
3,930 |
11-19-2017, 03:27 AM |
|
|
Thread: New ISP
Post: RE: New ISP
Wow, I totally missed this. How has it been going, a few months later? Happy with the move, customer service, etc. ? |
|
royce |
Organisation and Events
|
2 |
4,965 |
11-19-2017, 03:36 AM |
|
|
Thread: The Autotune Engine
Post: RE: The Autotune Engine
Also linked to this post from the wiki here:
https://hashcat.net/wiki/doku.php?id=autotune |
|
royce |
hashcat
|
2 |
10,698 |
11-19-2017, 03:52 AM |
|
|
Thread: [Solved] Combined attack with four words
Post: RE: Combined attack with four words
Unless it is an extremely slow hash, it's easier to just try all possible combinations of the four words, using something like
https://hashcat.net/wiki/doku.php?id=princeprocessor |
|
royce |
hashcat
|
2 |
2,634 |
11-25-2017, 06:19 PM |
|
|
Thread: LUKS benchmarks and estimated times
Post: RE: LUKS benchmarks and estimated times
Mode 14600 (LUKS) benches at around 10k H/s on a GTX 1080 with -w 4 and -O.
If you have literally no idea what those 10 characters might be ... it ain't happenin' any time soon. |
|
royce |
hashcat
|
2 |
3,486 |
11-27-2017, 04:59 AM |
|
|
Thread: Passwords^13 - Bergen - December 2-3
Post: RE: Passwords^13 - Bergen - December 2-3
YouTube playlist of all videos from the conferenceĀ are here (https://www.youtube.com/watch?v=DwbvFQx0Vfk&list=PLdIqs92nsIzQL6_ZTXTDPvhE7GiZrl-Em). |
|
royce |
Organisation and Events
|
2 |
10,974 |
11-29-2017, 06:03 AM |
|
|
Thread: --keyspace Not Working?
Post: RE: --keyspace Not Working?
Leave out the filename.
Code:
--
$ hashcat -m 0 -w 3 -O -a 3 ?a?a?a?a?a?a?a?a --keyspace
7737809375
--
|
|
royce |
hashcat
|
2 |
2,899 |
12-07-2017, 11:54 PM |
|
|
Thread: Formatting mask for mask attack
Post: RE: Formatting mask for mask attack
If there are only a few substitions, hashcat's -1/-2/-3/-4 (aka --custom-charset[1234]) can help with this.
If it's more than that, generating a custom list of masks using maskprocessor (https://gi... |
|
royce |
hashcat
|
2 |
2,433 |
12-13-2017, 05:43 AM |
|
|
Thread: Masked Attack Parameter for Binary
Post: RE: Masked Attack Parameter for Binary
You wouldn't be able to feed the string in as a direct input. And it would be tricky to try to shape the mask to match only the binary that is valid alphanumerics, other than the fact that the first b... |
|
royce |
hashcat
|
2 |
2,815 |
12-21-2017, 05:08 AM |
|
|
Thread: Could someone give some tips about libhashcat.so
Post: RE: Could someone give some tips about libhashcat....
There is no formal documentation yet - but since hashcat itself uses libhashcat, it is a good reference implementation. See hashcat github. |
|
royce |
hashcat
|
2 |
2,543 |
01-02-2018, 04:37 AM |
|
|
Thread: Princeprocessor Resume
Post: RE: Princeprocessor Resume
This should work, but I don't immediately see what might be different about your command line that would make the number go backwards. In my scripts that resume princeprocessor, the only thing that I ... |
|
royce |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
2 |
3,522 |
01-07-2018, 12:01 AM |
|
|
Thread: hash-encoding exception
Post: RE: hash-encoding exception
Hash files are almost always ASCII. Even if the salt contains non-ASCII, your hashes file should not need to be anything but ASCII (because the salts would be hex, and the --hex-salt parameter would b... |
|
royce |
hashcat
|
2 |
2,869 |
02-04-2018, 12:25 AM |
|
|
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: --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: Advantage with a big wordlist?
Post: RE: Advantage with a big wordlist?
Giant deduplicated wordlists are great for fast hashes, but not as helpful for slow ones.
And what's usually missing from most of them is *frequency data*.
A giant wordlist, sorted by how commo... |
|
royce |
hashcat
|
2 |
2,364 |
03-07-2018, 10:45 PM |
|
|
Thread: Newbee Question about Requirements(RESOLVED)
Post: RE: Newbee Question about Requirements
You need OpenCL. Download and install what the hashcat.net/hashcat/ page suggests for your platform. The reason why should be easily Google-able, but in a nutshell, it's a unified language for writing... |
|
royce |
hashcat
|
2 |
2,302 |
04-05-2018, 06:06 AM |
|
|
Thread: Hashcat & OpenCL... Why OpenCL?
Post: RE: Hashcat & OpenCL... Why OpenCL?
OpenCL is the framework that hashcat uses to perform the computation on the selected hardware.
Without an OpenCL driver for a given hardware platform, you cannot use modern hashcat on that hardware... |
|
royce |
hashcat
|
2 |
2,373 |
04-21-2018, 07:19 PM |
|
|
Thread: Cache path
Post: RE: Cache path
This message happens at a different stage from the dictionary metadata analysis. This message is related to the overall space needed to execute the attack. It is not clear from your question what kind... |
|
royce |
hashcat
|
2 |
2,038 |
04-22-2018, 09:42 PM |