Skip to content

My alternatif wappylyzer - πŸ” A fast and simple CLI tool to detect website technologies using Wappalyzer's fingerprinting engine written in Go.

0day-md/whatstack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🧠 WhatStack

WhatStack is a lightweight command-line tool that identifies the technologies used by a website. It uses the Wappalyzer Go library to fingerprint frameworks, CMSs, web servers, JavaScript libraries, and more β€” based on HTTP headers and HTML content.

πŸ” Ideal for developers, bug bounty hunters, and researchers who want quick insight into a site's tech stack.


πŸš€ Features

  • Detects web technologies with high accuracy
  • Skips sites with bot protections (e.g., Cloudflare)
  • Simple, fast, no unnecessary bloat
  • Optionally save results to a file

πŸ’‘ Inspired By

This tool is inspired by and powered by:

πŸ”— github.com/projectdiscovery/wappalyzergo A Go implementation of Wappalyzer’s fingerprinting logic.

Big thanks to the ProjectDiscovery team!


πŸ› οΈ Installation

  1. Clone the repo:
git clone https://github.com/yourusername/whatstack.git
cd whatstack
  1. Build the binary:
go build -o whatstack

Requires Go 1.18+


πŸ“¦ Usage

./whatstack -d example.com

Optional Flags:

Flag Description
-d Domain to analyze (required)
-o Output file to save the results

Example:

./whatstack -d wikipedia.org -o stack.txt

🧱 Sample Output

πŸ” Technologies detected:
- MediaWiki
- PHP
- jQuery
βœ… Results saved to stack.txt

⚠️ Notes

  • Sites with bot protections (e.g., Cloudflare, DDoS-Guard, captchas) are automatically skipped.
  • Requests time out after 10 seconds to avoid hangs or slow responses.

πŸ“„ License

MIT License β€” see LICENSE for details.


πŸ‘¨β€πŸ’» Author

Made with πŸ› οΈ by 0day.md GitHub: @0day-md


Let me know if you want a version with badges or GitHub Actions support!

About

My alternatif wappylyzer - πŸ” A fast and simple CLI tool to detect website technologies using Wappalyzer's fingerprinting engine written in Go.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages