Whatweb 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 OXO Agent for the Whatweb Fingerprinter.
To perform your first scan, simply run the following command.
oxo scan run --install --agent agent/ostorlab/whatweb domain-name tesla.com
This command will download and install agent/ostorlab/whatweb
.
For more information, please refer to the OXO Documentation
Agent Whatweb can be installed directly from the oxo agent store or built from this repository.
oxo agent install agent/ostorlab/whatweb
You can then run the agent with the following command:
oxo scan run --agent agent/ostorlab/whatweb domain-name tesla.com
- To build the whatweb agent you need to have oxo installed in your machine. If you have already installed oxo, you can skip this step.
pip3 install ostorlab
- Clone this repository.
git clone https://github.com/Ostorlab/agent_whatweb.git && cd agent_whatweb
- Build the agent image using oxo cli.
oxo 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:
oxo scan run --agent agent//whatweb domain-name tesla.com
- If you specified an organization when building the image:
oxo scan run --agent agent/[ORGANIZATION]/whatweb domain-name tesla.com