Syntax question
#7
(04-01-2015, 01:29 AM)epixoip Wrote: Would be more efficient to use rule chaining here.

oclHashcat hashlist.txt wordlist.txt -r toggles.rule -r leet.rule

When i use that rule chaining (.\hashcat-cli64.exe -r .\rules\toggles1.rule -r \rules\leetspeak.rule --stdout wordlist.txt > new-wordlist.txt) i'll get a wordlist like that:

Test
tEst
teSt
tesT
test
test
test
test
test
test
test
test
test
test
test

"e" should also be replaced with "3" and why do i get 10 entries "test"?

When i try to do it in 2 steps with separate rulesets my wordlist get's broken... no more ASCII characters in it ?!?


Messages In This Thread
Syntax question - by codeacad12 - 03-30-2015, 02:35 PM
RE: Syntax question - by epixoip - 03-30-2015, 09:53 PM
RE: Syntax question - by codeacad12 - 03-31-2015, 09:43 AM
RE: Syntax question - by hashmepls - 03-31-2015, 11:42 PM
RE: Syntax question - by kartan - 04-01-2015, 01:22 AM
RE: Syntax question - by epixoip - 04-01-2015, 01:29 AM
RE: Syntax question - by hashmepls - 04-01-2015, 12:14 PM
RE: Syntax question - by epixoip - 04-01-2015, 01:13 PM
RE: Syntax question - by kartan - 04-01-2015, 01:19 PM