Search Results
|
Post
[asc]
|
Author |
Forum |
Replies |
Views |
Posted |
|
|
Thread: Resume on a different PC
Post: RE: Resume on a different PC
you need the restore file and all files related to the cracking process (hash list, word list, etc). Also I think you have to put all files into the exact same path as on the old system. I'm not sure ... |
|
undeath |
Old oclHashcat Support
|
2 |
4,642 |
10-16-2014, 01:00 PM |
|
|
Thread: Results collection model ?
Post: RE: Results collection model ?
without having dug too deep it looks like result collection happens in https://github.com/hashcat/oclHashcat/blob/master/OpenCL/check_multi_comp4.c and https://github.com/hashcat/oclHashcat/blob/maste... |
|
undeath |
hashcat
|
3 |
5,628 |
01-01-2016, 03:59 PM |
|
|
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 |
|
|
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: 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 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 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 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 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 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: 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: 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: 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: 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: 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 |