Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Afant1/RemoteObjectInvocationHandler

bypass JEP290 RaspHook code
https://github.com/Afant1/RemoteObjectInvocationHandler

Last synced: 22 days ago
JSON representation

bypass JEP290 RaspHook code

Awesome Lists containing this project

README

        

# RemoteObjectInvocationHandler
bypass JEP290 RaspHook code,Hook InvokeRemoteMethod 函数,替换成URLDNS gadget
## Usage
**1、mvn package 打好jar包**

**2、运行RmiServer**

**3、运行RmiClient前,VM options参数填写:-javaagent:C:\Users\xxx\InvokeRemoteMethod\target\rasp-1.0-SNAPSHOT.jar**

**4、最终会hook住RemoteObjectInvocationHandler函数,修改第三个参数为URLDNS gadget**

**bypass jep290攻击rmi文章已首发在安全客:https://www.anquanke.com/post/id/200860**

参考链接:

https://mogwailabs.de/blog/2019/03/attacking-java-rmi-services-after-jep-290/

https://github.com/linxin26/javarespdemo/