Interface ActiveScanCheck


public interface ActiveScanCheck
Extensions can implement this interface, then call Scanner.registerActiveScanCheck(ActiveScanCheck, ScanCheckType) to register a custom active scan check. During an audit, Burp invokes the check to perform an active audit on the base request according to the specified ScanCheckType. Burp reports any audit issues that are identified.