butian-src-domains

 

补天公益src域名IP地址集合

获取补天公益src域名的小工具,子域名爆破部分主要基于ESD

环境

python3,安装所需依赖pip install -r requirements.txt

用法

files/out目录下为更新源码时最新的域名与ip地址信息,可按需使用

若需要从补天src更新最新的厂商域名地址,可修改config.py中如下配置为自己账号的cookie

BUTIAN_SRC_COOKIES = {
        "PHPSESSID":"your_phpsessid",
        "__DC_gid":"your_gid"
}
usage: src-domains.py [-h] [-uD] [-uDA] [-uSD] [-uA]

optional arguments:
  -h, --help            show this help message and exit
  -uD, --update-domains
                        update domains
  -uDA, --update-all-domains
                        update all domains
  -uSD, --update-subdomains
                        update subdomains
  -uA, --update-all     update all

设置完cookie后执行python src-domains.py -uA 即可开始更新过程

Thx