Search Results
|
Post |
Author |
Forum
[desc]
|
Replies |
Views |
Posted |
|
|
Thread: Cracking progress ( lass pass attempt)
Post: RE: Cracking progress ( lass pass attempt)
1. Determine total keyspace.
>hashcat64 -m 2500 -a 3 --keyspace -1 ?dABCDEF T2.hccap ?1?1?1?1?1?1?1?1?1?1
68719476736
2. What position is 00753E0000 in the total keyspace, as a ratio? As this v... |
|
rico |
hashcat
|
5 |
5,129 |
09-24-2016, 12:26 AM |
|
|
Thread: macOS - mask attack doesn't work
Post: RE: macOS - mask attack doesn't work
Code:
--
$ ./hashcat -a 3 3c68f35450c4b594072841cfc1c5785f ?l?l?l?l?l?l?l?l
hashcat () starting...
OpenCL Platform #1: Apple
=========================
- Device #1: Intel(R... |
|
rico |
hashcat
|
6 |
7,494 |
10-10-2016, 12:14 PM |
|
|
Thread: Rookie question on masks
Post: RE: Rookie question on masks
Bad cap. Try again.
https://hashcat.net/forum/thread-6126.html |
|
rico |
hashcat
|
2 |
3,411 |
12-22-2016, 12:11 AM |
|
|
Thread: Parse Error
Post: RE: Parse Error
No attack mode specified. Add -a 3
Custom charset is -l instead of -1. Change to -1 ?u?d?s
I haven't seen your hashlist format so possibly try without --username
Double-check that -m 3000 (a... |
|
rico |
hashcat
|
3 |
8,278 |
01-15-2017, 12:19 AM |
|
|
Thread: Parse Error
Post: RE: Parse Error
https://hashcat.net/wiki/doku.php?id=example_hashes
Those hashes aint -m 3000 (LM) but could be -m 1000 (NTLM). The "Line-length exception" message is because your first hash is 31 bytes instead of 3... |
|
rico |
hashcat
|
3 |
8,278 |
01-15-2017, 01:17 AM |
|
|
Thread: Polish letters - office
Post: RE: Polish letters - office
No idea, mate, but v3.30 was released over a month ago. You should at least try that first. |
|
rico |
hashcat
|
4 |
4,166 |
02-07-2017, 01:19 PM |
|
|
Thread: (Noob) Tips for a more efficient command? (Mode 2811)
Post: RE: (Noob) Tips for a more efficient command? (Mod...
That command is all over the place! "--hex-charset" why? "-1 charsets/DES_full.charset"? You never use the -1 charset. "-o example.dict"? Outputting to a wordlist? "--increment-min 4"???? You just sai... |
|
rico |
hashcat
|
3 |
3,984 |
02-07-2017, 02:48 PM |
|
|
Thread: Issues running hashcat
Post: RE: Issues running hashcat
Looks good to me. Maybe it's a Sierra thing? This was run on El Capitan 10.11.6 (iMac (21.5-inch, Mid 2011))
Quote:
--
$ ./example0.sh
hashcat (v3.10-428-g225c682) starting...
OpenCL Platform ... |
|
rico |
hashcat
|
7 |
8,004 |
10-19-2016, 12:28 PM |
|
|
Thread: Unknown hash and original: not identifieably, is hashcat able to find out?
Post: RE: Unknown hash and original: not identifieably, ...
tiator Wrote: (01-10-2017, 04:02 PM)
--
Is it possible to had hashcat the hash and a text file with the unhashed value, and hashcat is able to identify it?
--
Sort of. Put the passphrase (unhashed ... |
|
rico |
hashcat
|
2 |
5,508 |
01-11-2017, 11:44 PM |
|
|
Thread: (Noob) Tips for a more efficient command? (Mode 2811)
Post: RE: (Noob) Tips for a more efficient command? (Mod...
Take a look at the mask in my post again. You also never mentioned what happened when you tried it. You tried it, right? |
|
rico |
hashcat
|
3 |
3,984 |
02-08-2017, 11:39 AM |
|
|
Thread: Hashcat64.exe not valid win32 app
Post: RE: Hashcat64.exe not valid win32 app
Ya know, that actually sounds familiar to me. I'm fairly sure this happened to me a while back too - never did figure out what went wrong with my setup but reinstalling hashcat fixed it. Make sure to ... |
|
rico |
hashcat
|
3 |
5,795 |
02-21-2017, 01:49 AM |
|
|
Thread: Hashcat 3.30 problems
Post: RE: Hashcat 3.30 problems
I don't know if this is the same issue as reported in that 2015 link but I do know that hashcat v3.30 uses a new format .hccapx file now instead: https://hashcat.net/forum/thread-6273.html
You shou... |
|
rico |
hashcat
|
10 |
11,322 |
02-22-2017, 11:09 PM |
|
|
Thread: CPU vs GPU
Post: RE: CPU vs GPU
Read your posted benchmarks again. They say (and royce too) that your GPU is almost 10 times faster than your CPU.
k != M |
|
rico |
hashcat
|
21 |
44,484 |
02-27-2017, 01:38 AM |
|
|
Thread: clGetDeviceInfo() error
Post: RE: clGetDeviceInfo() error
Intel OpenCL runtimes here (https://software.intel.com/en-us/articles/opencl-drivers)
OpenCL™ Runtime for Intel® Core™ and Intel® Xeon® Processors
This runtime software package adds OpenCL ... |
|
rico |
hashcat
|
3 |
8,476 |
03-05-2017, 02:17 AM |
|
|
Thread: NEED SOME HELP PLEASE
Post: RE: NEED SOME HELP PLEASE
Use hashcat's -D switch. Use your E7-4830 v3 device as the numeral. You will need OpenCL runtimes installed for this to work with your CPU.
Code:
--
-D, --opencl-device-types | Str | Open... |
|
rico |
hashcat
|
2 |
3,083 |
03-09-2017, 12:24 PM |
|
|
Thread: Anyway to benchmark with specific parameters?
Post: RE: Anyway to benchmark with specific parameters?
Eh? Benchmark scores are measured in hashes per second, not time to exhaust keyspace... Just start cracking your hash and the "Speed.Dev.#1...: 10275.6 kH/s (0.00ms)" figure is your benchmark value. A... |
|
rico |
hashcat
|
9 |
10,658 |
03-09-2017, 06:11 PM |
|
|
Thread: Anyway to benchmark with specific parameters?
Post: RE: Anyway to benchmark with specific parameters?
I don't think you can alter the benchmark parameters or attack mode (default is bruteforce -a 3 I believe) but why extrapolate when you've already identified a solution? Start cracking a hash configur... |
|
rico |
hashcat
|
9 |
10,658 |
03-09-2017, 06:38 PM |
|
|
Thread: Anyway to benchmark with specific parameters?
Post: RE: Anyway to benchmark with specific parameters?
Ah yes, -m 8900. Not all hashes identify themselves so conveniently you must appreciate. Specifying the hash mode is required (unless MD5, the default, -m 0). |
|
rico |
hashcat
|
9 |
10,658 |
03-09-2017, 07:03 PM |
|
|
Thread: type example.dict
Post: RE: type example.dict
So, you're not asking about attack modes or hash rates or anything other than "why are two different things different?" :/
The main difference I can see it that piping from type is redundant in you... |
|
rico |
hashcat
|
5 |
5,326 |
03-15-2017, 09:42 PM |
|
|
Thread: type example.dict
Post: RE: type example.dict
Code:
--
hashcat64.exe -m 400 example400.hash example.dict
--
hashcat opens the dictionary, scans it and produces the stats you see.
Code:
--
type example.dict | hashcat64.exe -m 400 example400... |
|
rico |
hashcat
|
5 |
5,326 |
03-16-2017, 11:49 AM |