Webanalyze
Identify technologies used on websites with Wappalyzer integration
Recon & OSINT8 commands
#technology#fingerprint#wappalyzer#golang
Installation
1Install using Go
2Download Wappalyzer apps.json
3Verify installation
# Install using Go
go install github.com/rverton/webanalyze/cmd/webanalyze@latest
# Download Wappalyzer fingerprints
wget https://raw.githubusercontent.com/AliasIO/wappalyzer/master/src/apps.json
webanalyze -update
# Verify
webanalyze -hBasic Usage
Detect web technologies, frameworks, and analytics tools
# Single host
webanalyze -host example.com
# Multiple hosts from file
webanalyze -hosts hosts.txt
# With subdomains
webanalyze -host example.com -subs
# Output as CSV
webanalyze -host example.com -output csv
# Concurrency
webanalyze -hosts hosts.txt -c 50Command Reference
8 commands
1Single host to analyze
-host2File with list of hosts
-hosts3Include subdomains
-subs4Output format (csv/json)
-output5Concurrency level
-c6Request timeout in seconds
-timeout7Silent mode (only results)
-silent8Update Wappalyzer fingerprints
-updateWhen to Use
1
Recon phase technology profiling2
Identifying targets running vulnerable versions3
Building a tech stack inventory of targets4
Competitive intelligence gatheringNotes & Tips
1
Uses the same fingerprint database as Wappalyzer browser extension2
Much faster than online alternatives for bulk analysis3
Regularly update fingerprints with -update for accuracyCommon Errors & Solutions
Outdated fingerprints
Run webanalyze -update to get the latest Wappalyzer database
No technologies detected
Check if the site is accessible or behind a login page