反向IP解析器脚本:Reverseip_Py插图

使用 Python 3 编写的 IPAddress.com 反向IP 查找的域解析器。

什么是反向IP

反向 IP 是指查找托管在特定 IP 地址上的所有域名的过程。出于多种原因,这可能很有用,例如识别托管在共享托管服务器上的所有网站或找出哪些网站托管在与特定网站相同的 IP 地址上。

要求

  • beautifulsoup4
  • requests
  • urllib3
反向IP解析器脚本:Reverseip_Py插图1

使用「Python 3.10.8」 在 「Debian」上测试

安装要求

pip3 install -r requirements.txt

如何使用

帮助菜单

python3 reverseip.py -h
usage: reverseip.py [-h] [-t target.com]

options:
-h, --help show this help message and exit
-t target.com, --target target.com
Target domain or IP

反向IP

python3 reverseip.py -t google.com