Linux command
wappalyzer 命令
网络
复制后可按需替换文件名、目录或参数。
常用示例
Scan a single URL
wappalyzer -i https://example.com
Scan URLs from file
wappalyzer -i [urls.txt] -t [10]
Export results to JSON
wappalyzer -i https://example.com -oJ [results.json]
Using webanalyze (Go version)
webanalyze -host https://example.com
Update technology fingerprints
webanalyze -update
Scan multiple hosts from file
webanalyze -hosts [urls.txt] -output json
说明
wappalyzer identifies technologies used on websites including CMS platforms, JavaScript frameworks, analytics tools, and server software. It uses pattern matching against HTML, headers, cookies, and JavaScript variables. Multiple CLI implementations exist: the Python wappalyzer package (requires Firefox/geckodriver), webanalyze (Go-based, standalone), and wappybird (multithreaded). All use fingerprints from the Wappalyzer project. The tools are useful for security assessments, competitive analysis, and technology inventory. They can process single URLs or batch scan from files.
FAQ
What is the wappalyzer command used for?
wappalyzer identifies technologies used on websites including CMS platforms, JavaScript frameworks, analytics tools, and server software. It uses pattern matching against HTML, headers, cookies, and JavaScript variables. Multiple CLI implementations exist: the Python wappalyzer package (requires Firefox/geckodriver), webanalyze (Go-based, standalone), and wappybird (multithreaded). All use fingerprints from the Wappalyzer project. The tools are useful for security assessments, competitive analysis, and technology inventory. They can process single URLs or batch scan from files.
How do I run a basic wappalyzer example?
Run `wappalyzer -i https://example.com` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
Where can I find more wappalyzer examples?
This page includes 6 examples for wappalyzer, plus related commands for nearby Linux tasks.