MCPcopy Index your code
hub / github.com/Firebasky/Java / exec

Method exec

shell/loadjar/Evil.java:5–7  ·  view source on GitHub ↗
(String cmd)

Source from the content-addressed store, hash-verified

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

Callers 15

PoCClass · 0.45
mainMethod · 0.45
Echo_HttpConnectionClass · 0.45
getResponseMethod · 0.45
getResponseMethod · 0.45
getResponse2Method · 0.45
getResponse3Method · 0.45
MBeanServerMethod · 0.45
testMethod · 0.45
getFdFileMethod · 0.45
TomcatMethod · 0.45
springmvcMethod · 0.45

Calls

no outgoing calls

Tested by 1

mainMethod · 0.36