I'm trying to set custom insertion points for the header,query param and body parameters.
Currently I'm using active scan method by passing manually caluculated offsetlist.
LegacyBurpExtender.getInstance().getCallbacks().doActiveScan(host,80, false, buildRequest,offSetList);
Is there any method to registerinsertion point in the payload and submit active scan?
↧