MCPcopy Create free account
hub / github.com/albinowax/ActiveScanPlusPlus / doPassiveScan

Method doPassiveScan

src/burp/PerHostScans.java:12–15  ·  view source on GitHub ↗
(IHttpRequestResponse basePair)

Source from the content-addressed store, hash-verified

10
11
12 @Override
13 public List<IScanIssue> doPassiveScan(IHttpRequestResponse basePair) {
14 return Collections.emptyList();
15 }
16
17 @Override
18 public List<IScanIssue> doActiveScan(IHttpRequestResponse basePair, IScannerInsertionPoint insertionPoint) {

Callers 1

launchPassiveScanMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected