MCPcopy Create free account
hub / github.com/0x727/DropLabTools / check

Method check

src/main/java/com/droplab/service/BugService.java:12–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10 this.params = params;
11 }
12 @Override
13 public boolean check() {
14 Object check = run("check");
15 if(check != null){
16 return (boolean) check;
17 }else {
18 return false;
19 }
20 }
21
22 @Override
23 public Connection.Response exploit() {

Callers

nothing calls this directly

Calls 1

runMethod · 0.95

Tested by

no test coverage detected