Skip to content
This repository has been archived by the owner on Aug 10, 2024. It is now read-only.

Commit

Permalink
feat: Jetty Filter 内存马
Browse files Browse the repository at this point in the history
支持 Jetty Filter 内存马
  • Loading branch information
X1r0z committed Aug 12, 2023
1 parent 98a8acb commit 7b6a96c
Show file tree
Hide file tree
Showing 6 changed files with 875 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ out/
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**/target/
!**/src/test/**/target/
Template.java

### IntelliJ IDEA ###
.idea/modules.xml
Expand Down
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ Godzilla 插件: 一键注入 Suo5 内存马

- Tomcat Filter
- Tomcat Servlet
- WebLogic Filter (仅半双工模式)
- WebLogic Filter
- Jetty Filter

后续会添加其它中间件的支持

Expand Down Expand Up @@ -59,10 +60,18 @@ filterName 为可选项, 如果为空则使用 Godzilla 默认生成的随机名

需要指定 urlPattern

目前仅支持 Suo5 的半双工模式, 以及不支持卸载 WebLogic Filter, 待解决
目前不支持卸载 WebLogic Filter, 待解决

![img15.png](img/img15.png)

### 注入 Jetty Filter 内存马

需要指定 urlPattern

目前不支持卸载 Jetty Filter, 待解决

![img15.png](img/img16.png)

## Compile

GitHub Releases 页面提供了基于 JDK8 编译的 jar 包
Expand Down
Binary file added img/img16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 7b6a96c

Please sign in to comment.