Not sure; Bug or Me??
#1
I am now using HC 0.35 with GUI 0.2.453, when I noticed the first problem I was using 0.2.433 and now the problem is solved but I'll mention it anyway.
I have a rule i call DandF, (duplicate and reflect). Problem was, Dick worked fine but Fred didn't see any action. No matter how I wrote the rule it wouldn't reflect but it does in the new version so problem solved. Just thought i'd mention it. On too a second observation;

here's a few example PW's;
Amistad[6
Athens`1
Atlan`ta1
Be)aumont1
Berkel~ey1
Buffalo|1
Buffal~o1
Letmein}2

So I'm using a word list, (that hopefully has these words in itSmile), and the ported korelogic rule: Append1_AddSpecialEverywhere.rule and notice it has only 8 special chr's in it. So I write my own rule and call it: Append1_AddALLSpecialEverywhere.rule and include the other 24 chr's.
I also write the other digs in separate rule files, eg; append 0 add ALL,
Append 2 add ALL and so on. great now i can get the Amistad[6 and also the Letmein}2, NOT so!!! Here's where the fun starts. Any password that DOESN"T have the special just before the appended number, eg Atlan`ta1 Be)aumont1 Berkel~ey1 Buffal~o1 the rules work on But if the special is right before the number eg Amistad[6 Athens`1 Buffalo|1 Letmein}2 the rules don't work. I have worked around this by writing other rules like my AppendALLSpecialNum.rule but was wondering why it won't work when I'm using the other rules. Also I think it used to work with the Append1AddSpecialEverywhere.rule but am not positive, (possibly I just didn't notice it at first being fairly new to HC). Here's an example of the KL rule, and then an example of mine:
KLAppend1_AddSpecialEverywhere.rule:

>5ci0!$1
>5ci0@$1
>5ci0$$1
>5ci0#$1
>5ci1!$1
>5ci1@$1
>5ci1$$1
>5ci1#$1
>5ci2!$1
>5ci2@$1
>5ci2$$1
>5ci2#$1
>5ci3!$1

Now my version: (I left out the 5 or larger, and the cap cause i use 2 lists, 1 lower case and 1 caps, and also want to use 3 and 4 chr words). It's not a mistake, I did it on purpose.

i0!$1
i0@$1
i0#$1
i0$$1
i0%$1
i0^$1
i0&$1
i0*$1.....
.....
i1!$1
i1@$1
i1#$1
i1$$1
i1%$1
i1^$1
i1&$1
i1*$1
i1($1
.....
i8"$1
i8,$1
i8.$1
i8<$1
i8>$1
i8/$1
i8?$1
So here's the ? Is it me and my rules, or just the way the prog works??
thanks in advance for any answers.



Messages In This Thread
Not sure; Bug or Me?? - by Tommie_c - 02-15-2011, 12:45 AM
RE: Not sure; Bug or Me?? - by atom - 02-15-2011, 12:03 PM