摘要: 域名批量解析,快速确认域名的存活性及IP地址,脚本中包含了具体的用法和简要说明 #!/usr/bin/env python # -*- coding:utf-8 -*- # python3.6 from socket import gethostbyname import argparse def 阅读全文
posted @ 2020-11-05 14:14 g7y12 阅读(776) 评论(0) 推荐(0) 编辑
摘要: 概述 处理多DNS批量解析nslookup 输入文件格式为: 输出文档格式为: Usage: python3 domain.py # coding=utf-8 import subprocess import csv def get_nslookup(domain, dns): res = subp 阅读全文
posted @ 2020-11-05 13:58 g7y12 阅读(1755) 评论(0) 推荐(0) 编辑