Skip to content

Latest commit

 

History

History
71 lines (48 loc) · 1.82 KB

File metadata and controls

71 lines (48 loc) · 1.82 KB

🌐 webinfo

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.


🚀 Features

  • 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

📦 Installation

Clone and build:

git clone https://github.com/fxckcode/webinfo.git
cd webinfo
go build -o webinfo

Or install with go install:

go install github.com/fxckcode/webinfo@latest

🛠️ Tech Stack


📂 Project Structure

webinfo/
├── cmd/               # Cobra command setup
│   └── root.go
├── internal/
│   └── analyzer/      # HTTP, SSL, DNS, WHOIS, tech check modules
├── main.go            # CLI entry point

🤝 Contributing

Pull requests are welcome! For major changes, please open an issue first to discuss what you would like to change.


📄 License

MIT © 2025 fxckcode