Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/JDArmy/RPCSCAN

RPC远程主机信息匿名扫描工具
https://github.com/JDArmy/RPCSCAN

Last synced: about 1 month ago
JSON representation

RPC远程主机信息匿名扫描工具

Awesome Lists containing this project

README

        

# RPCSCAN

RPC远程主机信息匿名扫描工具。通过此工具,能在没有帐号密码的情况下,获取远程主机的RPC映射图,通过uuid来匹配相关进程达到主机信息收集的目的。(当前支持360.exe和VPN api的探测,后续将继续添加更多的程序支持)

## Install

将rpcscan.dll和rpcscan.cna放同一个目录,后用CS导入CNA即可

## Usage

```
beacon> ? rpcscan
Use: rpcscan [ips] [thread num]

rpc info scan and get process
```

扫描单ip:`rpcscan 172.16.178.5`

![image-20220304130326063](./README/image-20220304130326063.png)

100线程扫描172.16.178.5的C段:`rpcscan 172.16.178.5/24 100`

![image-20220304130302359](./README/image-20220304130302359.png)