This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 功能
导入网址
自动生成信息

# 原理
通过站长之家获取相关的信息咨询
然后使用masscan扫描开放端口
最后使用端口库获取开放端口的相关信息
实现起来并不复杂,但是昨晚上了一个夜班后感觉脑子真的不好使了,修改BUG修改到八点多才弄完,好累
# 注意
这个是去年写的,那个时候还是习惯用python2,so
python3 用户自己稍微修改下即可