Wappalyzer CLI
CLI app based on projectdiscovery/wappalyzergo, forked from Webklex/wappalyzer.
Installation
go install -v github.com/boogah/wappalyzer-cli@main
Usage
wappalyzer-cli --target https://littleroom.studio/ --disable-ssl --output output.txt --json
Example output:
{
"domain": "littleroom.studio",
"results": {
"HSTS": {},
"Image Placeholders:1.2.0": {},
"Modern Image Formats:2.5.1": {},
"MySQL": {},
"Nginx": {},
"PHP": {},
"Performance Lab:3.9.0": {},
"The SEO Framework": {},
"WordPress": {},
"WordPress Block Editor": {},
"WordPress Site Editor": {}
}
}
Available arguments
Usage of wappalyzer:
--target https://example.com/ Target to analyze
--output output_file.txt Output file
--method string Request method (default "GET")
--header value Set additional request headers
--disable-ssl Don't verify the site's SSL certificate
--json JSON output format
--no-color Disable colored output
--silent Don't display any output
--version Show version and exit
Build
git clone https://github.com/boogah/wappalyzer-cli
cd wappalyzer-cli
go build -a -ldflags "-w -s -X main.buildNumber=1 -X main.buildVersion=custom" -o wappalyzer-cli
Security
If you discover any security related issues, please email boogah on Gmail instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.