wow, running tomcat can really cause security holes.
fancy
Runtime rt = Runtime.getRuntime();
rt.exec("c:\\SomeDirectory\\SomeUnsafeProgram.exe")
running under the system context (As Administrator!!) of windows.
boo yaa!
Chris Wong's minimalist online blog. Sometimes this contains Java Enterprise stuff, SOA, web services stuff or just junk...
Runtime rt = Runtime.getRuntime();
rt.exec("c:\\SomeDirectory\\SomeUnsafeProgram.exe")
running under the system context (As Administrator!!) of windows.
boo yaa!
No comments:
Post a Comment