All Projects → aeverj → weblive

aeverj / weblive

Licence: other
批量获取网站基本信息

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to weblive

urlscanio
CLI tool which uses URLScan to scan websites and download corresponding screenshots and DOMs.
Stars: ✭ 30 (-54.55%)
Mutual labels:  urlscan
jawfish
Tool for breaking into web applications.
Stars: ✭ 84 (+27.27%)
Mutual labels:  scanners
Nginx Ultimate Bad Bot Blocker
Nginx Block Bad Bots, Spam Referrer Blocker, Vulnerability Scanners, User-Agents, Malware, Adware, Ransomware, Malicious Sites, with anti-DDOS, Wordpress Theme Detector Blocking and Fail2Ban Jail for Repeat Offenders
Stars: ✭ 2,351 (+3462.12%)
Mutual labels:  scanners
Scanners Box
A powerful hacker toolkit collected more than 10 categories of open source scanners from Github - 安全行业从业者自研开源扫描器合辑
Stars: ✭ 5,590 (+8369.7%)
Mutual labels:  scanners
Arachni
Web Application Security Scanner Framework
Stars: ✭ 2,942 (+4357.58%)
Mutual labels:  scanners
APSoft-Web-Scanner-v2
Powerful dork searcher and vulnerability scanner for windows platform
Stars: ✭ 96 (+45.45%)
Mutual labels:  scanners
Niffler
Niffler: A DICOM Framework for Machine Learning and Processing Pipelines.
Stars: ✭ 52 (-21.21%)
Mutual labels:  scanners
PSURLScanio
🔎 Use urlscan.io with PowerShell!
Stars: ✭ 31 (-53.03%)
Mutual labels:  urlscan
urlscan
👀 Analyze Websites and Resources They Request
Stars: ✭ 21 (-68.18%)
Mutual labels:  urlscan

webinfo

webinfo 是一个高并发网站信息获取工具,可用于

  • 获取到目标相关子域名大量资产后(支持包括IP段,域名),进行存活扫描
  • 可自定义header、请求方法、请求体、请求路径、端口,可设定是否跟踪301跳转
  • 获取域名解析的ip,识别cdn,轻量级识别指纹、获取标题
  • 可以自定义app.json文件,进行自定义的指纹识别,app.json配置教程最新版app.json下载

webinfo使用go语言编写

  • 发挥golang协程优势,快速扫描获取网站全面信息
  • 多平台通用

安装

git clone https://github.com/aeverj/weblive.git
cd weblive
go build weblive.go

开始使用

👉 weblive 帮助 👈
Usage of webinfo.exe:
  -H value
        Custom Header
  -M string
        Request Method (default "GET")
  -dataFile string
        The Post data file path
  -follow_redirects
        Follow Redirects
  -iF string
        Load urls from file (default "input.txt")
  -output string
        Output file
  -path string
        Request Path (default "/")
  -ports string
        Custom ports
  -threads int
        Number of threads (default 50)
  -timeout int
        Timeout in seconds (default 3)

直接使用

将待扫描目标放到当前目录下input.txt文件中,执行程序
weblive

自定义header

weblive -H "X-Forwarded-For:127.0.0.1" -H "X-Originating-IP:127.0.0.1"

自定义请求方法 GET|POST ,可支持自定义post数据

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].