Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ethushiroha/JavaAgentTools
用Java agent实现内存马等功能
https://github.com/ethushiroha/JavaAgentTools
Last synced: 22 days ago
JSON representation
用Java agent实现内存马等功能
- Host: GitHub
- URL: https://github.com/ethushiroha/JavaAgentTools
- Owner: ethushiroha
- Created: 2021-04-01T09:50:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-27T08:55:56.000Z (over 1 year ago)
- Last Synced: 2024-08-05T17:36:45.655Z (4 months ago)
- Language: Java
- Size: 11.3 MB
- Stars: 186
- Watchers: 4
- Forks: 28
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - ethushiroha/JavaAgentTools - 用Java agent实现内存马等功能 (Java)
README
# JavaAgentTools
参考文章:
- Java内存马
- 上:https://mp.weixin.qq.com/s/YVwqD6SwUq_jkEe_9afBCg
- 下:https://mp.weixin.qq.com/s/gmKSmW5SIME8lWKj8bvhWw## 20230727
**以后的功能点添加基本都在 AgentWithShell 里面了,那里面的 [readme](./AgentWithShell/Readme.md) 会更新**
## 2022/11/15
更新了 agent,发现一种特殊情况————使用 systemctl 启动 jar,会导致attach的时候报 `AttachNotSupportedException: Unable to open socket file` 异常。在研究之后解决问题,更新代码。## 2021.8.31
更新了各个项目中的 Readme