https://github.com/baizesec/ip_domain_tool
IP domain collation tool
https://github.com/baizesec/ip_domain_tool
Last synced: over 1 year ago
JSON representation
IP domain collation tool
- Host: GitHub
- URL: https://github.com/baizesec/ip_domain_tool
- Owner: BaizeSec
- Created: 2021-11-02T03:14:46.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-03T13:21:51.000Z (almost 4 years ago)
- Last Synced: 2025-03-21T14:54:38.505Z (over 1 year ago)
- Language: Python
- Size: 379 KB
- Stars: 11
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IP_DOMAIN_TOOL
## IP_域名整理工具 by 白泽Sec-ahui
联系方式:aaaahuia@163.com
### 工具简述:
用于整理零乱的域名和IP列表,适用于从各种网站上粘下来的域名IP列表
### 使用方法:
##### 使用环境:python2
从vt,微步,火线等网站复制IP和域名列表,全都粘贴到一个txt文件中即可。


粘贴到IP_DOMAIN.txt后如下图所示:

##### 参数:
```
-f,--file 指定要处理的文件名,例如:-f C:\IP_DOMAIN.txt
```
Example Usages:
```
python2 IP_DOMAIN_TOOL.py -f C:\IP_DOMAIN.txt
```
会生成两个文件,ip.txt和domain.txt

