From 76a290d6da2aca513d27ab5d2d635b2ff87b34d1 Mon Sep 17 00:00:00 2001 From: 0e0w Date: Mon, 5 Feb 2024 21:35:49 +0800 Subject: [PATCH 1/3] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a85e051..80f6186 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ 不知从那天起,内存马悄悄成为了新的技术研究方向。一边习惯了技术的更迭而淡定自若,一边突然面对消失的技术而黯然伤神消沉。猛回头,发现突然消失的又何止是技术?本项目用来收集整理内存马相关的技术资料,包括内存马技术原理实现方法具体的项目等。内存马在Java领域独领风骚,因此我们将重点关注Java内存马。也用此项目致敬四大spy,致敬老兵,致敬消失的技术!作者:[0e0w](https://github.com/0e0w) -本项目创建于2023年5月1日,最近的一次更新时间为2024年1月23日。 +本项目创建于2023年5月1日,最近的一次更新时间为2024年2月5日。 - [01-内存马资源](https://github.com/Getshell/Mshell#01-%E5%86%85%E5%AD%98%E9%A9%AC%E8%B5%84%E6%BA%90) - [02-内存马原理](https://github.com/Getshell/Mshell#02-%E5%86%85%E5%AD%98%E9%A9%AC%E5%8E%9F%E7%90%86) @@ -183,6 +183,7 @@ - [ ] [深入浅出内存马](https://xz.aliyun.com/t/12705)@小*见 - [ ] [WebsocketAndTimer内存马的查杀分析和代码实现 ](https://www.freebuf.com/articles/web/372192.html)@RoboTerh - [ ] https://xz.aliyun.com/t/13268 +- [ ] https://github.com/W01fh4cker/LearnJavaMemshellFromZero 二、开源项目 - [x] https://github.com/topics/memshell @@ -291,6 +292,7 @@ - [ ] https://github.com/whwlsfb/cve-2022-22947-godzilla-memshell - [ ] https://github.com/A-D-Team/SharpMemshell - [ ] https://github.com/threedr3am/JSP-WebShells +- [ ] https://github.com/Boogipop/Netty-WebFlux-Memshell ## 04-内存马查杀 From 697e76a2227be37731fb18e42299239cef210043 Mon Sep 17 00:00:00 2001 From: 0e0w Date: Fri, 1 Mar 2024 17:35:20 +0800 Subject: [PATCH 2/3] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 80f6186..9d72ab5 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ 不知从那天起,内存马悄悄成为了新的技术研究方向。一边习惯了技术的更迭而淡定自若,一边突然面对消失的技术而黯然伤神消沉。猛回头,发现突然消失的又何止是技术?本项目用来收集整理内存马相关的技术资料,包括内存马技术原理实现方法具体的项目等。内存马在Java领域独领风骚,因此我们将重点关注Java内存马。也用此项目致敬四大spy,致敬老兵,致敬消失的技术!作者:[0e0w](https://github.com/0e0w) -本项目创建于2023年5月1日,最近的一次更新时间为2024年2月5日。 +本项目创建于2023年5月1日,最近的一次更新时间为2024年3月1日。 - [01-内存马资源](https://github.com/Getshell/Mshell#01-%E5%86%85%E5%AD%98%E9%A9%AC%E8%B5%84%E6%BA%90) - [02-内存马原理](https://github.com/Getshell/Mshell#02-%E5%86%85%E5%AD%98%E9%A9%AC%E5%8E%9F%E7%90%86) @@ -184,6 +184,9 @@ - [ ] [WebsocketAndTimer内存马的查杀分析和代码实现 ](https://www.freebuf.com/articles/web/372192.html)@RoboTerh - [ ] https://xz.aliyun.com/t/13268 - [ ] https://github.com/W01fh4cker/LearnJavaMemshellFromZero +- [ ] https://xz.aliyun.com/t/13638 +- [ ] https://xz.aliyun.com/t/13640 +- [ ] https://xz.aliyun.com/t/13639 二、开源项目 - [x] https://github.com/topics/memshell From feb2588249e19b0d281a2b246cd1850682772b72 Mon Sep 17 00:00:00 2001 From: 0e0w Date: 2025年4月13日 22:18:24 +0800 Subject: [PATCH 3/3] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d72ab5..115113a 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ 不知从那天起,内存马悄悄成为了新的技术研究方向。一边习惯了技术的更迭而淡定自若,一边突然面对消失的技术而黯然伤神消沉。猛回头,发现突然消失的又何止是技术?本项目用来收集整理内存马相关的技术资料,包括内存马技术原理实现方法具体的项目等。内存马在Java领域独领风骚,因此我们将重点关注Java内存马。也用此项目致敬四大spy,致敬老兵,致敬消失的技术!作者:[0e0w](https://github.com/0e0w) -本项目创建于2023年5月1日,最近的一次更新时间为2024年3月1日。 +本项目创建于2023年5月1日,最近的一次更新时间为2025年4月13日。 - [01-内存马资源](https://github.com/Getshell/Mshell#01-%E5%86%85%E5%AD%98%E9%A9%AC%E8%B5%84%E6%BA%90) - [02-内存马原理](https://github.com/Getshell/Mshell#02-%E5%86%85%E5%AD%98%E9%A9%AC%E5%8E%9F%E7%90%86) @@ -227,6 +227,7 @@ - [ ] https://github.com/rzte/agentcrack - [ ] https://github.com/veo/ebpf_shell - [ ] https://github.com/veo/nginx_shell +- [x] https://github.com/ReaJason/MemShellParty 三、学术论文 - [ ] [面向Java 的高对抗内存型Webshell 检测技术](http://jcs.iie.ac.cn/xxaqxb/ch/reader/create_pdf.aspx?file_no=20220604&year_id=2022&quarter_id=6&falg=1)@张金莉 陈星辰等

AltStyle によって変換されたページ (->オリジナル) /