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

Method main

shell/bypass/test2.java:6–14  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

4
5public class test2 {
6 public static void main(String[] args) {
7 String payload ="calc";
8 Statement statement = new Statement(Runtime.getRuntime(), "\u0065" + "\u0078" + "\u0065" + "\u0063", new Object[]{payload});
9 try {
10 statement.execute();
11 } catch (Exception e) {
12 e.printStackTrace();
13 }
14 }
15}
16

Callers

nothing calls this directly

Calls 1

executeMethod · 0.45

Tested by

no test coverage detected