自用的漏洞验证dnslog工具类
class DnslogTool: """ dnslog.cn 工具类 实例化后再使用 """ def __init__(self): self.headers = { 'User-Agent'
1