Created
October 27, 2022 02:54
-
-
Save znb/039ebc63cc16ab28b69308db45e9cc8c to your computer and use it in GitHub Desktop.
Simple CyberChef recipe to make a defanged URL unsafe again
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Find_/_Replace({'option':'Regex','string':'hxxp'},'http',true,false,true,false) | |
Find_/_Replace({'option':'Regex','string':'\\['},'',true,false,true,false) | |
Find_/_Replace({'option':'Regex','string':'\\]'},'',true,false,true,false) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment