Burp Suite User Forum

Create new post

getRequestParameter JSON

Ahmad | Last updated: Jan 21, 2020 05:24PM UTC

I'm trying to get insertion point programmatically from JSON request, but I don't know which method to use, I see getRequestParameter, but It will not work for JSON, is there any other suggestions, recommendations?

Hannah, PortSwigger Agent | Last updated: Jan 22, 2020 08:35AM UTC

Have you had a look at the IScannerInsertionPoint interface? Extensions can obtain instances of this interface by registering an IScannerCheck, or can create instances for use by Burp's own scan checks by registering an IScannerInsertionPointProvider. The full Extender API documentation can be found here: https://portswigger.net/burp/extender/api/index.html

You must be an existing, logged-in customer to reply to a thread. Please email us for additional support.