https://github.com/webklex/wappalyzer
Cli app based upon https://github.com/projectdiscovery/wappalyzergo
https://github.com/webklex/wappalyzer
Last synced: about 1 year ago
JSON representation
Cli app based upon https://github.com/projectdiscovery/wappalyzergo
- Host: GitHub
- URL: https://github.com/webklex/wappalyzer
- Owner: Webklex
- License: mit
- Created: 2022-10-12T06:19:54.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-12T06:26:00.000Z (over 3 years ago)
- Last Synced: 2025-01-30T19:55:47.170Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 4.88 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wappalyzer CLI
Cli app based upon [projectdiscovery/wappalyzergo](https://github.com/projectdiscovery/wappalyzergo).
## Installation
```bash
go install -v github.com/webklex/wappalyzer@main
```
## Usage
```bash
wappalyzer --target https://www.google.com/ --disable-ssl --output output.txt --json
```
Example output:
```json
{
"Google Web Server":{},
"HSTS":{},
"HTTP/3":{}
}
```
### Available arguments
```bash
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
```bash
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
- [Webklex][link-author]
- [projectdiscovery/wappalyzergo](https://github.com/projectdiscovery/wappalyzergo)
- [All Contributors][link-contributors]
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
[link-author]: https://github.com/webklex
[link-contributors]: https://github.com/webklex/wappalyzer/graphs/contributors