webanalyze: Port of Wappalyzer in Go to automate scanning
webanalyze
This is a port of Wappalyzer (uncovers technologies used on websites) in go to automate scanning. This tool is designed to be performant and allows to test huge lists of hosts.
Installation
$ go get -u github.com/rverton/webanalyze/…
Usage
$ webanalyze -update
./webanalyze:
-apps string
app definition file. (default “apps.json”)
-host string
single host to test
-hosts string
list of hosts to test, one host per line.
-output string
output format (stdout|csv|json) (default “stdout”)
-update
update apps file
-worker int
number of worker (default 4)
The -update flags downloads a current version of apps.json from the wappalyzer repository to the current folder.
Example
Source: https://github.com/dutchcoders/