Package burp.api.montoya.scanner
-
Interface Summary Interface Description Crawl This interface represents an instance of a crawl in the Burp Scanner tool.CrawlAndAudit This interface represents an instance of a crawl and audit in the Burp Scanner tool.Scan This interface represents an instance of a scan that can be configured before starting a crawl, audit or crawl and audit in the Burp Scanner tool.ScanCheck Extensions can implement this interface and then callScanner.registerScanCheck(ScanCheck)to register a custom Scanner check.ScanConfiguration This interface represents configurations for the Burp Scanner tool.Scanner This interface provides access to the functionality of the Scanner tool.ScanTask This interface is used to retrieve details of tasks in the Burp Scanner. -
Enum Summary Enum Description BuiltInScanConfiguration This enum represents built in configurations for the Burp Scanner tool.ConsolidationAction This enum represents the action to be taken when duplicate audit issues are found.ReportFormat This enum represents the formats for scan reports. -
Exception Summary Exception Description InvalidLauncherConfigurationException This exception is thrown if the configuration for aScanis invalid.