ReaJason
9692ab6e7b
fix: Jakarta WebSocket not work
2025-05-28 01:22:54 +08:00
ReaJason
8558487b6c
refactor: optimize imports
2025-05-28 01:22:54 +08:00
ReaJason
c5ad3e81cb
feat: support TongWeb8
2025-05-28 01:22:54 +08:00
ReaJason
d197691bed
feat: support custom command implementation
2025-05-28 01:22:54 +08:00
ReaJason
a3704eb7b7
feat: use ASM Agent by default
2025-05-28 01:22:54 +08:00
ReaJason
eeed6e45c7
fix: support AES_BASE64 GodzillaWebSocket by default
2025-05-28 01:22:54 +08:00
ReaJason
3c1c1cb8fc
feat: support webAppClassLoader
2025-05-28 01:22:54 +08:00
ReaJason
f52efcb7a2
feat: add websocket godzilla
2025-05-14 00:34:32 +08:00
ReaJason
e68355df8b
feat: support jetty ee8 ~ ee10 env
2025-05-14 00:34:32 +08:00
ReaJason
8bb338d5a1
fix: ws command encryptor not work
2025-05-14 00:34:32 +08:00
ReaJason
0e2abdecb3
fix: downgrade runtime.exec
2025-05-14 00:34:32 +08:00
ReaJason
f934e1e7ed
fix: forkAndExec jdk7 & jdk11
2025-05-14 00:34:32 +08:00
ReaJason
330544c7f7
feat: support Primeton App Server
2025-05-14 00:34:32 +08:00
ReaJason
0fe51f8ec0
fix: JDK6 forkAndExec run failed
2025-05-14 00:34:32 +08:00
ReaJason
e59678188a
feat: command unsafe bypass RASP
2025-05-14 00:34:32 +08:00
ReaJason
565d05340e
feat: support command encryptor
2025-05-14 00:34:32 +08:00
ReaJason
761de0af90
refactor: dynamic add getFieldValue method for Listener
2025-05-14 00:34:32 +08:00
ReaJason
50a9aec83c
style: unify fetch threads
2025-05-14 00:34:32 +08:00
ReaJason
a0e9dfbc85
fix: SpringBoot Undertow and Jetty Shell inject failed
2025-04-23 00:10:48 +08:00
ReaJason
98281f0eae
fix: SpringBoot Tomcat Shell Inject failed
2025-04-23 00:10:48 +08:00
ReaJason
29f854c6dd
refactor: format code
2025-04-12 21:48:23 +08:00
ReaJason
da5db939be
feat: support maven deploy
2025-04-06 13:55:17 +08:00
ReaJason
8deff1c8d9
feat: add Godzilla MethodVisitor (but not working for now)
2025-03-30 15:33:31 +08:00
ReaJason
3ced92f2d0
feat: support asm relocate to ignore server inner asm
2025-03-30 15:33:31 +08:00
ReaJason
c93ab0e7e0
feat: support other server command agent with asm ( #51 )
2025-03-30 15:33:31 +08:00
ReaJason
89cd4fef62
feat: support jetty command agent with asm ( #51 )
2025-03-30 15:33:31 +08:00
ReaJason
a042900052
feat: support undertow agent with asm ( #51 )
2025-03-30 15:33:31 +08:00
ReaJason
dd4832a5a8
feat: support command agent with asm on filterChain and contextValve ( #51 )
2025-03-30 15:33:31 +08:00
ReaJason
d97ddbd1cc
perf: simplify jetty getContext method
2025-03-30 15:33:31 +08:00
ReaJason
452e057bd1
fix: NeoreGeorg proxy not work
2025-02-28 23:24:31 +08:00
ReaJason
c95a6da29f
refactor: simplify valve shell code
2025-02-28 22:40:45 +08:00
ReaJason
b7c6303966
feat: support Neo-reGeorg shell generate ( #35 )
2025-02-28 22:35:14 +08:00
ReaJason
479b2a0c16
fix: tomcat WebSocket shell not work ( #25 )
2025-02-25 00:11:16 +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
76a78f14e0
refactor: simplify valve shell register
2025-02-23 02:33:09 +08:00
ReaJason
33a9008ecb
chore: rm debug log
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
583abbf9ba
feat: support AntSword shell generate ( #34 )
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
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
5bed6c877d
feat: suport bes agent shell
2025-01-10 01:07:34 +08:00
ReaJason
633508ceda
feat: support TongWeb agent shell
2025-01-10 00:56:58 +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
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