Skip to content

Commit 0214a6f

Browse files
committed
docs: add English README
1 parent c27be9a commit 0214a6f

File tree

2 files changed

+389
-8
lines changed

2 files changed

+389
-8
lines changed

README.md

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,24 @@
1-
# MemShellParty
1+
<h1 align="center">MemShellParty</h1>
2+
3+
<p align="center">中文 | <a href="./docs/README.en.md">English</a><br></p>
4+
<div align="center">
25

36
[![ci-test](https://img.shields.io/github/actions/workflow/status/reajason/memshellparty/test.yaml?label=Test%20CI&branch=master&style=flat-square)](https://github.com/ReaJason/MemShellParty/actions/workflows/test.yaml)
47
[![ci-release](https://img.shields.io/github/actions/workflow/status/reajason/memshellparty/release.yaml?label=Release%20CD&style=flat-square)](https://github.com/ReaJason/MemShellParty/actions/workflows/release.yaml)
8+
</div>
9+
10+
11+
<div align="center">
12+
513
[![release](https://img.shields.io/github/v/release/reajason/memshellparty?label=Release&style=flat-square)](https://github.com/ReaJason/MemShellParty/releases)
614
[![MavenCentral](https://img.shields.io/maven-central/v/io.github.reajason/generator?label=MavenCentral&style=flat-square)](https://central.sonatype.com/artifact/io.github.reajason/generator)
715
[![docker-pulls](https://img.shields.io/docker/pulls/reajason/memshell-party?label=DockerHub%20Pulls&style=flat-square)](https://hub.docker.com/r/reajason/memshell-party)
16+
</div>
17+
<div align="center">
18+
819
[![Telegram](https://img.shields.io/badge/Chat-Telegram-%2326A5E4?style=flat-square&logo=telegram&logoColor=%2326A5E4)](https://t.me/memshell)
920
[![OnlinePartyWebSite](https://img.shields.io/badge/WebSite-OnlineParty-%23646CFF?style=flat-square&logo=vite&logoColor=%23646CFF)](https://party.memshell.news)
21+
</div>
1022

1123
> [!WARNING]
1224
> 本工具仅供安全研究人员、网络管理员及相关技术人员进行授权的安全测试、漏洞评估和安全审计工作使用。使用本工具进行任何未经授权的网络攻击或渗透测试等行为均属违法,使用者需自行承担相应的法律责任。
@@ -43,7 +55,7 @@ MemShellParty 是一款可本地部署的一键生成常见中间件框架内存
4355

4456
> 仅限尝鲜的小伙伴,对于其他暴露在公网的服务请谨慎使用,小心生成的内存马带后门
4557
46-
可直接访问 [https://party.memshell.news](https://party.memshell.news)每次 Release 都会自动部署最新的镜像。
58+
可直接访问 [https://party.memshell.news](https://party.memshell.news)每次 Release 都会自动部署最新的镜像。
4759

4860
### 本地部署(推荐)
4961

@@ -211,12 +223,12 @@ Files.write(Paths.get("agent.jar"), agentJarBytes);
211223

212224
### 内存马功能
213225

214-
- [x] Godzilla 哥斯拉
215-
- [x] Behinder 冰蝎
226+
- [x] [Godzilla 哥斯拉](https://github.com/BeichenDream/Godzilla)
227+
- [x] [Behinder 冰蝎](https://github.com/rebeyond/Behinder)
216228
- [x] 命令执行
217-
- [x] Suo5
218-
- [x] AntSword 蚁剑
219-
- [x] Neo-reGeorg
229+
- [x] [Suo5](https://github.com/zema1/suo5)
230+
- [x] [AntSword 蚁剑](https://github.com/AntSwordProject/antSword)
231+
- [x] [Neo-reGeorg](https://github.com/L-codes/Neo-reGeorg)
220232
- [x] Custom
221233

222234
### 封装方式
@@ -230,7 +242,7 @@ Files.write(Paths.get("agent.jar"), agentJarBytes);
230242
- [x] 内置脚本引擎、Rhino 脚本引擎
231243
- [x] EL、SpEL、OGNL、Aviator、MVEL、JEXL、Groovy、JXPath、BeanShell
232244
- [x] Velocity、Freemarker、JinJava
233-
- [x] 原生反序列化(CB4
245+
- [x] 原生反序列化(CB 和 CC 链
234246
- [x] Agent
235247
- [x] XXL-JOB Executor
236248
- [x] Hessian、Hessian2 反序列化(XSLT链)

0 commit comments

Comments
 (0)