MCPcopy Create free account
hub / github.com/0linlin0/CyberBox / Payload

Class Payload

Plugin_Project/src/vulpayload/Payload.java:6–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import java.util.HashMap;
5
6public class Payload {
7 public HashMap<String, String> payload_info = new HashMap();
8 public HashMap<String, String> payload_args = new HashMap();
9
10
11 public Result test() throws Exception{
12 return null;
13 };
14
15 public Result execution() throws Exception{
16 return null;
17 };
18}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected