Search Results
|
Post |
Author |
Forum |
Replies
[asc]
|
Views |
Posted |
|
|
Thread: Hashcat server/forums
Post: RE: Hashcat server/forums
freshly meassured benchmarks of all hashcats are back, too |
|
atom |
Organisation and Events
|
16 |
34,029 |
08-17-2011, 10:34 PM |
|
|
Thread: add wiki ?
Post: RE: add wiki ?
if enough people volunteer to fill a wiki with articles i would setup a wiki software here on hashcat.net.
anyone want to do this job?
|
|
atom |
User Contributions
|
16 |
32,518 |
09-15-2011, 11:06 AM |
|
|
Thread: add wiki ?
Post: RE: add wiki ?
much thanks HRob1n! but one is not enough. some more? |
|
atom |
User Contributions
|
16 |
32,518 |
09-15-2011, 10:17 PM |
|
|
Thread: add wiki ?
Post: RE: add wiki ?
ok thats cool. any ideas for articles? |
|
atom |
User Contributions
|
16 |
32,518 |
09-21-2011, 05:44 PM |
|
|
Thread: add wiki ?
Post: RE: add wiki ?
OK, i've added a wiki software to hashcat.net. All users who want to participate please send me a PM. The ones that already posted in this thread have been added to a special group. You should be able... |
|
atom |
User Contributions
|
16 |
32,518 |
09-23-2011, 11:21 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
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: 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: oclhashcat GUI needed ; I even pay $$ !
Post: RE: oclhashcat GUI needed ; I even pay $$ !
done. new gui has been released. thread closed. |
|
atom |
Feature Requests
|
16 |
31,579 |
11-19-2011, 07:33 PM |
|
|
Thread: Filter When Using Toggles ?
Post: RE: Filter When Using Toggles ?
if you have word "test1234" in your dict, and a rule which contain T4, it wants to toggle the case of "1", which is not possible, so it gets rejected. |
|
atom |
General Help
|
16 |
26,158 |
11-20-2011, 07:24 PM |
|
|
Thread: Filter When Using Toggles ?
Post: RE: Filter When Using Toggles ?
no it was hard enough to add it. i did this on purpose |
|
atom |
General Help
|
16 |
26,158 |
11-20-2011, 07:40 PM |
|
|
Thread: Filter When Using Toggles ?
Post: RE: Filter When Using Toggles ?
well, thats how all the rules work. if any of the functions report an negative return, the whole rule is skipped. an other example would be '8 but the plain has only length 6 -> plaintext is skipped. |
|
atom |
General Help
|
16 |
26,158 |
11-21-2011, 10:44 AM |
|
|
Thread: Filter When Using Toggles ?
Post: RE: Filter When Using Toggles ?
no because if i do this, there is no way in doing the opposite again. if some user want exactly the feature as it is implemented right now he can not do this any longer. however, by carefully preparin... |
|
atom |
General Help
|
16 |
26,158 |
11-22-2011, 05:40 AM |
|
|
Thread: Filter When Using Toggles ?
Post: RE: Filter When Using Toggles ?
i see, that was my mistake. when i wrote "rejected rule" i actually mean "rejected word". sorry for that!
yes, you can test your rules with hashcat (cpu) and --stdout. both programs share the same ru... |
|
atom |
General Help
|
16 |
26,158 |
11-22-2011, 07:59 PM |
|
|
Thread: Filter When Using Toggles ?
Post: RE: Filter When Using Toggles ?
yes, but this is not part of the rule engine |
|
atom |
General Help
|
16 |
26,158 |
11-23-2011, 11:13 AM |
|
|
Thread: Filter When Using Toggles ?
Post: RE: Filter When Using Toggles ?
with CPU hashcat he can debug his rules to see if they really do what he wants them to do.
then, when he is finished, he moves over to oclHashcat-plus.
|
|
atom |
General Help
|
16 |
26,158 |
11-23-2011, 11:19 AM |