We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4f10a1 commit 08cc6d5Copy full SHA for 08cc6d5
external/source/exploits/cve-2012-5076/Exploit.java
@@ -58,7 +58,7 @@ public void init()
58
buffer
59
});
60
class1.newInstance();
61
- System.out.println("SecurityManager:" + System.getSecurityManager());
+ //System.out.println("SecurityManager:" + System.getSecurityManager());
62
//class1.getMethod("r", new Class[0]).invoke(class1, new Object[0]);
63
Payload.main(null);
64
//Runtime.getRuntime().exec("calc.exe");
external/source/exploits/cve-2012-5076/MyPayload.java
@@ -26,7 +26,7 @@ public Object run()
26
public static void r()
27
throws Exception
28
{
29
- System.out.println("hello!");
+ //System.out.println("hello!");
30
}
31
32
0 commit comments