![]() |
Idea for hashcat rules based - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Misc (https://hashcat.net/forum/forum-15.html) +--- Forum: General Talk (https://hashcat.net/forum/forum-33.html) +--- Thread: Idea for hashcat rules based (/thread-4723.html) |
Idea for hashcat rules based - elackops - 10-08-2015 Hi, Just a suggestion for hashcat rules based, It would be awesome if added: *Remove letters from word *Remove numbers from word *Remove non alpha numeric Why not add regex into the rules based attack? It would be awesome. People with knowledge with regex will make effective rule attacks, with alot of finds. Regards RE: Idea for hashcat rules based - Xanadrel - 10-08-2015 That would not be very wise, regex are too slow. RE: Idea for hashcat rules based - atom - 10-08-2015 That's exactly the reason, see here for details: https://hashcat.net/wiki/doku.php?id=rule_based_attack#why_not_stick_to_regular_expressions RE: Idea for hashcat rules based - mastercracker - 10-09-2015 (10-08-2015, 07:24 PM)elackops Wrote: Hi, You can easily use the purge rule to at least get the "remove numbers from words": Code: @0@1@2@3@4@5@6@7@8@9 |