ReaJason
db87c3f317
test: test order list is important
2025-02-25 01:41:28 +08:00
ReaJason
479b2a0c16
fix: tomcat WebSocket shell not work ( #25 )
2025-02-25 00:11:16 +08:00
ReaJason
a148fa1cb9
refactor: move class
2025-02-25 00:09:44 +08:00
ReaJason
116f1034b0
test: fix failed cases
2025-02-23 18:11:49 +08:00
ReaJason
ede78f3efc
refactor: supported unified test cases provider
2025-02-23 16:44:35 +08:00
ReaJason
358f66ff01
feat: support shell registry for all server
2025-02-23 02:33:09 +08:00
ReaJason
348e86079a
refactor: move members
2025-02-23 02:33:09 +08:00
ReaJason
d9e3e03def
refactor: simplify memshell generate map register
2025-02-23 02:33:09 +08:00
ReaJason
0b10a55f66
test: change deserialize image name
2025-02-20 23:32:00 +08:00
ReaJason
18aa8ed60d
feat: support hessian packer ( #36 )
2025-02-20 22:28:34 +08:00
ReaJason
115b57c62e
test: deserialize test container startup failed
2025-02-19 22:21:17 +08:00
ReaJason
56510c89db
test: add CB4 multi version gadgets integration test
2025-02-19 22:21:17 +08:00
ReaJason
21f9af2f70
test: rm failed case
2025-02-19 00:04:29 +08:00
ReaJason
583abbf9ba
feat: support AntSword shell generate ( #34 )
2025-02-19 00:04:29 +08:00
ReaJason
e71f980991
feat: support cb4 other version payload packers
2025-02-19 00:04:29 +08:00
ReaJason
7fb404f04f
feat: support other middleware suo5 shell
2025-02-15 13:50:04 +08:00
ReaJason
45dc276300
feat: support tomcat suo5 shell
2025-02-15 13:50:04 +08:00
ReaJason
29edaf173a
chore: unify project version
2025-02-02 22:20:47 +08:00
ReaJason
8171da5df3
refactor: rename packer
2025-01-30 20:49:56 +08:00
ReaJason
92e38ae004
feat: support bsh packer
2025-01-30 18:09:44 +08:00
ReaJason
6113ea717f
feat: support rhino and jinjava packer
2025-01-30 17:24:14 +08:00
ReaJason
84b884a3d8
feat: support more expression packer
2025-01-29 22:05:25 +08:00
ReaJason
786e58cafc
feat: support mvel packer
2025-01-29 19:54:17 +08:00
ReaJason
78795f3b95
test: build error
2025-01-27 17:07:18 +08:00
ReaJason
3efe814d30
feat: support multi payload generate
2025-01-27 17:02:32 +08:00
ReaJason
4f69497680
refactor: use platform to manage dependency
...
1. rename Packer.INSTANCE
2. gradle platform is a good thing (resolved #31 )
2025-01-25 20:30:08 +08:00
ReaJason
9291281a4e
refactor: simplify XXLJOB packer
2025-01-23 08:25:44 +08:00
ReaJason
ca4c1d6e4b
feat: support xxl-job executor NettyHandler ( #30 )
...
Only support jdk8, in jdk11 or jdk17 env, you should use file write and use urlClassLoader to load injectorClass or else.
2025-01-22 18:36:19 +08:00
ReaJason
363d0591dc
refactor: rename webflux
2025-01-18 18:28:46 +08:00
ReaJason
fe1a443c0d
refactor: rename springwebmvc
2025-01-18 18:28:46 +08:00
ReaJason
113b174837
feat: support springwebmvc agent shell
...
1. hook point is org.springframework.web.servlet.FrameworkServlet.service
2025-01-18 18:28:46 +08:00
ReaJason
be91430bd5
feat: support JBossAS contextValve agent shell
2025-01-10 01:15:40 +08:00
ReaJason
f92d7207c8
feat: support GlassFish agent shell ( #23 )
...
1. hook point1 is org.apache.catalina.core.ApplicationFilterChain.doFilter
2. hook point2 is org.apache.catalina.core.StandardContextValve.invoke
3. GlassFish use osgi module, cipher class not in web-core, so that should use ContextClassLoader (resolved #23)
2025-01-10 00:56:26 +08:00
ReaJason
5540016f12
feat: support tomcat context valve agent shell
2025-01-10 00:56:26 +08:00
ReaJason
f4bc254ed3
feat: support jetty agent shell ( #19 )
...
1. hook point is org.eclipse.jetty.servlet.ServletHandler.doHandle
2. it doesn't support jetty6, org.mortbay.jetty.servlet.ServletHandler#handle, because ldc visit cannot support java1.4
2025-01-09 01:04:31 +08:00
ReaJason
a6f5ee96d6
feat: support undertow agent shell ( #21 )
...
1. hook point is io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest, resolved #21
2. fix godzilla payload error in some module system that cost my five hour to debug
2025-01-07 23:26:59 +08:00
ReaJason
b272c9739b
ci: was7 failed
2025-01-07 21:18:32 +08:00
ReaJason
99c53b6287
feat: support resin agnet shell(#20)
...
hook point is com.caucho.server.dispatch.FilterFilterChain.doFilter (resolved #20 )
2025-01-07 20:28:51 +08:00
ReaJason
1dfc28cd33
feat: support jbossas agent shell
2025-01-07 10:02:51 +08:00
ReaJason
c44ae3ad4f
test: add nettyHandler test
2025-01-07 10:02:51 +08:00
ReaJason
b5031012ba
feat: use ldc and reflection ( #26 )
...
1. remove servlet-api dependency
2. remove class reference (resolved #26 ), but it doesn't work for java4
2025-01-07 10:02:51 +08:00
ReaJason
5340de9b71
fix: change weblogic agent hook
2025-01-07 10:02:51 +08:00
ReaJason
f71657b11c
fix: was7 agent shell fail sometime
2025-01-07 10:02:51 +08:00
ReaJason
d511a8346f
test: add websphere7 integration test ( resolved #16 )
2025-01-04 23:24:11 +08:00
ReaJason
a6a1cff2c4
ci: websphere agent test failed
2025-01-04 11:18:03 +08:00
ReaJason
371402c144
feat: support was and weblogic agent shell
2025-01-03 22:05:54 +08:00
ReaJason
2b34b80e40
feat: tomcat agent support jdk6
2025-01-03 02:16:51 +08:00
ReaJason
2da2e180cb
feat: support tomcat agent shell ( resolved #12 )
2025-01-03 00:25:56 +08:00
ReaJason
696814fd2c
refactor: simplify code
2024-12-28 00:52:28 +08:00
ReaJason
8fe2b47805
fix: glassfish7 listener failed
2024-12-26 21:34:26 +08:00