We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug report:
Cyberchef cant parse a recipe with find/replace with values \\ and \\ in it. Import of such requests says that its an invalid recipe.
\\
If you paste this valid recipe ( https://gchq.github.io/CyberChef/#recipe=Find_/_Replace(%7B'option':'Regex','string':'%5C%5C%5C%5C'%7D,'%5C%5C%5C%5C',true,false,true,false)&input=XA ), it wont parse the recipe.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Bug report:
Summary
Cyberchef cant parse a recipe with find/replace with values
\\
and\\
in it. Import of such requests says that its an invalid recipe.Example
If you paste this valid recipe ( https://gchq.github.io/CyberChef/#recipe=Find_/_Replace(%7B'option':'Regex','string':'%5C%5C%5C%5C'%7D,'%5C%5C%5C%5C',true,false,true,false)&input=XA ), it wont parse the recipe.
The text was updated successfully, but these errors were encountered: