Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
|
|
Thread: MS Office 2019 hashes
Post: RE: MS Office 2019 hashes
According to this John the Ripper pull request (https://github.com/magnumripper/JohnTheRipper/pull/3460) from @dhiru, they're the same. |
|
royce |
General Talk
|
2 |
2,622 |
11-14-2018, 05:53 PM |
|
|
Thread: Dedicated hashcat brain server
Post: RE: Dedicated hashcat brain server
Fair question. No GPU required for the brain, unless you want to also use it as a client at the same time. |
|
royce |
Hardware
|
3 |
4,462 |
11-13-2018, 06:36 PM |
|
|
Thread: How to crack custom hash - SHA512, SHA256, and MD5 combined
Post: RE: How to crack custom hash - SHA512, SHA256, and...
John the Ripper has a way to express custom hashes, but I'm not sure that it would support hundreds of them nested.
MDXfind's -i flag can be used to iterate hundreds of times, but only for a given ha... |
|
royce |
hashcat
|
3 |
3,428 |
11-11-2018, 03:41 PM |
|
|
Thread: BLAKE2
Post: RE: BLAKE2
259.4 MH/s on my 750 Ti. ;)
(That's with -O and -w 4.) |
|
royce |
hashcat
|
4 |
3,133 |
11-11-2018, 03:38 PM |
|
|
Thread: 3DES Is there a problem? where did I go wrong ?
Post: RE: 3DES Is there a problem? where did I go wrong ...
No. Do the math (seriously, as in do the actual calculation of multiplying hashes per second by the number of hashes, using something like Wolfram Alpha) so that you understand why it's literally impo... |
|
royce |
hashcat
|
11 |
6,630 |
11-11-2018, 03:32 PM |
|
|
Thread: Help me identify encription type
Post: RE: Help me identify encription type
Is that the full hash, or is it redacted? If the former, note that posting unredacted hashes with unknown corresponding plaintexts is against the forum rules (https://hashcat.net/forum/archive/index... |
|
royce |
hashcat
|
3 |
2,335 |
11-11-2018, 03:29 PM |
|
|
Thread: md5($salt1,password,$salt2) ?
Post: RE: md5($salt1,password,$salt2) ?
That should be irrelevant. Only how special characters (like "?") are escaped on the OS-native command line (not a hashcat issue) should vary between the platforms. |
|
royce |
hashcat
|
5 |
3,103 |
11-11-2018, 03:25 PM |
|
|
Thread: Run 3 opencl devices at once
Post: RE: Run 3 opencl devices at once
Ah, I didn't know about the instruction consequences of using -d. Interesting. |
|
royce |
hashcat
|
8 |
4,135 |
11-11-2018, 03:23 PM |
|
|
Thread: Dedicated hashcat brain server
Post: RE: Dedicated hashcat brain server
The amount of RAM you'll need is highly variable, depending on the attacks you'll be carrying out, with factors like:
* Whether all systems will be on the same LAN, vs operating over a WAN connecti... |
|
royce |
Hardware
|
3 |
4,462 |
11-11-2018, 07:39 AM |
|
|
Thread: Run 3 opencl devices at once
Post: RE: Run 3 opencl devices at once
No, --force would have no effect on not skipping a given platform. Only -D and -d will do that. |
|
royce |
hashcat
|
8 |
4,135 |
11-10-2018, 11:49 PM |
|
|
Thread: Brain working slow!!!
Post: RE: Brain working slow!!!
Yes, especially with fast hashes like MD5, a slow Internet connection definitely makes a difference. I speak from Alaskan experience. :)
You might switch to only using --brain-client-features=2, so... |
|
royce |
General Talk
|
4 |
3,284 |
11-10-2018, 11:48 PM |
|
|
Thread: Run 3 opencl devices at once
Post: RE: Run 3 opencl devices at once
By default, hashcat only uses GPUs when available. You can modify that with these flags.
Code:
--
$ hashcat --help | grep opencl-device
-d, --opencl-devices | Str | OpenCL device... |
|
royce |
hashcat
|
8 |
4,135 |
11-10-2018, 07:41 PM |
|
|
Thread: Most Efficient KeePass Path of Mix Dictionary and characters
Post: RE: Most Efficient KeePass Path of Mix Dictionary ...
Not much to optimize here; you're the person best positioned to guess what your own password was. SLI is irrelevant (and even contraindicated; I'd remove it and let hashcat manage the GPUs directly). ... |
|
royce |
hashcat
|
1 |
1,488 |
11-10-2018, 07:45 AM |
|
|
Thread: Finding Algo/Hash Type
Post: RE: Finding Algo/Hash Type
It's not open source, but it's free to use.
Note also that I've removed the hashes from your post - posting full hashes with non-known plains is against the forum rules. |
|
royce |
hashcat
|
3 |
2,624 |
11-10-2018, 01:39 AM |
|
|
Thread: Finding Algo/Hash Type
Post: RE: Finding Algo/Hash Type
In general, the only way to tell for sure is to crack one.
Other tools like MDXfind are good at tackling many different algos at once against a pile of unknown hashes. hashcat and MDXfind have some... |
|
royce |
hashcat
|
3 |
2,624 |
11-09-2018, 11:05 PM |
|
|
Thread: 2 computers
Post: RE: 2 computers
Yes, you could use the brain for this. |
|
royce |
General Talk
|
5 |
4,235 |
11-09-2018, 08:41 AM |
|
|
Thread: Need piping?
Post: RE: Need piping?
You can mix and match as needed - part rules, part external. A pure-rules approach will be fastest. |
|
royce |
hashcat
|
3 |
2,207 |
11-08-2018, 12:07 AM |
|
|
Thread: Office 2007 Password Cracking
Post: RE: Office 2007 Password Cracking
This post violates the hashcat forum rules.
https://hashcat.net/forum/archive/index.php?announcement-2.html
I've removed the attachment. |
|
royce |
Hardware
|
1 |
2,057 |
10-31-2018, 06:06 PM |
|
|
Thread: Installing a new Intel CPU runtime for OpenCL leads to a duplicate CPU platform
Post: RE: Installing a new Intel CPU runtime for OpenCL ...
|
royce |
hashcat
|
2 |
2,219 |
10-29-2018, 04:58 PM |
|
|
Thread: Radeon HD 7950
Post: RE: Radeon HD 7950
If the card is supported by current drivers from the manufacturer, it's supported by hashcat. |
|
royce |
Hardware
|
1 |
2,046 |
10-29-2018, 04:06 AM |