Rules Filter - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Ancient Versions (https://hashcat.net/forum/forum-46.html) +--- Forum: Feature Requests (https://hashcat.net/forum/forum-7.html) +--- Thread: Rules Filter (/thread-709.html) |
Rules Filter - Hash-IT - 12-02-2011 If the rule filter works how I think it does (using the results from my humble testing) I may have a feature request to disable it as I personally believe some users may be better off without it in some situations. Before I elaborate further would you even consider this sort of request ? Thank you. ---- Totally separate question but it didn't justify a separate topic ! Can we ask general computer questions in the "General Help" section on the forum or is it just for hashcat ? RE: Rules Filter - atom - 12-03-2011 (12-02-2011, 06:53 PM)Hash-IT Wrote: If the rule filter works how I think it does (using the results from my humble testing) I may have a feature request to disable it as I personally believe some users may be better off without it in some situations. no its there for several reasons. most important it to avoid program crashes. (12-02-2011, 06:53 PM)Hash-IT Wrote: Can we ask general computer questions in the "General Help" section on the forum or is it just for hashcat ? it should be related to hashcat. for example dealing with gpu heat, building cracking pc, problems with ati driver, etc RE: Rules Filter - Hash-IT - 12-03-2011 I made a monumental error in my last post so I have modified it rather than typing it all out again if anyone is confused by my ramblings !! Ha ha ! Must get some sleep ! I am using hashcat to test the rules filter which I intend to actually use in oclhashcatplus and I tried the following. I get multiple duplicate entries. Example Code: hashcat-cli32.exe -r a.rule --stdout pw.txt >> Rule_Result.txt In order to toggle the case of 2 characters in my test list I used the following. a.rule contains… Code: T0 Pw.txt contains…. Code: test My output file contained…. Code: Test As you can see many lines were duplicated. RE: Rules Filter - Hash-IT - 12-04-2011 Sorry about the previous post, silly errors have been corrected ! RE: Rules Filter - atom - 12-05-2011 ok, can i close this? RE: Rules Filter - Hash-IT - 12-05-2011 (12-05-2011, 11:38 AM)atom Wrote: ok, can i close this? Of course, its your forum !! I was wondering though about the duplicate lines in the example above. I remember you saying that multiple duplicate blank lines or gaps were caused by something to do with SSE2 but is that responsible for this effect also ? Is there anyway to fix this ? Seems a shame generating all this only to have to filter it all later. Thank you. RE: Rules Filter - atom - 12-06-2011 yes its related to the SSE2 thing. but it is only because of the low number of words in the dictionary. if you choose a regular wordlist it will not occour. RE: Rules Filter - Hash-IT - 12-06-2011 (12-06-2011, 11:32 AM)atom Wrote: yes its related to the SSE2 thing. but it is only because of the low number of words in the dictionary. if you choose a regular wordlist it will not occour. Thank you very much, that's good enough for me ! Just thought I had found a problem. Close it if you like ! |