docs: add WIP structure

This commit is contained in:
ReaJason
2026-01-12 02:12:34 +08:00
parent b04a34f1ab
commit ad8d2713ad
59 changed files with 434 additions and 35 deletions
@@ -0,0 +1,5 @@
---
title: AbstractTranslet
---
WIP
+5
View File
@@ -0,0 +1,5 @@
---
title: Agent Jar
---
WIP
+5
View File
@@ -0,0 +1,5 @@
---
title: Base64
---
WIP
+5
View File
@@ -0,0 +1,5 @@
---
title: BCEL
---
WIP
+5
View File
@@ -0,0 +1,5 @@
---
title: BigInteger
---
WIP
+5
View File
@@ -0,0 +1,5 @@
---
title: 表达式注入
---
WIP
+5
View File
@@ -0,0 +1,5 @@
---
title: H2 JDBC URL
---
WIP
@@ -0,0 +1,5 @@
---
title: Hessian 反序列化
---
WIP
+5
View File
@@ -0,0 +1,5 @@
---
title: Jar
---
WIP
@@ -0,0 +1,5 @@
---
title: Java 原生反序列化
---
WIP
+5
View File
@@ -0,0 +1,5 @@
---
title: JSP
---
WIP
+19
View File
@@ -0,0 +1,19 @@
{
"title": "打包方式",
"pages": [
"base64",
"jsp",
"biginteger",
"bcel",
"abstract-translet",
"script-engine",
"expression",
"ssti",
"xml-decoder",
"java-deserialize",
"hessian-deserialize",
"h2",
"jar",
"agent-jar"
]
}
@@ -0,0 +1,7 @@
---
title: 脚本引擎注入
---
### Nashorn ScriptEngine
### Rhino ScriptEngine
+5
View File
@@ -0,0 +1,5 @@
---
title: 模板注入
---
WIP
@@ -0,0 +1,5 @@
---
title: XMLDecoder
---
WIP