Search Results
|
Post |
Author |
Forum |
Replies |
Views
[desc]
|
Posted |
|
|
Thread: Tridition DES supported ???
Post: RE: Tridition DES supported ???
Hi, oscam. Last I'd heard (2012), key-based DES is not supported.
The hash type 1500 - "descrypt, DES(Unix), Traditional DES" - is not keyed DES encryption. It's a format used to hash passwords o... |
|
royce |
General Help
|
3 |
5,659 |
03-07-2015, 06:43 PM |
|
|
Thread: Custom Wordlist Concatentation
Post: RE: Custom Wordlist Concatentation
Welcome!
Unless it is an extremely slow hash, or the wordlists are much larger than the example that you're giving, I would just use princeprocessor (https://github.com/hashcat/princeprocessor) to... |
|
royce |
General Talk
|
6 |
5,673 |
10-30-2017, 03:23 AM |
|
|
Thread: Custom Wordlist Concatentation
Post: RE: Custom Wordlist Concatentation
You're welcome!
OK, I added a little more content to that wiki page, which should hopefully help the next person, anyway. :) Thanks for the nudge! |
|
royce |
General Talk
|
6 |
5,673 |
10-30-2017, 04:04 AM |
|
|
Thread: Custom Wordlist Concatentation
Post: RE: Custom Wordlist Concatentation
princeprocessor can generate all possible combinations so quickly, and hashcat can (usually) use them so quickly, there's no real value in trying to narrow down the range of possibilities.
Code:
--
... |
|
royce |
General Talk
|
6 |
5,673 |
10-30-2017, 03:50 AM |
|
|
Thread: What is the storage requirement for OS to run hashcat?
Post: RE: What is the storage requirement for OS to run ...
I've never actually tried running hashcat from a live USB - interesting.
hashcat is dependent on I/O for some kinds of attacks, but not others. If it is a fast hash and a straight dictionary, you c... |
|
royce |
Hardware
|
4 |
5,709 |
11-19-2017, 04:01 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: 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: Nvidia RTX 2070 vs AMD Vega RX 64
Post: RE: Nvidia RTX 2070 vs AMD Vega RX 64
|
royce |
Hardware
|
6 |
5,767 |
12-15-2018, 06:51 PM |
|
|
Thread: Using hashcat with maskprocessor - here: veracrypt
Post: RE: Using hashcat with maskprocessor - here: verac...
Is the container mounted? You'll need to provide the path to the raw file, the raw device, or else extract the first 512 bytes and save that to a file to provide to hashcat.
Also, from your cmdline... |
|
royce |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
13 |
5,771 |
08-18-2019, 05:19 PM |
|
|
Thread: Using hashcat with maskprocessor - here: veracrypt
Post: RE: Using hashcat with maskprocessor - here: verac...
Ha! I think I've just always wanted that syntax; didn't even give me pause. :D |
|
royce |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
13 |
5,771 |
08-18-2019, 07:29 PM |
|
|
Thread: Help with spaces and rules
Post: RE: Help with spaces and rules
'head' just shows the first X lines of output (the default is 10 lines). This is just to make the output shorter, and give a sample from the beginning of the output. |
|
royce |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
5 |
5,809 |
02-10-2018, 06:30 PM |
|
|
Thread: Help with spaces and rules
Post: RE: Help with spaces and rules
Maybe single quotes vs double quotes? (Are you Windows?)
Here's a working example. I generate a ruleset that sounds sort of like what you're after (though I'm *appending* space and two digits):
... |
|
royce |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
5 |
5,809 |
02-06-2018, 03:10 AM |
|
|
Thread: PACK-0.0.4
Post: RE: PACK-0.0.4
How far into the analysis was it when you posted these stats?
It's a pretty intense analysis. I am currently processing a 1.3GB wordlist (154,094,601 words), and it's running at roughly 2500 p/s... |
|
royce |
General Help
|
2 |
5,826 |
01-30-2015, 09:24 AM |
|
|
Thread: solved -- invalid argument hashcat 4.1.0 --gpu-temp-retain=
Post: RE: invalid argument hashcat 4.1.0 --gpu-temp-reta...
Specifically:
Removed option --gpu-temp-retain that tried to retain GPU temperature at X degrees celsius - please use driver-specific tools
Removed option --powertune-enable to enable power tuning ... |
|
royce |
hashcat
|
3 |
5,849 |
02-24-2018, 08:58 PM |
|
|
Thread: Differences in keyspace
Post: RE: Differences in keyspace
https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#what_is_a_keyspace |
|
royce |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
6 |
5,884 |
04-26-2018, 07:00 AM |
|
|
Thread: Differences in keyspace
Post: RE: Differences in keyspace
Ah, I didn't properly read the original question.
Larrax, this looks like it should be opened as a GitHub issue against hashcat-utils; could you do the honors?
https://github.com/hashcat/hashcat... |
|
royce |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
6 |
5,884 |
04-26-2018, 05:17 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 |