工具介绍
reverseip_py是一款功能强大的IP地址反向查询工具,该工具使用了Python 3开发,并基于IPAddress.com实现其IP地址反向查询功能。
反向 IP 是指查找托管在特定 IP 地址上的所有域名的过程。由于各种原因,这可能很有用,例如识别托管在共享托管服务器上的所有网站,或找出哪些网站托管在与特定网站相同的 IP 地址上。
工具依赖
beautifulsoup4
requests
urllib3
当前版本的reverseip_py已经在Debian(Python 3.10.8)操作系统上进行过测试。
工具下载
由于该工具基于Python 3开发,因此我们首先需要在本地设备上安装并配置好Python 3环境。
git clone https://github.com/yuyudhn/reverseip_py.git
切换到项目目录中,使用pip3命令和项目提供的requirements.txt文件安装该工具所需的依赖组件:
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
工具运行截图
项目地址
reverseip_py:【GitHub传送门】