FProbe 介绍
FProbe是一款HTTP/HTTPS服务器快速探测工具,广大研究人员只需要给FProbe提供一个域名或子域名列表,它就可以帮助我们探测目标域名后台运行的是HTTP服务器还是HTTPS服务器了。
工具安装
GO111MODULE=on go get -u github.com/theblackturtle/fprobe功能介绍
1、该工具可以接受域名/子域名列表,并探测其后端的HTTP/HTTPS服务器;2、在运行时优化RAM和cpu;3、支持域名特殊端口;4、详细的jsON格式,包含Status Code、Content Type和Location;工具使用
Usage of fprobe:
-c int
Concurrency (default 50)
-i string
Input file (default is stdin) (default "-")
-l Use ports in the same line (google.com,2087,2086)
-p value
add additional probe (proto:port)
-s skip the default probes (http:80 and https:443)
-t int
Timeout (seconds) (default 9)
-v Turn on verbose
GitHub:https://github.com/theblackturtle/fprobe
网站描述:一款HTTPHTTPS服务器快速探测工具
FProbe
版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。