Search Results
|
Post |
Author |
Forum
[asc]
|
Replies |
Views |
Posted |
|
|
Thread: A few errors
Post: RE: A few errors
The UNKNOWN_ERROR family is exactly that - an unexpected, difficult-to-classify-by-OpenCL error condition. I don't have a lot of experience in that area, but if it's probably hardware, you'll have to ... |
|
royce |
hashcat
|
3 |
2,627 |
06-03-2018, 10:30 AM |
|
|
Thread: First year of medical school notes encrypted; begging for help
Post: RE: First year of medical school notes encrypted; ...
You might first try a dictionary like rockyou.txt, which has a number of common passwords, in case it was something simple.
After that, there are some decent howtos out there for growing your hashc... |
|
royce |
hashcat
|
8 |
5,899 |
05-30-2018, 04:35 AM |
|
|
Thread: First year of medical school notes encrypted; begging for help
Post: RE: First year of medical school notes encrypted; ...
Self-interest is the sauce of self-motivated learning. ;)
Glad there was a happy ending to this one - congratulations! |
|
royce |
hashcat
|
8 |
5,899 |
06-06-2018, 04:03 PM |
|
|
Thread: How to know the number of characters in a password ?
Post: RE: How to know the number of characters in a pass...
starkk, length is usually unknown - but you can usually make some good guesses (and start small).
Also, brute force should be your last option. You should be trying wordlists, combinator, hybrid (w... |
|
royce |
hashcat
|
8 |
5,756 |
06-06-2018, 10:47 PM |
|
|
Thread: How to know the number of characters in a password ?
Post: RE: How to know the number of characters in a pass...
I've got no advice other than what I already suggested above. |
|
royce |
hashcat
|
8 |
5,756 |
06-07-2018, 02:23 AM |
|
|
Thread: How to know the number of characters in a password ?
Post: RE: How to know the number of characters in a pass...
Ah, OK. The best wordlist I know of, bang for the buck, is the hashes.org founds (the "found in plain" here: https://hashes.org/left.php). |
|
royce |
hashcat
|
8 |
5,756 |
06-07-2018, 06:10 PM |
|
|
Thread: Use with Xeon Phi
Post: RE: Use with Xeon Phi
Search the forum for "Xeon phi" - you'll find a few hits, but focus on the ones 2016 and later (that's when support was added, IIRC). Also IIRC the performance is not stellar. |
|
royce |
hashcat
|
9 |
6,679 |
06-07-2018, 06:29 PM |
|
|
Thread: Weird estimated time
Post: RE: Weird estimated time
The time estimate is accurate. WPA is a slow hash, and you've requested a brute-force attack.
Most of the time, a full brute-force attack like the one you've crafted is a last-resort activity, aft... |
|
royce |
hashcat
|
5 |
3,467 |
06-05-2018, 05:27 AM |
|
|
Thread: OpenCL Deprecation on Mac OSX 10.14
Post: RE: OpenCL Deprecation on Mac OSX 10.14
Speculation: likelihood of adopting a separate platform is probably low. Unless someone comes up with a "MetalCL" shim / abstraction layer, this may mean dropping Mac as a supported platform. |
|
royce |
hashcat
|
2 |
3,676 |
06-07-2018, 06:31 PM |
|
|
Thread: Use with Xeon Phi
Post: RE: Use with Xeon Phi
I don't think there's anything special required. If the OS, GPU drivers, and OpenCL are installed properly and supported, it should Just Workâ˘. :) |
|
royce |
hashcat
|
9 |
6,679 |
06-08-2018, 04:25 AM |
|
|
Thread: error
Post: RE: error
Interesting - could you be more specific? Did you just have to reinstall the NVIDIA driver, or switch to a different version of NVIDIA driver, or .... ? |
|
royce |
hashcat
|
7 |
5,737 |
06-08-2018, 03:57 PM |
|
|
Thread: Use with Xeon Phi
Post: RE: Use with Xeon Phi
That's not a Phi problem; that's an OS problem. What OS is it? |
|
royce |
hashcat
|
9 |
6,679 |
06-11-2018, 05:19 PM |
|
|
Thread: help identify algo from kerio connect
Post: RE: help identify algo from kerio connect
I just ran mdxfind for any supported hash, using '123456' as the only input - up to 2M rounds, with extended truncation search - against those hashes both with and without the static component. In the... |
|
royce |
hashcat
|
10 |
8,849 |
06-12-2018, 04:05 PM |
|
|
Thread: Been away for a while
Post: RE: Been away for a while
Your absence was keenly felt. We kept the lights on, but you are truly the heart of hashcat. Welcome back, sir. |
|
royce |
hashcat
|
4 |
3,509 |
06-12-2018, 04:51 PM |
|
|
Thread: Error ejecutando hashcat -m2500 -a 3
Post: RE: Error ejecutando hashcat -m2500 -a 3
En Ingles, por favor.
Your video card is too old.
Also, your hccap is too old - see https://hashcat.net/q/hccapx |
|
royce |
hashcat
|
1 |
2,337 |
06-13-2018, 08:13 AM |
|
|
Thread: hashcat development stalled?
Post: RE: hashcat development stalled?
|
royce |
hashcat
|
2 |
3,042 |
06-14-2018, 08:07 AM |
|
|
Thread: How to use hashcat on multiple pc network(master-slave configuration)
Post: RE: How to use hashcat on multiple pc network(mast...
The first three Google hits for "distributed hashcat" cover the major ones: Hashtopolis, Hashview, and Cracklord.
https://github.com/s3inlc/hashtopolis
https://github.com/hashview/hashview
https... |
|
royce |
hashcat
|
1 |
4,041 |
06-15-2018, 08:34 AM |
|
|
Thread: help identify algo from kerio connect
Post: RE: help identify algo from kerio connect
See also:
https://github.com/magnumripper/JohnTheRipper/blob/bleeding-jumbo/doc/Auditing-Kerio-Connect.md |
|
royce |
hashcat
|
10 |
8,849 |
06-15-2018, 09:21 AM |
|
|
Thread: Custom rule for 8Track hashes
Post: RE: Custom rule for 8Track hashes
Put that other rule in a separate file, and then try
Code:
--
-r best64.rule -r 8track.rule
--
The rules are applied in the order specified, so order on the command line matters:
Code:
--
$ e... |
|
royce |
hashcat
|
2 |
2,766 |
06-16-2018, 09:53 PM |
|
|
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 |