webinfo is a powerful command-line tool written in Go that analyzes a website's infrastructure, security, and configuration in seconds.
It combines HTTP inspection, SSL certificate analysis, technology fingerprinting, DNS lookup, and WHOIS informationโall with a single command.
- โ HTTP status, headers, redirects, and response time
- ๐ SSL/TLS certificate details (issuer, expiration, validity)
- ๐ง Technology detection using Wappalyzer
- ๐ DNS records: A, AAAA, MX, NS, TXT, CNAME
- ๐ WHOIS information: domain creation, expiration, registrar
- ๐จ Fast and easy to use CLI built with Cobra
git clone https://github.com/fxckcode/webinfo.git
cd webinfo
go build -o webinfogo install github.com/fxckcode/webinfo@latest- Go
- Cobra CLI
- Resty - HTTP client
- WappalyzerGo
- miekg/dns - DNS queries
- likexian/whois
- likexian/whois-parser
webinfo/
โโโ cmd/ # Cobra command setup
โ โโโ root.go
โโโ internal/
โ โโโ analyzer/ # HTTP, SSL, DNS, WHOIS, tech check modules
โโโ main.go # CLI entry point
Pull requests are welcome! For major changes, please open an issue first to discuss what you would like to change.
MIT ยฉ 2025 fxckcode