CLI app based on projectdiscovery/wappalyzergo, forked from Webklex/wappalyzer.
go install -v github.com/boogah/wappalyzer-cli@mainwappalyzer-cli --target https://littleroom.studio/ --disable-ssl --output output.txt --jsonExample 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": {}
}
}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 exitgit 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-cliIf you discover any security related issues, please email boogah on Gmail instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.