Skip to content

Webanalyze

CLI port of Wappalyzer technology detection

Description

Webanalyze is a CLI version of Wappalyzer. It uses the same technology fingerprints as Wappalyzer to detect web technologies, but runs entirely from the command line, making it perfect for scripted workflows and pipelines.

Installation

BASH
go install github.com/rverton/webanalyze/cmd/webanalyze@latest

# Update technology definitions
webanalyze -update

Basic Usage

BASH
# Scan a host
webanalyze -host https://target.com

# Update fingerprints
webanalyze -update

Advanced Usage

BASH
# Multiple hosts from file
webanalyze -hosts targets.txt

# CSV output
webanalyze -host https://target.com -output csv

# Workers
webanalyze -hosts targets.txt -worker 10

# Custom apps file
webanalyze -host https://target.com -apps custom-technologies.json