Hosts_scan
Hosts_scan copied to clipboard
这是一个用于IP和域名碰撞匹配访问的小工具,旨意用来匹配出渗透过程中需要绑定hosts才能访问的弱主机或内部系统。
Results
3
Hosts_scan issues
Sort by
recently updated
recently updated
newest added
 running multithread ,and can't stop what is going on ??
版本 Python 3.8.0 WIN10 40行 f.write(info.encode("utf-8") + "\n") 添加不了,后改为 f.write(info + "\n") 33行 info = u'%s\t%s -- %s 数据包大小:%d 标题:%s' % (ip,host,scheme+host,len(res.text),title) 建议第三个实参改为把host去掉 更简洁一点