扫一扫分享
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
手机预览