update ognl tutorial

This commit is contained in:
hengyunabc
2021-08-02 11:11:57 +08:00
parent ace4fd7cab
commit 29aef3ee88
2 changed files with 2 additions and 2 deletions
@@ -6,7 +6,7 @@
`ognl '@java.lang.System@out.println("hello ognl")'`{{execute T2}}
可以检查`Terminal 1`里的进程输出,可以发现打印出了`hello ognl`
可以检查`Terminal 1`(不是arthas的Terminal 2里的进程输出,可以发现打印出了`hello ognl`
### 查找UserController的ClassLoader
+1 -1
View File
@@ -8,7 +8,7 @@
`ognl '@java.lang.System@out.println("hello ognl")'`{{execute T2}}
可以检查`Terminal 1`里的进程输出,可以发现打印出了`hello ognl`
可以检查`Terminal 1`(不是arthas的Terminal 2)里的应用进程输出,可以发现打印出了`hello ognl`
### 查找UserController的ClassLoader