Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

2 Commits

Repository files navigation

🌐 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

About

🔍 webinfo is a powerful Go-based CLI that performs a full diagnostic of any website. It checks HTTP response, SSL certificates, technologies, DNS records, and WHOIS data—all from a single command.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages