Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lcatro/etherum_rpc_steal

The Etherum RPC Steal Toolset and honeypot .以太坊"偷渡"漏洞利用和蜜罐工具集.
https://github.com/lcatro/etherum_rpc_steal

Last synced: 3 months ago
JSON representation

The Etherum RPC Steal Toolset and honeypot .以太坊"偷渡"漏洞利用和蜜罐工具集.

Awesome Lists containing this project

README

        

## ETH RPC steal tool

The Etherum RPC Steal toolset .Get More Information Access Link : https://paper.seebug.org/656/ .

Tool Running Example :

![pic.png](pic.png)

### eth_rpc_scan.py

Etherum RPC Node Scanner .

Envirment : **Python 3.7**

Dependency : **requests,web3py**

Using : python3 eth_rpc_scan.py network_session [node_port]

Example : python3 eth_rpc_scan.py 47.74.0.0/11

### eth_rpc_monitor.py

Etherum RPC Node Steal Tool .

Envirment : **Python 3.7**

Dependency : **web3py**

Using : python3 eth_rpc_monitor.py [node_ip_list_file]

Example : python3 eth_rpc_monitor.py scan_data_1534074099097.txt

### eth_rpc_cli.py

Dispatch the Steal Task to eth_rpc_monitor.py .

Envirment : **Python Anything**

Dependency : Nothing

Using : python eth_rpc_cli.py ip [ port ]

Example : python3 eth_rpc_cli.py 127.0.0.1

## ETH RPC honeypot

Etherum RPC honeypot node for collect Attacker information .

Envirment : **Python Anything**

Dependency : **Tornado ,requests**

Using : python eth_rpc_honeypot.py