Search Results
|
Post
[desc]
|
Author |
Forum |
Replies |
Views |
Posted |
|
|
Thread: Time.Estimated and Exhausted issue
Post: RE: Time.Estimated and Exhausted issue
Yes it should, did you restore the session? Please add all require information like GPU type, driver version, os version + bitness |
|
atom |
Very old oclHashcat-plus Support
|
3 |
7,491 |
03-15-2013, 11:23 AM |
|
|
Thread: Time.Estimated and Exhausted issue
Post: RE: Time.Estimated and Exhausted issue
Please prepare everything I need for reproduce the problem and open a ticket on TRAC |
|
atom |
Very old oclHashcat-plus Support
|
3 |
7,491 |
03-18-2013, 10:37 AM |
|
|
Thread: Times of cracking single hashes
Post: RE: Times of cracking single hashes
No, but you can write your own script to do it |
|
atom |
Old oclHashcat Support
|
1 |
3,740 |
05-19-2016, 08:16 PM |
|
|
Thread: Titan , Neptune
Post: RE: Titan , Neptune
SL3 is no longer supported |
|
atom |
Old oclHashcat Support
|
1 |
4,144 |
04-10-2014, 03:59 PM |
|
|
Thread: Title Rule
Post: RE: Title Rule
will not implement, sorry. if you think its worth doing it remember you can always pipe from stdin. you just need to code it yourself. |
|
atom |
General Help
|
9 |
22,715 |
09-20-2011, 09:49 AM |
|
|
Thread: Title Rule
Post: RE: Title Rule
|
atom |
General Help
|
9 |
22,715 |
09-19-2011, 05:43 PM |
|
|
Thread: Title Rule
Post: RE: Title Rule
such a function does not exist |
|
atom |
General Help
|
9 |
22,715 |
09-19-2011, 10:24 PM |
|
|
Thread: To many combinations
Post: RE: To many combinations
Do not forget in -lite you have an auto-increasing length. In case oclHashcat-lite would reach length 15 it would throw the same error. But this will not happen in lifetime. |
|
atom |
Very old oclHashcat-plus Support
|
2 |
6,201 |
06-12-2012, 10:22 AM |
|
|
Thread: Toggle Rule
Post: RE: Toggle Rule
T is the function, means "toggle-case". This function requires exactly one single parameter.
T0: 0 is the parameter = change case of position 0
T1: 1 is the parameter = change case of position 1
T9:... |
|
atom |
General Help
|
16 |
36,132 |
11-05-2011, 05:25 PM |
|
|
Thread: Toggle Rule
Post: RE: Toggle Rule
Yes, but that is EXACTLY the optimization in it and what makes the toggle case that efficient. if you have upper case chars in your password you do it to make it harder to crack the pass. that also me... |
|
atom |
General Help
|
16 |
36,132 |
11-05-2011, 05:35 PM |
|
|
Thread: Toggle Rule
Post: RE: Toggle Rule
if you want to do real toggle-case attack you can use hashcat in --stdout mode. you would not need rules then. |
|
atom |
General Help
|
16 |
36,132 |
11-05-2011, 05:44 PM |
|
|
Thread: Toggle Rule
Post: RE: Toggle Rule
there is no reason to implement it in oclHashcat-plus since there is no improvement (neither in speed nor in flexibility) in comparisation to piped attack. |
|
atom |
General Help
|
16 |
36,132 |
11-05-2011, 11:32 PM |
|
|
Thread: Toggle Rule
Post: RE: Toggle Rule
i wrote a simple script for this:
Code:
--
#!/usr/bin/perl
use strict;
use warnings;
my $db2;
while (my $line = )
{
chomp ($line);
my $db1;
my $line_len = length ($line);
my $i;
fo... |
|
atom |
General Help
|
16 |
36,132 |
11-10-2011, 04:53 PM |
|
|
Thread: Toggle Rule
Post: RE: Toggle Rule
this makes no sense at all. if you want all possible toggle-cases use hashcat in --stdout mode and pipe it into oclHashcat-plus. no rules needed at all.
this technique, using rules, is an very fine o... |
|
atom |
General Help
|
16 |
36,132 |
11-11-2011, 08:39 AM |
|
|
Thread: Toggle Rule
Post: RE: Toggle Rule
i know you want contribute, much thanks for that! in fact, with every word written here on forums it is a good contribution. people read this while they are searching for something. its like a big FAQ... |
|
atom |
General Help
|
16 |
36,132 |
11-12-2011, 10:03 AM |
|
|
Thread: toggles3.rule replacement
Post: RE: toggles3.rule replacement
yes you are right and this is already fixed in the toggle rules from oclHashcat-plus. as a replacement you overwrite them. i will do the same with hashcat v0.38. thanks for reporting. |
|
atom |
User Contributions
|
2 |
8,827 |
12-03-2011, 03:55 PM |
|
|
Thread: Token length exception
Post: RE: Token length exception
The hash.txt contains invalid hashes |
|
atom |
hashcat
|
7 |
23,963 |
02-14-2019, 10:11 AM |
|
|
Thread: Token length exception
Post: RE: Token length exception
Don't forget to -O, with a mask of length 11 you will get a drastic performance increase. |
|
atom |
hashcat
|
7 |
23,963 |
02-15-2019, 04:25 PM |
|
|
Thread: Tool idea for splitting workload WPA/WPA2 (with friends or ppl who want to help)
Post: RE: Tool idea for splitting workload WPA/WPA2 (wit...
Why don't you use the integrated distrubtion solution with -s and -l and --keyspace? See here: https://hashcat.net/forum/thread-3047.html |
|
atom |
User Contributions
|
6 |
8,896 |
08-15-2016, 11:04 AM |
|
|
Thread: Torrent
Post: RE: Torrent
no, this is against the EULA. also i want to keep track of the download number :) |
|
atom |
Feature Requests
|
2 |
8,280 |
12-31-2011, 11:38 PM |