(String[] args)
| 4 | |
| 5 | public 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 |