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官方网站
官方网站:
如果觉得 网站内容还不错,欢迎将 网站 推荐给程序员好友。
声明:本文来自网络,不代表【好得很程序员自学网】立场,转载请注明出处:http://haodehen.cn/did176937