Skip to content

Webklex/wappalyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wappalyzer CLI

Cli app based upon projectdiscovery/wappalyzergo.

Installation

go install -v github.com/webklex/wappalyzer@main

Usage

wappalyzer --target https://www.google.com/ --disable-ssl --output output.txt --json

Example output:

{
  "Google Web Server":{},
  "HSTS":{},
  "HTTP/3":{}
}

Available arguments

Usage of wappalyzer:
  -target string  Target to analyze
  -output string  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 color output
  -silent         Don't display any output
  -version        Show version and exit

Build

git clone https://github.com/webklex/wappalyzer
cd wappalyzer
go build -a -ldflags "-w -s -X main.buildNumber=1 -X main.buildVersion=custom" -o wappalyzer

Security

If you discover any security related issues, please email github@webklex.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

About

Cli app based upon https://github.com/projectdiscovery/wappalyzergo

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages