| Modifier and Type | Method and Description |
|---|---|
IScanQueueItem |
IBurpExtenderCallbacks.doActiveScan(String host,
int port,
boolean useHttps,
byte[] request)
This method can be used to send an HTTP request to the Burp Scanner tool
to perform an active vulnerability scan.
|
IScanQueueItem |
IBurpExtenderCallbacks.doActiveScan(String host,
int port,
boolean useHttps,
byte[] request,
List<int[]> insertionPointOffsets)
This method can be used to send an HTTP request to the Burp Scanner tool
to perform an active vulnerability scan, based on a custom list of
insertion points that are to be scanned.
|
Copyright © 2017. All rights reserved.