Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
package
burp.Scan;
2
3
public
interface
ScanTask {
4
5
void
doScan() throws InterruptedException;
6
7
String getResult();
8
9
}
Callers
nothing calls this directly
Implementers
1
JsonScan
src/burp/Scan/JsonScan.java
Calls
no outgoing calls
Tested by
no test coverage detected