wappalyzer

command module
v0.0.0-...-7e673c7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 12, 2022 License: MIT, MIT Imports: 11 Imported by: 0

README

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.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL