Quantcast
Viewing all articles
Browse latest Browse all 115

Burp scanner insertion point custom encoding

I'm trying to create an extension for scanner to specify multiple insertion points and also do some custom encoding on the payload from scanner. I'm attempting to use the following example along with the documentation to achieve this: https://github.com/PortSwigger/example-custom-scan-insertion-points/blob/master/java/BurpExtender.java I don't exactly want to change the positions, I just want to get the payload string either in plaintext or base64 so that I could do some custom encoding and replace the parameter with the new value. Also, if I define these multiple custom insertion points will the scanner still insert into other areas? Am I using the right API to achieve this, and does anyone have any better examples to demonstrate this type of extension?

Viewing all articles
Browse latest Browse all 115

Trending Articles