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

Method exploit

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

Source from the content-addressed store, hash-verified

20 }
21
22 @Override
23 public Connection.Response exploit() {
24 Object exploit = run("exploit");
25 if(exploit != null)
26 return (Connection.Response) exploit;
27 else
28 return null;
29 }
30
31 @Override
32 public Object run(String type) {

Callers

nothing calls this directly

Calls 1

runMethod · 0.95

Tested by

no test coverage detected