![]() |
Finding some weird features (rules) - 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: Finding some weird features (rules) (/thread-1027.html) Pages:
1
2
|
RE: Finding some weird features (rules) - Xanadrel - 03-31-2012 (03-31-2012, 01:28 AM)frekvent Wrote: I find another possible weirdness. I'm trying to understand why the rules "x24" and "x42" are different. "x24" gives me 569 hits and "x42" gives me 336 hits when I run them against the phpbb hashes. I understand that the rules won't work with words shorter than four characters. Are the indices different when you delete from 4 to 2 compared to when you delete from 2 to 4? x24 will delete 4 chars starting at char 2 x42 will delete 2 chars starting at char 4 (made the error before too) RE: Finding some weird features (rules) - frekvent - 03-31-2012 Thanks! Perhaps the wiki should be modified to reflect this. RE: Finding some weird features (rules) - phish - 03-31-2012 '$1@1' works for me too, my bad. |