From 1db9cf2bc0950876eb1b872d4c9a7bfdfb97fe25 Mon Sep 17 00:00:00 2001 From: ReaJason Date: Mon, 3 Feb 2025 00:26:50 +0800 Subject: [PATCH] docs: add v1.0.0 changelog --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..5d163e45 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,15 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [v1.0.0](https://#) - 2025-01-03 + +### Added + +- 支持 Tomcat、Jetty、WebLogic、GlassFish、JBoss、Resin 等 18 个中间件或框架的应用内存马 +- 支持 Filter、Servlet、Listener、NettyHandler、Agent 等常见内存马挂载类型 +- 支持哥斯拉、冰蝎、命令执行功能 +- 支持 Base64、Jar、JSP、常见表达式、常见模板引擎、反序列化等打包方式 \ No newline at end of file