Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 .以太坊"偷渡"漏洞利用和蜜罐工具集.
- Host: GitHub
- URL: https://github.com/lcatro/etherum_rpc_steal
- Owner: lcatro
- Created: 2018-08-22T12:16:16.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-23T10:02:39.000Z (almost 6 years ago)
- Last Synced: 2024-07-17T10:57:53.095Z (4 months ago)
- Language: Python
- Size: 250 KB
- Stars: 39
- Watchers: 7
- Forks: 22
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome-honeypot - **17**星
- awesome-hacking-lists - lcatro/etherum_rpc_steal - The Etherum RPC Steal Toolset and honeypot .以太坊"偷渡"漏洞利用和蜜罐工具集. (Python)
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