mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-21 22:50:42 +08:00
style: lint and fmt code
This commit is contained in:
@@ -10,6 +10,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [v2.10.0](https://github.com/ReaJason/MemShellParty/releases/tag/v2.10.0)
|
||||
|
||||
### Added
|
||||
|
||||
1. (WEB)内存马/探测马支持查看 cfr 反编译源码(Thanks @4ra1n for [4ra1n/cfr-wasm](https://github.com/4ra1n/cfr-wasm)
|
||||
2. 新增 FreeMarker SpEL/SpELJDK17 打包方式(Thanks @xcxmiku)
|
||||
3. 新增 XSLT 打包方式
|
||||
|
||||
### Fixed
|
||||
|
||||
1. 修复 BES 10/11 部分场景 context 找不到(#157 By @su18,#156 Thanks @mssky9527)
|
||||
@@ -18,6 +24,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
4. 修复 SpringBoot4 WebFlux WebFilter 注入失败
|
||||
5. 修复自定义内存马传入 Java5 包含低版本指令时生成失败
|
||||
|
||||
### Changed
|
||||
|
||||
1. 更新 fumadocs 版本和使用模式
|
||||
2. 依赖更新
|
||||
|
||||
**Full Changelog:** [v2.9.0...v2.10.0](https://github.com/ReaJason/MemShellParty/compare/v2.9.0...v2.10.0)
|
||||
|
||||
## [v2.9.0](https://github.com/ReaJason/MemShellParty/releases/tag/v2.9.0) - 2026-08-03
|
||||
@@ -84,11 +95,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
1. 添加 Alibaba Dubbo 和 Apache Dubbo Service 内存马,专门针对 Dubbo Provider 的场景(#32 By @ReaJason)
|
||||
2. 为 Attacher 添加默认列举 Java 进程和 `all` 参数注入所有 Java 进程的代码(与 JMG Agent.jar 命令一致)
|
||||
```bash
|
||||
java -jar agent.jar # 列举所有 Java 进程
|
||||
java -jar agent.jar <pid> # 注入指定 PID Java 进程
|
||||
java -jar agent.jar all # 注入所有 Java 进程
|
||||
```
|
||||
```bash
|
||||
java -jar agent.jar # 列举所有 Java 进程
|
||||
java -jar agent.jar <pid> # 注入指定 PID Java 进程
|
||||
java -jar agent.jar all # 注入所有 Java 进程
|
||||
```
|
||||
3. 添加 Command Base64 Encryptor,方便测试 Base64 流量特征攻击
|
||||
|
||||
### Fixed
|
||||
|
||||
@@ -7,7 +7,7 @@ icon: Album
|
||||
|
||||
### 中间件以及框架
|
||||
|
||||
| [Tomcat(5 ~ 11)](/docs/server-intro#tomcat) | [Jetty(6 ~ 12)](/docs/server-intro#jetty) | [GlassFish(3 ~ 7)](/docs/server-intro#glassfish) | [Payara(5 ~ 7)](/docs/server-intro#payara) |
|
||||
| [Tomcat(5 ~ 11)](/docs/server-intro#tomcat) | [Jetty(6 ~ 12)](/docs/server-intro#jetty) | [GlassFish(3 ~ 8)](/docs/server-intro#glassfish) | [Payara(5 ~ 7)](/docs/server-intro#payara) |
|
||||
| --------------------------------------------- | ------------------------------------------- | -------------------------------------------------- | -------------------------------------------- |
|
||||
| Servlet | Servlet | Filter | Filter |
|
||||
| Filter | Filter | Listener | Listener |
|
||||
@@ -42,20 +42,20 @@ icon: Album
|
||||
| FilterManager - Agent | ServletContext - Agent |
|
||||
|
||||
| [BES (9.5.x ~ 11.0.0)](/docs/server-intro#bes) | [TongWeb(6 ~ 8)](/docs/server-intro#tongweb) | [InforSuite AS (9 ~ 10)](/docs/server-intro#inforsuite) |
|
||||
| ------------------------------------- | ---------------------------------------------- | ------------------------------------------------------- |
|
||||
| Filter | Filter | Filter |
|
||||
| Listener | Listener | Listener |
|
||||
| Valve | Valve | Valve |
|
||||
| FilterChain - Agent | FilterChain - Agent | FilterChain - Agent |
|
||||
| ContextValve - Agent | ContextValve - Agent | ContextValve - Agent |
|
||||
| ---------------------------------------------- | ---------------------------------------------- | ------------------------------------------------------- |
|
||||
| Filter | Filter | Filter |
|
||||
| Listener | Listener | Listener |
|
||||
| Valve | Valve | Valve |
|
||||
| FilterChain - Agent | FilterChain - Agent | FilterChain - Agent |
|
||||
| ContextValve - Agent | ContextValve - Agent | ContextValve - Agent |
|
||||
|
||||
| [Apusic AS (9 ~ 10)](/docs/server-intro#apusic) | [Primeton (6.5)](/docs/server-intro#primeton) | [Dubbo Provider](/docs/server-intro#dubbo) |
|
||||
| ----------------------------------------------- | --------------------------------------------- | --------------------------------------------- |
|
||||
| Servlet | Filter | DubboService |
|
||||
| Filter | Listener | |
|
||||
| Listener | Valve | |
|
||||
| FilterChain - Agent | FilterChain - Agent | |
|
||||
| | ContextValve - Agent | |
|
||||
| ----------------------------------------------- | --------------------------------------------- | ------------------------------------------ |
|
||||
| Servlet | Filter | DubboService |
|
||||
| Filter | Listener | |
|
||||
| Listener | Valve | |
|
||||
| FilterChain - Agent | FilterChain - Agent | |
|
||||
| | ContextValve - Agent | |
|
||||
|
||||
### 内存马功能
|
||||
|
||||
|
||||
@@ -22,7 +22,11 @@ import { Tab, Tabs } from "fumadocs-ui/components/tabs";
|
||||
</dependency>
|
||||
```
|
||||
</Tab>
|
||||
<Tab>```groovy implementation 'io.github.reajason:generator:2.2.0' ```</Tab>
|
||||
<Tab>
|
||||
```groovy
|
||||
implementation 'io.github.reajason:generator:2.2.0'
|
||||
```
|
||||
</Tab>
|
||||
</Tabs>
|
||||
|
||||
2. 如果需要使用自带的丰富打包方式,需要额外添加 packer 模块
|
||||
|
||||
Reference in New Issue
Block a user