Interface ScanCheck


public interface ScanCheck
Extensions can implement this interface and then call Scanner.registerScanCheck(ScanCheck) to register a custom Scanner check. When performing an audit, Burp will ask the check to perform an active or passive audit on the base request, and report any audit issues that are identified.