Security_Code/信息收集/Get_Url_Info/readme.md

26 lines
468 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

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.

# 功能
导入网址
自动生成信息
![](/1.png)
# 原理
通过站长之家获取相关的信息咨询
然后使用masscan扫描开放端口
最后使用端口库获取开放端口的相关信息
实现起来并不复杂但是昨晚上了一个夜班后感觉脑子真的不好使了修改BUG修改到八点多才弄完好累
# 注意
这个是去年写的那个时候还是习惯用python2so
python3 用户自己稍微修改下即可