rules with $4 or $9 and ^4 or ^9 dropped - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: Old hashcat Support (https://hashcat.net/forum/forum-20.html) +--- Thread: rules with $4 or $9 and ^4 or ^9 dropped (/thread-767.html) Pages:
1
2
|
rules with $4 or $9 and ^4 or ^9 dropped - Kgx Pnqvhm - 01-01-2012 With the new hashcat v0.38, or at least the hashcat-cli64.exe I'm running, rules with $4 or $9 drop the appending of the "4" or "9". Appending all the other digits work. But rules that should append all 10 digits result in only 8 outputs. The same happens with ^4 and ^9 for inserting. And putting v0.37 back to test some other rules I just made showed that v0.38 is dropping some inserted letters, too, but I'm going to stay with v0.37 for now, and not try to figure our which ones. RE: rules with $4 or $9 and ^4 or ^9 dropped - atom - 01-01-2012 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 word0123456789 RE: rules with $4 or $9 and ^4 or ^9 dropped - Kgx Pnqvhm - 01-01-2012 Change the rule to $0 $1 $2 $3 $4 $5 $6 $7 $8 $9 I get word0 word1 word2 word3 word5 word6 word7 word8 in v0.38, Windows 64-bit version. Changing the rule.txt file to $1 $2 $3 $4 $5 $6 $7 $8 $9 $0 gets: word1 word2 word3 word4 word6 word7 word8 word9 so its skipping lines, not characters. (And now v0.37 won't work, saying its outdated. But at least it processed all the rule lines, so my mangles counts came out OK.) RE: rules with $4 or $9 and ^4 or ^9 dropped - atom - 01-02-2012 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? RE: rules with $4 or $9 and ^4 or ^9 dropped - Kgx Pnqvhm - 01-02-2012 (01-02-2012, 11:20 AM)atom Wrote: which cpu are you working on?Intel(R) Core(TM) i3 CPU 550 @ 3.20GHz Windows 7 Home Premium 64-bit SP1 RE: rules with $4 or $9 and ^4 or ^9 dropped - Hash-IT - 01-02-2012 (01-01-2012, 01:47 AM)Kgx Pnqvhm Wrote: With the new hashcat v0.38, or at least the hashcat-cli64.exe I'm running, rules with $4 or $9 drop the appending of the "4" or "9". Appending all the other digits work. But rules that should append all 10 digits result in only 8 outputs. Very well spotted Kgx Pnqvhm, Thank you for reporting it ! RE: rules with $4 or $9 and ^4 or ^9 dropped - chort - 01-13-2012 Same issue, AMD A8-3850 CPU (Ubuntu 11.04/64bit). RE: rules with $4 or $9 and ^4 or ^9 dropped - atom - 01-16-2012 fixed in beta RE: rules with $4 or $9 and ^4 or ^9 dropped - chort - 01-17-2012 I guess I'll wait until the actual update is posted before reporting RE: rules with $4 or $9 and ^4 or ^9 dropped - chort - 01-23-2012 Hello atom, In 0.39b2 every rule is applied, but only every 4th wordlist entry is used. Here is the output of prepending [1-9] (rule) to team[1-9] (wordlist): Code: chort@hydra:~/code/hashcat-0.39$ ./hashcat-cli32.bin --stdout -r /fun/tmp/bug.rule /fun/tmp/bug.dict Result is the same for 32bit or 64bit on Linux. |