目录


- def socket_domain():
- with open('../dict/subdomain-top160k.txt') as file:
- domain_list = file.readlines()
-
- for domain in domain_list:
- try:
- ip = socket.gethostbyname(f'{domain.strip()}.woniuxy.com')
- print(f'{domain.strip()}.woniuxy.com, {ip}')
- except socket.gaierror:
- pass

![]()
dnsenum -f /usr/share/dnsenum/dns.txt woniuxy.com
http://z.zcjun.com/
