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

Method bypass_sm

BypassSM/learn/eviljar/src/main/java/bypass_sm.java:7–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5public class bypass_sm
6{
7 public bypass_sm() {
8 try {
9 bypass(new String[]{"ipconfig"});
10 } catch (Exception e) {
11 e.printStackTrace();
12 }
13 }
14
15 public static void bypass(String[] cmd) throws Exception{
16 Map<String,String> envblock=null;

Callers

nothing calls this directly

Calls 1

bypassMethod · 0.95

Tested by

no test coverage detected