whopper
v0.1.8
Published
Whopper is a CLI tool that discovers and detects web technologies used on websites.
Readme
Whopper
A CLI tool that detects web technologies used by websites, similar to Wappalyzer or BuiltWith.
📦 Installation
You can install Whopper using npm:
npm install -g whopper🚀 Usage
To analyze a website, run the following command:
$ whopper
██╗ ████╗ ██╗██████╗██████╗██████╗█████████████╗
██║ ████║ ████╔═══████╔══████╔══████╔════██╔══██╗
██║ █╗ ███████████║ ████████╔██████╔█████╗ ██████╔╝
██║███╗████╔══████║ ████╔═══╝██╔═══╝██╔══╝ ██╔══██╗
╚███╔███╔██║ ██╚██████╔██║ ██║ █████████║ ██║
╚══╝╚══╝╚═╝ ╚═╝╚═════╝╚═╝ ╚═╝ ╚══════╚═╝ ╚═╝
Whopper - A web technology detection tool
Usage: whopper [options] [command]
A CLI tool that discovers and detects web technologies used on websites.
Options:
-v, --version output the version number
-h, --help display help for command
Commands:
detect [options] <url> Detects technologies used on the specified website URL.
help [command] display help for commandThis command will analyze the specified URL and output the detected technologies.
✨ Features
- Detects a wide range of web technologies including CMS, frameworks, libraries, and more.
- Provides detailed information about each detected technology.
- Easy-to-use command-line interface.
- Regularly updated technology database.
- Open-source and community-driven.
🛠️ Development
To contribute to Whopper, clone the repository and install the dependencies:
git clone https://github.com/0n1shi/whopper
cd $_
npm install
npm linkReleasing a New Version
To release a new version:
npm version patch # or minor, major
git push --follow-tags
npm publish