Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codewatchorg/bypasswaf
/ functions
Functions
205 in github.com/codewatchorg/bypasswaf
⨍
Functions
205
◇
Types & classes
39
Method
toggleRequestMethod
This method can be used to toggle a request's method between GET and POST. Parameters are relocated between the URL query string and message body as r
src/burp/IExtensionHelpers.java:295
Method
updateCookieJar
This method is used to update the contents of Burp's session handling cookie jar. Extensions that provide an <code>ISessionHandlingAction</code> can q
src/burp/IBurpExtenderCallbacks.java:580
Method
updateParameter
This method updates the value of a parameter within an HTTP request, and if appropriate updates the Content-Length header. <b>Note:</b> This method ca
src/burp/IExtensionHelpers.java:284
Method
urlDecode
This method can be used to URL-decode the specified data. @param data The data to be decoded. @return The decoded data.
src/burp/IExtensionHelpers.java:99
Method
urlEncode
This method can be used to URL-encode the specified data. Any characters that do not need to be encoded within HTTP requests are not encoded. @param
src/burp/IExtensionHelpers.java:108
← previous
201–205 of 205, ranked by callers