Search Results
|
Post |
Author |
Forum |
Replies
[desc]
|
Views |
Posted |
|
|
Thread: brute forcing sha256 - need help locating salt in open source code
Post: RE: brute forcing sha256 - need help locating salt...
And if you need it before it's added to hashcat, you'll have to fall back to other tools. John the Ripper supports it with a dynamic mode (CPU only):
Code:
--
Format label ... |
|
royce |
hashcat
|
8 |
6,872 |
02-17-2018, 07:21 PM |
|
|
Thread: First year of medical school notes encrypted; begging for help
Post: RE: First year of medical school notes encrypted; ...
TL, Dr. ;)
To summarize: you are cracking an iTunes backup (probably the newer -m 14800, >= 10.0 version) on a single GTX 970, and you're looking for better options.
On the spectrum of dictionar... |
|
royce |
hashcat
|
8 |
5,899 |
05-30-2018, 04:11 AM |
|
|
Thread: First year of medical school notes encrypted; begging for help
Post: RE: First year of medical school notes encrypted; ...
Hey, can you explain a bit more about what you meant by "input problems" with the device? Is it possible that the password might be something like one of your suspected passwords, but with letters mis... |
|
royce |
hashcat
|
8 |
5,899 |
05-30-2018, 05:00 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: Input and Output user/email:pass
Post: RE: Input and Output user/email:pass
Code:
--
$ hashcat --help | egrep -i user
--username | | Enable ignoring of usernames in hashfile |
--
... and:
https://hashcat.net/wiki/doku.php?id=frequent... |
|
royce |
hashcat
|
8 |
4,954 |
09-07-2018, 06:17 PM |
|
|
Thread: Input and Output user/email:pass
Post: RE: Input and Output user/email:pass
I guess you could simulate it by replacing the first colon with some other separator, as in
user$email:hash |
|
royce |
hashcat
|
8 |
4,954 |
09-08-2018, 04:15 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: 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: 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: Ethereum Wallet and 2x 1080ti what's the problem?
Post: RE: Ethereum Wallet and 2x 1080ti what's the probl...
|
royce |
hashcat
|
8 |
5,504 |
12-15-2018, 06:51 PM |
|
|
Thread: Multiple hash type mode
Post: RE: Multiple hash type mode
Huh, I didn't know this. Not sure what is the best way to express this in the --help output, but it feels important enough to try. |
|
royce |
hashcat
|
8 |
3,443 |
08-26-2019, 03:38 PM |
|
|
Thread: Migrating Brain Server Data
Post: RE: Migrating Brain Server Data
Fair question. So far, I don't think that any interface-breaking changes have happened, so no migration steps have been necessary.
If/when it becomes necessary, the migration will vary, based on wh... |
|
royce |
hashcat
|
8 |
2,472 |
10-12-2019, 08:44 AM |
|
|
Thread: New - What am I missing?
Post: RE: New - What am I missing?
Can you post the full output - full command line, and the results?
This is what a successful run (but unsuccessful crack) looks like ('hashcat') happens to not be in RockYou:
Code:
--
$ hashcat -m... |
|
royce |
hashcat
|
8 |
2,370 |
10-12-2019, 04:56 PM |
|
|
Thread: What to watch out for when running two instances of Hashcat at once?
Post: RE: What to watch out for when running two instanc...
I often run more than one simultaneously, either distributing load among GPUs, or else pausing one long-running job to run a short-running job. This is often easier than quitting and restoring.
The b... |
|
royce |
hashcat
|
8 |
2,341 |
01-18-2020, 02:42 AM |
|
|
Thread: What to watch out for when running two instances of Hashcat at once?
Post: RE: What to watch out for when running two instanc...
Coloradohusky Wrote: (01-18-2020, 02:48 AM)
--
Got it; do they interact well together with the potfile or does --session make them have separate potfiles? I don't believe so, based on the wiki, so wo... |
|
royce |
hashcat
|
8 |
2,341 |
01-20-2020, 08:34 PM |
|
|
Thread: What to watch out for when running two instances of Hashcat at once?
Post: RE: What to watch out for when running two instanc...
slyexe Wrote: (01-18-2020, 02:55 AM)
--
I suppose if you're managing a good cracking rig this would make sense. I never thought of that, you got me there. Only having a single card, I wouldn't want t... |
|
royce |
hashcat
|
8 |
2,341 |
01-20-2020, 08:35 PM |