Search Results
|
Post |
Author |
Forum |
Replies |
Views
[desc]
|
Posted |
|
|
Thread: ignoring 00-suffixed plains when using --keep-guessing?
Post: ignoring 00-suffixed plains when using --keep-gues...
When using --keep-guessing, what's the best way to ignore 00-suffixed plains?
a61915a2d80ae6a1:Lü |
|
royce |
hashcat
|
4 |
4,507 |
11-13-2016, 07:46 AM |
|
|
Thread: ignoring 00-suffixed plains when using --keep-guessing?
Post: RE: ignoring 00-suffixed plains when using --keep-...
Specifically, the feature request would be something along the lines of "ignore 00-suffixed plains as duplicates even when using --keep-guessing". |
|
royce |
hashcat
|
4 |
4,507 |
11-13-2016, 07:57 AM |
|
|
Thread: ignoring 00-suffixed plains when using --keep-guessing?
Post: RE: ignoring 00-suffixed plains when using --keep-...
I guess I'd also need to combine that with a hex mask that leaves out 00 for the last char(s). |
|
royce |
hashcat
|
4 |
4,507 |
11-15-2016, 09:28 AM |
|
|
Thread: Output file info
Post: RE: Output file info
There is no output mode that records absolute time. This is because absolute time is not useful for the purposes of comparing performance across platforms and runs.
The wallclock time for a given s... |
|
royce |
hashcat
|
5 |
4,515 |
01-06-2018, 05:55 PM |
|
|
Thread: Output file info
Post: RE: Output file info
Close - but a benchmark is under pretty ideal conditions, and your attack is probably slower than that. Probably best to measure actual H/s for your specific attack. |
|
royce |
hashcat
|
5 |
4,515 |
01-06-2018, 08:26 PM |
|
|
Thread: Output file info
Post: RE: Output file info
Run the actual attack - and then check the H/s values in the hashcat status output. |
|
royce |
hashcat
|
5 |
4,515 |
01-12-2018, 06:39 AM |
|
|
Thread: Save all valid password candidates
Post: RE: Save all valid password candidates
You can use --stdout to see what candidates hashcat will generate.
Code:
--
$ echo -n hashcat | hashcat --stdout -r ./rules/best64.rule | head
hashcat
tachsah
HASHCAT
Hashcat
hashcat0
hash... |
|
royce |
General Talk
|
6 |
4,521 |
06-17-2018, 05:54 PM |
|
|
Thread: Save all valid password candidates
Post: RE: Save all valid password candidates
Verify your syntax using an existing format. If it works for that, it should work for yours. |
|
royce |
General Talk
|
6 |
4,521 |
06-19-2018, 12:44 AM |
|
|
Thread: bcrypt salt format
Post: RE: bcrypt salt format
I haven't worked with this hash type before, but A) it's not pure bcrypt, and B) the portion after the colon is, I'm told, not a salt. |
|
royce |
hashcat
|
4 |
4,539 |
12-08-2017, 04:41 AM |
|
|
Thread: Restore File How to Use it
Post: RE: Restore File How to Use it
The default session name is 'hashcat' if a session name is not specified. |
|
royce |
hashcat
|
7 |
4,560 |
09-12-2018, 03:42 PM |
|
|
Thread: Known password construction
Post: RE: Known password construction
You'd need to generate multiple masks, using something like
https://thesprawl.org/projects/pack/#policygen |
|
royce |
hashcat
|
7 |
4,564 |
03-30-2018, 03:25 AM |
|
|
Thread: Known password construction
Post: RE: Known password construction
Ah, I misunderstood your question. Check out the 'req-include' and 'req-exclude' tools from hashcat-utils:
https://hashcat.net/wiki/doku.php?id=hashcat_utils#req |
|
royce |
hashcat
|
7 |
4,564 |
03-31-2018, 03:30 AM |
|
|
Thread: Known password construction
Post: RE: Known password construction
Unless you're dealing with a very slow hash, that level of processing would be a waste of time on GPU, especially when using rules. Filter it the best you can inbound, and then use rules to permute wh... |
|
royce |
hashcat
|
7 |
4,564 |
04-01-2018, 12:58 AM |
|
|
Thread: Unable to use own hash database
Post: RE: Unable to use own hash database
Can't diagnose this without understanding more about how you are creating hashes.txt.
What happens if hashes.txt contains only the MD5 example hash from the hashcat wiki (8743b52063cd84097a65d1633f... |
|
royce |
hashcat
|
5 |
4,583 |
12-30-2017, 04:15 PM |
|
|
Thread: Unable to use own hash database
Post: RE: Unable to use own hash database
The error
Hash 'hashes.txt': Line-length exception
... is not very clear. What it means is that since the system couldn't find the hashes.txt file in the current working directory, it tried to ... |
|
royce |
hashcat
|
5 |
4,583 |
12-31-2017, 06:59 PM |
|
|
Thread: Nvidia 3080 benchmarks
Post: RE: Nvidia 3080 benchmarks
Watch @Chick3nman512 on Twitter - he'll likely be posting some in the next day or two. |
|
royce |
Hardware
|
19 |
4,598 |
09-16-2020, 08:04 PM |
|
|
Thread: Itunes Backup line length
Post: RE: Itunes Backup line length
Try your attack against the appropriate example hash (https://hashcat.net/wiki/doku.php?id=example_hashes) to validate your approach.
Also, be aware that -m 14800 (iTunes backup >= 10.0) is a very ... |
|
royce |
hashcat
|
6 |
4,624 |
12-14-2017, 05:41 AM |
|
|
Thread: Itunes Backup line length
Post: RE: Itunes Backup line length
To be fair, the error could be more clear for people who are not proficient on the command line. Though I'm not sure how to make it better, other than to make it reeeeeeally explicit, as in:
Code:... |
|
royce |
hashcat
|
6 |
4,624 |
12-18-2017, 01:47 AM |
|
|
Thread: Itunes Backup line length
Post: RE: Itunes Backup line length
I see what you're getting at -- hmm, maybe "and/or" (since it can be either?)
Both of our suggestions are workarounds for the fact that the same syntax can be used both to specify a hash directly, ... |
|
royce |
hashcat
|
6 |
4,624 |
12-18-2017, 02:07 AM |
|
|
Thread: bruteforce wpa2 from 9999999999 to 6000000000 in decreasing order
Post: RE: bruteforce wpa2 from 9999999999 to 6000000000 ...
The question of how to create a specific Markov of digits in inverse order is a tricky one that is not easy to do with hashcat itself. Naively, I tried this, but it obviously didn't work:
Code:
--... |
|
royce |
hashcat
|
7 |
4,636 |
11-22-2018, 06:45 PM |