Interface PassiveScanCheck


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