-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
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
Add url_encode function #44
Comments
Great Idea, It could definitively be useful in some case. Meanwhile depending on your use case, you might want to try using regex_replace
Since most of the time, you only need to encode certain special char (? & " ' > < % $ etc..) This is not a bulletproof solution, but it might do the job for the moment ! |
Thanks for the feedback! This is not currently part of our existing functionality, but we've noted this feature request :) As TheButcherRepository suggests, you may be able to use |
Thanks. |
Hello All. |
Generally speaking, specific insertion points should handle payload encoding to a certain degree. We do agree that this would be a handy function to have, and have added your +1 to this feature request. |
Is there a url_encode function? Or there is a way to url encode the value of parameter? I visit the page:https://portswigger.net/burp/documentation/scanner/bchecks/bcheck-definition-reference#actions, and I can't find the url_encode function.
The text was updated successfully, but these errors were encountered: