webinfo 是一个高并发网站信息获取工具,可用于
更新记录
webinfo使用go语言编写
golang
协程优势,快速扫描获取网站全面信息git clone https://github.com/aeverj/weblive.git
cd weblive
go build weblive.go
将待扫描目标放到当前目录下input.txt文件中,执行程序
weblive -iF input.txt
weblive -H "X-Forwarded-For:127.0.0.1" -H "X-Originating-IP:127.0.0.1"
weblive -M POST -dataFile post数据文件路径
weblive -ports 80,443,8000
weblive -path /admin/login.html
结果会放到result文件夹中,网站信息保存为CSV表格
URL | Redirect | Title | Status_Code | IP | CDN | Finger |
---|---|---|---|---|---|---|
https://www.baidu.com | https://www.baidu.com | 百度一下,你就知道 | 200 | 182.61.200.7,182.61.200.6 | false | jQuery |
https://github.com | https://github.com | The world’s leading software development platform · GitHub | 200 | 13.250.177.223 | false | Ruby on Rails,GitHub Pages,Bootstrap |
https://studygolang.com/ | https://studygolang.com/ | 首页 - Go语言中文网 - Golang中文社区 | 200 | 59.110.219.94 | false | jQuery,Bootstrap,Google AdSense,Marked,Gravatar,Nginx,Font Awesome |