08-07-2021, 06:31 PM
(This post was last modified: 08-08-2021, 02:15 PM by Future_Eve.
Edit Reason: typo
)
Hi everyone.
I was reading the doc about rules in the wiki and I was surprised to learn that "rules that use the 'p' character position code only works using the '-j' or '-k' command-line options".
I'd like to create a file containings many rules to automate the replacement of characters by multibytes characters, for instance, replace the first occurence of "e" with "é", which should be achieved with such a rule: '%1e Dp ip\xa9 ip\xc3'.
I would be very glad to know if any of you know how to achieve this. Only solution I can think of is parsing my wordlists and replacing the characters... That could make huge files.
As a side note, I'd also like to know if the 'sXY' function can be used with these kind of hexadecimal strings: '\xc3 \xa9'.
I was reading the doc about rules in the wiki and I was surprised to learn that "rules that use the 'p' character position code only works using the '-j' or '-k' command-line options".
I'd like to create a file containings many rules to automate the replacement of characters by multibytes characters, for instance, replace the first occurence of "e" with "é", which should be achieved with such a rule: '%1e Dp ip\xa9 ip\xc3'.
I would be very glad to know if any of you know how to achieve this. Only solution I can think of is parsing my wordlists and replacing the characters... That could make huge files.
As a side note, I'd also like to know if the 'sXY' function can be used with these kind of hexadecimal strings: '\xc3 \xa9'.