Search Results
|
Post
[asc]
|
Author |
Forum |
Replies |
Views |
Posted |
|
|
Thread: rules with $4 or $9 and ^4 or ^9 dropped
Post: RE: rules with $4 or $9 and ^4 or ^9 dropped
works fine for me:
root@sf:~/xy/hashcat-0.38# cat > rule
$0$1$2$3$4$5$6$7$8$9
root@sf:~/xy/hashcat-0.38# cat > word
word
root@sf:~/xy/hashcat-0.38# ./hashcat-cli64.bin --stdout word -r rule
word0123... |
|
atom |
Old hashcat Support
|
11 |
20,671 |
01-01-2012, 12:37 PM |
|
|
Thread: rules with $4 or $9 and ^4 or ^9 dropped
Post: RE: rules with $4 or $9 and ^4 or ^9 dropped
indeed, i can reproduce this locally. this is completly new to me, so i have to do some research first. thanks for reporting.
which cpu are you working on? |
|
atom |
Old hashcat Support
|
11 |
20,671 |
01-02-2012, 11:20 AM |
|
|
Thread: rules with $4 or $9 and ^4 or ^9 dropped
Post: RE: rules with $4 or $9 and ^4 or ^9 dropped
|
atom |
Old hashcat Support
|
11 |
20,671 |
01-16-2012, 02:22 PM |
|
|
Thread: rules with $4 or $9 and ^4 or ^9 dropped
Post: RE: rules with $4 or $9 and ^4 or ^9 dropped
hey chort,
much thanks for the report. i was able to reproduce and fix it. new b3 is up, pls try again. |
|
atom |
Old hashcat Support
|
11 |
20,671 |
01-23-2012, 11:06 AM |
|
|
Thread: Rules possible?
Post: RE: Rules possible?
ROTOR Wrote: (09-29-2017, 10:59 AM)
--
now how avoid more that three different consonants go consecutive?
--
Only maskprocessor can do that using -r and -q, you need to pipe it to hashcat |
|
atom |
hashcat
|
1 |
2,415 |
10-01-2017, 11:49 AM |
|
|
Thread: Rules not working with Combination Attack in OCLHashCat-Plus?
Post: RE: Rules not working with Combination Attack in O...
You can use combinator.bin from hashcat-utils and pipe the stuff to oclHashcat-plus and use multi rules on there. |
|
atom |
Very old oclHashcat-plus Support
|
4 |
8,243 |
01-15-2013, 01:10 PM |
|
|
Thread: Rules not working for me in oclhashcat-1.36
Post: RE: Rules not working for me in oclhashcat-1.36
Please open a TRAC ticket and add all files for the dev team to reproduce. Also please post the output of clinfo |
|
atom |
Old oclHashcat Support
|
1 |
3,751 |
06-23-2015, 09:55 PM |
|
|
Thread: rules issue with rules cudahashcatx64 1,36
Post: RE: rules issue with rules cudahashcatx64 1,36
Yes, known issue fixed in v1.37 |
|
atom |
Old oclHashcat Support
|
2 |
5,477 |
06-26-2015, 09:23 PM |
|
|
Thread: Rules in 16800 don't work?
Post: RE: Rules in 16800 don't work?
instead of using:
Code:
--
hashcat -a 0 -m 16800 test.hash word.dict -r test.rule
--
you can also use:
Code:
--
hashcat -a 0 -m 16800 test.hash word.dict -r test.rule -S
--
|
|
atom |
General Talk
|
8 |
1,341 |
06-30-2020, 10:16 AM |
|
|
Thread: Rules for Left and Right Dictionary
Post: RE: Rules for Left and Right Dictionary
In theory its possible, but not so easy to implement. If there is more demand I will reconsider. |
|
atom |
Very old oclHashcat-plus Support
|
7 |
14,867 |
06-11-2012, 09:32 AM |
|
|
Thread: Rules for Left and Right Dictionary
Post: RE: Rules for Left and Right Dictionary
If generating a temporary dictionary is an option you should use hashcat-cpu in --stdout mode |
|
atom |
Very old oclHashcat-plus Support
|
7 |
14,867 |
06-13-2012, 10:37 PM |
|
|
Thread: Rules for hashcat
Post: RE: Rules for hashcat
exactly!!! take a look into batchcrack.sh, i already added some of that techniques. you may also want to add some efficient techniques. nice post btw :)
3rd slot is possible by exploiting external sa... |
|
atom |
Old hashcat Support
|
10 |
33,611 |
06-18-2010, 08:21 PM |
|
|
Thread: Rules for hashcat
Post: RE: Rules for hashcat
update: oclHashcat+ supports rulefile |
|
atom |
Old hashcat Support
|
10 |
33,611 |
01-31-2011, 06:54 PM |
|
|
Thread: rules for hashcat
Post: RE: rules for hashcat
check out this wiki article: https://hashcat.net/wiki/doku.php?id=hybrid_attack on the bottom it explains how to do hybrid attack with rules |
|
atom |
General Help
|
1 |
4,979 |
04-25-2013, 12:08 PM |
|
|
Thread: Rules Filter
Post: RE: Rules Filter
Hash-IT Wrote: (12-02-2011, 06:53 PM)
--
If the rule filter works how I think it does (using the results from my humble testing) I may have a feature request to disable it as I personally believe som... |
|
atom |
Feature Requests
|
7 |
14,770 |
12-03-2011, 03:36 PM |
|
|
Thread: Rules Filter
Post: RE: Rules Filter
|
atom |
Feature Requests
|
7 |
14,770 |
12-05-2011, 11:38 AM |
|
|
Thread: Rules Filter
Post: RE: Rules Filter
yes its related to the SSE2 thing. but it is only because of the low number of words in the dictionary. if you choose a regular wordlist it will not occour. |
|
atom |
Feature Requests
|
7 |
14,770 |
12-06-2011, 11:32 AM |
|
|
Thread: Rules file support?
Post: RE: Rules file support?
James Wrote:
--
Can you add rules file support? Because with big wordlist and many rules normal hashcat is slow...
--
no
James Wrote:
--
and
It is possible to do "Combination-Words" crack like... |
|
atom |
Feature Requests
|
2 |
6,792 |
06-29-2010, 02:00 PM |
|
|
Thread: Rules file support?
Post: RE: Rules file support?
|
atom |
Feature Requests
|
2 |
6,792 |
01-31-2011, 05:19 PM |
|
|
Thread: rules file support in attack mode 3
Post: RE: rules file support in attack mode 3
You can run two instances of hashcat and pipe the output of the first as input to the second while using the prepend rules on the first and the append rules on the second. |
|
atom |
hashcat
|
6 |
5,814 |
02-13-2018, 10:39 AM |