Skip to content

bewhale/RPC-DETECT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

RPC-DETECT

RPC-DETECT

通过Windows RPC批量多线程 对HTTP、DNS协议进行出网情况探测

使用 https://www.fuzz.red/ 平台

使用方法

// 指定单个ip
python RPC-DETECT.py -t 192.168.1.8 -u administrator -p 123456
// 指定CIDR格式
python RPC-DETECT.py -t 192.168.1.1/24 -u administrator -p 123456 
// 从文件导入ip地址
python RPC-DETECT.py -f ip.txt -u administrator -p 123456 
// 使用HASH认证
python RPC-DETECT.py -t 192.168.1.8 -u administrator -H :32ed87bdb5fdc5e9cba88547376818d4
// 指定线程
python RPC-DETECT.py -t 192.168.1.1/24 -u administrator -H :32ed87bdb5fdc5e9cba88547376818d4 -t 100

参考文章

https://payloads.online/archivers/2022-03-04/1/
https://s3cur3th1ssh1t.github.io/On-how-to-access-protected-networks/
https://github.com/SecureAuthCorp/impacket

About

通过Windows RPC批量多线程 对HTTP、DNS协议 进行 出网情况探测

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages