Package burp.api.montoya.scanner
Interface CrawlAndAudit
Crawl and audit in the Burp Scanner tool.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
delete()
Delete the task.int
Number of network errors that have occurred for the scan task.int
Number of requests that have been made for the scan task.
-
Method Details
-
requestCount
int requestCount()Number of requests that have been made for the scan task.- Specified by:
requestCount
in interfaceScanTask
- Returns:
- The number of requests that have been made for the scan task.
-
errorCount
int errorCount()Number of network errors that have occurred for the scan task.- Specified by:
errorCount
in interfaceScanTask
- Returns:
- The number of network errors that have occurred for the scan task.
-
delete
void delete()Delete the task. -
statusMessage
String statusMessage()- Specified by:
statusMessage
in interfaceScanTask
- Specified by:
statusMessage
in interfaceTask
- Returns:
- the current status message of the task
-