MCPcopy Create free account
hub / github.com/Firebasky/Java / Evil

Class Evil

shell/loadjar/Evil.java:4–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import java.io.IOException;
3
4public class Evil {
5 public void exec(String cmd) throws IOException {
6 Runtime.getRuntime().exec(cmd);
7 }
8}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected