wappalyzer is a web technology fingerprinter capable of detecting CMS, blogging platform, analytics pacakges, JS libraries, web servier and embeded devices.
This repository is an implementation of Ostorlab Agent for the wappalyzer Fingerprinter.
To perform your first scan, simply run the following command.
ostorlab scan run --install --agent agent/ostorlab/wappalyzer domain-name tesla.com
This command will download and install agent/ostorlab/wappalyzer
.
For more information, please refer to the Ostorlab Documentation
Agent wappalyzer can be installed directly from the ostorlab agent store or built from this repository.
ostorlab agent install agent/ostorlab/wappalyzer
You can then run the agent with the following command:
ostorlab scan run --agent agent/ostorlab/wappalyzer domain-name tesla.com
- To build the wappalyzer agent you need to have ostorlab installed in your machine. if you have already installed ostorlab, you can skip this step.
pip3 install ostorlab
- Clone this repository.
git clone https://github.com/Ostorlab/agent_wappalyzer.git && cd agent_wappalyzer
- Build the agent image using ostorlab cli.
ostortlab agent build --file=ostorlab.yaml
You can pass the optional flag --organization
to specify your organisation. The organization is empty by default.
- Run the agent using on of the following commands:
- If you did not specify an organization when building the image:
ostorlab scan run --agent agent//wappalyzer domain-name tesla.com
- If you specified an organization when building the image:
ostorlab scan run --agent agent/[ORGANIZATION]/wappalyzer domain-name tesla.com