Search Results
|
Post
[desc]
|
Author |
Forum |
Replies |
Views |
Posted |
|
|
Thread: Rejecting candidates under X characters while using rules set?
Post: RE: Rejecting candidates under X characters while ...
Use -O which will reject all candidates longer than 15 characters. Using other mechanisms to reject candidates will likely slow down the attack more than just trying them anyway. Afterwards you can st... |
|
undeath |
hashcat
|
5 |
3,365 |
02-03-2019, 09:40 PM |
|
|
Thread: release 0.15 froze
Post: RE: release 0.15 froze
Is this reproducable? Does it freeze every time at the same spot? Else I'll go ahead and claim defective hardware/overheating problem. |
|
undeath |
Beta Tester
|
14 |
14,534 |
08-25-2013, 03:33 PM |
|
|
Thread: remove un-needed kernels.
Post: RE: remove un-needed kernels.
When you start oclhashcat it shows you which kernel it has loaded. This kernel name includes the codename for your gpu. You can remove all kernels that do not have this codename in their name. |
|
undeath |
Old oclHashcat Support
|
3 |
6,110 |
03-06-2015, 02:55 PM |
|
|
Thread: Removing Bad Hashes
Post: RE: Removing Bad Hashes
|
undeath |
General Talk
|
13 |
28,538 |
07-07-2012, 07:08 PM |
|
|
Thread: Removing Bad Hashes
Post: RE: Removing Bad Hashes
|
undeath |
General Talk
|
13 |
28,538 |
07-07-2012, 10:50 PM |
|
|
Thread: Removing Bad Hashes
Post: RE: Removing Bad Hashes
o_O
grep -E '^[a-f0-9]{40}$' | grep -v '^00000' |
|
undeath |
General Talk
|
13 |
28,538 |
07-08-2012, 04:52 PM |
|
|
Thread: rent a dedicated server
Post: RE: rent a dedicated server
Amazon EC2 sucks for hashcracking. |
|
undeath |
General Talk
|
3 |
7,996 |
01-04-2015, 08:02 PM |
|
|
Thread: Repeat Characters
Post: RE: Repeat Characters
use PACK https://thesprawl.org/projects/pack/ |
|
undeath |
Old oclHashcat Support
|
5 |
10,550 |
11-16-2014, 11:23 AM |
|
|
Thread: Repeat Characters
Post: RE: Repeat Characters
|
undeath |
Old oclHashcat Support
|
5 |
10,550 |
11-16-2014, 01:55 PM |
|
|
Thread: Require a little help here.
Post: RE: Require a little help here.
If you know you will only do gpu cracking a cheap dual core will be fine. RAM speed doesn't matter at all.
Power consumption obviously depends on the gpus you have.
The type of cooling you need ... |
|
undeath |
Hardware
|
18 |
27,342 |
01-26-2015, 01:35 AM |
|
|
Thread: Require a little help here.
Post: RE: Require a little help here.
fonzy35 Wrote: (02-11-2015, 06:50 AM)
--
No offence but you don't have to bash everyone video card, because we don't buy "Reference cards"
--
nobody bashed anyone. This is a thread about a mulit-gp... |
|
undeath |
Hardware
|
18 |
27,342 |
02-11-2015, 01:11 PM |
|
|
Thread: Restore Fails
Post: RE: Restore Fails
what is so hard to understand about full command?
leave out everything and only use the command "hashcat64 --restore --session save". No hash mode, no target file, no mask or anything. |
|
undeath |
hashcat
|
12 |
8,646 |
12-29-2017, 11:14 PM |
|
|
Thread: Restore File How to Use it
Post: RE: Restore File How to Use it
only run
Code:
--
hashcat --restore
--
with no additional arguments |
|
undeath |
hashcat
|
7 |
4,560 |
09-13-2018, 11:21 AM |
|
|
Thread: Restore from settings
Post: RE: Restore from settings
radix Wrote: (03-18-2012, 01:14 PM)
--
Hashcat already contains a feature to restore a session based on your command line.
--
only -lite has a real restore feature |
|
undeath |
Feature Requests
|
15 |
45,550 |
03-18-2012, 03:07 PM |
|
|
Thread: Restore hashcat with no session saved
Post: RE: Restore hashcat with no session saved
running "hashcat --restore" should do the trick. But why are you using crunch to generate such stupid dicts? Use a mask attack. |
|
undeath |
hashcat
|
5 |
2,410 |
02-24-2019, 02:05 PM |
|
|
Thread: Restore point stays at 0
Post: RE: Restore point stays at 0
You're using lots of rules. Hashcat will take a bit to reach a checkpoint. |
|
undeath |
hashcat
|
3 |
1,754 |
06-04-2019, 10:10 AM |
|
|
Thread: restore session always crashes..
Post: RE: restore session always crashes..
Maybe the power failure occurred during oclhc writing the restore file and hence it got corrupted. |
|
undeath |
Old oclHashcat Support
|
9 |
15,046 |
05-14-2014, 03:52 PM |
|
|
Thread: Restore value is greater than keyspace.
Post: RE: Restore value is greater than keyspace.
It's not a bug, it's an incompatibility of the versions. |
|
undeath |
General Talk
|
4 |
5,323 |
08-18-2017, 11:18 AM |
|
|
Thread: Restructuring pot file
Post: RE: Restructuring pot file
With the current pot file you cannot tell apart salt from plain if the salt contains a colon. If you prepend the salt to the hash you can easily make a regex to find the plain. ^.*\$[0-9a-f]{32,}:(?P.... |
|
undeath |
Feature Requests
|
4 |
9,887 |
07-31-2012, 04:03 PM |
|
|
Thread: Restructuring pot file
Post: RE: Restructuring pot file
yes, that would be a nicely working solution, too! |
|
undeath |
Feature Requests
|
4 |
9,887 |
07-31-2012, 04:40 PM |