Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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