MCPcopy Create free account
hub / github.com/a1phaboy/JsonDetect / ScanTask

Interface ScanTask

src/burp/Scan/ScanTask.java:3–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1package burp.Scan;
2
3public interface ScanTask {
4
5 void doScan() throws InterruptedException;
6
7 String getResult();
8
9}

Callers

nothing calls this directly

Implementers 1

JsonScansrc/burp/Scan/JsonScan.java

Calls

no outgoing calls

Tested by

no test coverage detected