Skip to content

fxckcode/webinfo

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages