Burp Suite User Forum

Create new post

Burp extention: Use of 'Analyze Traget' in custom extender

Manish | Last updated: Sep 10, 2018 10:32AM UTC

Hi, Can I get data(Engagement Tool->Analyze Target) of a target URL in custom burp extension? Actually, I need the data before running the scanner. If I get the data in extension, I can log the values when the scanner starts for a specific target.

PortSwigger Agent | Last updated: Sep 10, 2018 01:18PM UTC

Unfortunately this is not exposed to the extender API. You could get some similar data by going through all the requests, using helpers.analyzeRequest on each, then looking in requestInfo.getParameters to check for any parameters of type PARAM_URL or PARAM_BODY.

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