Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [day] [month] [year] [list]
Date: Fri, 25 Mar 2016 10:20:49 +0800
From: Jianhua Zhu <zjhjsy@...il.com>
To: john-users@...ts.openwall.com
Subject: custom rules

1,if i can specify two wordlist files with john?because i want to
combination of two wordlists?maybe use rules can achive this?
for example:
file 1:                           file2:
zhu                             1231
yang                           2345
tian                             4579
i want to result:
zhu1231
zhu2345
zhu4579
yang1231
yang2345
........
tian4579

2,i want to limit the total length to 8
for example:
file 1:                           file2:
zhu                             1231
yang                           2345
tian                             4579
i want to result:
zhu1231 --(length 7,so not include)
zhu2345--(length 7,so not include)
zhu4579--(length 7,so not include)
yang1231--(length 8,so include)
yang2345--(length 8,so include)
........
tian4579(length 8,so include)

i find the rules,i modify but not success!
[List.Rules:KoreLogicRulesAddJustNumbersLimit8]
<8>1cAz"[0-9]"
<8>1Az"[0-9]"
<8>1A0"[0-9]"
<8>1cA0"[0-9]"
<7>1Az"[0-9][0-9]"
<7>1cAz"[0-9][0-9]"
<7>1A0"[0-9][0-9]"
<7>1cA0"[0-9][0-9]"
<6>1Az"[0-9][0-9][0-9]"
<6>1cAz"[0-9][0-9][0-9]"
<5>1Az"[0-9][0-9][0-9][0-9]"
<5>1cAz"[0-9][0-9][0-9][0-9]"

3,i google and find some rules,but i don't know what's mean ?for example:
[List.Rules:Prepend2Letters]
cA0"[abcdefghjklmnopqrstwxyz][abcdefghjklmnopqrstwxyz]"
A0"[abcdefghjklmnopqrstwxyz][abcdefghjklmnopqrstwxyz]"
cA0 and A0 what's the diffenece?

4,i want to create a rule about append
year-month-day,eg:yyyymmdd,(19700101-20161231)
it's my rule,but wrong!
[List.Rules:apppendyearmonthday]
A0"20[0-1][0-6][01-12][1-31]"
A0"19[7-9][0-9][01-12][1-31]"

sorry,waste your time!thanks million!

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.