hashcat Forum
Delete character using rule "s" - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Support (https://hashcat.net/forum/forum-3.html)
+--- Forum: hashcat (https://hashcat.net/forum/forum-45.html)
+--- Thread: Delete character using rule "s" (/thread-9025.html)



Delete character using rule "s" - whyyfmwr - 03-10-2020

Hello,
I have a question about rule-based attack. I know I can change all "," characters to "-" by this rule:
Code:
s,-
Code:
paper,paper -> paper-paper

Is is possible to use this rule to delete all "," characters?
Code:
paper,paper -> paperpaper

I tried to use a rule
Code:
s,

but this is probably not a valid rule.


RE: Delete character using rule "s" - philsmd - 03-10-2020

Code:
@,

https://hashcat.net/wiki/doku.php?id=rule_based_attack (purge)


RE: Delete character using rule "s" - whyyfmwr - 03-10-2020

Nice, thanks. I see it was a stupid question from me, but I didn't understand the english word "purge" at first sight.