Skip to content

Instantly share code, notes, and snippets.

@mccabe615
Last active August 29, 2015 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mccabe615/8860871 to your computer and use it in GitHub Desktop.
Save mccabe615/8860871 to your computer and use it in GitHub Desktop.
Parameters
toolFlag - used to determine which tool in Burp the request is coming from. In our case the tool flag for Intruder is 32.
messageIsRequest - this boolean value will be true for a message request and false for a message response
messageInfo - this holds the full data of the message itself
byte[] request_byte = messageInfo.getRequest();
IParameter sig_param = helpers.getRequestParameter(request_byte, "signature");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment