docs: add WIP structure
Dev Deploy / Build Jar (push) Has been cancelled
Dev Deploy / Docker Push (push) Has been cancelled
Dev Deploy / Deploy to Maven Central (push) Has been cancelled
Dev Deploy / Deploy to Northflank (push) Has been cancelled

This commit is contained in:
ReaJason
2025-12-20 23:34:24 +08:00
parent 7638cf8f36
commit 6388e79f14
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