zap is a popular web security scanner supported by the OWASP.
This repository is an implementation of OXO Agent for the zap Fingerprinter.
To perform your first scan, simply run the following command.
oxo scan run --install --agent agent/ostorlab/zap domain-name tesla.com
This command will download and install agent/ostorlab/zap
.
For more information, please refer to the OXO Documentation
Agent zap can be installed directly from the oxo agent store or built from this repository.
oxo agent install agent/ostorlab/zap
You can then run the agent with the following command:
oxo scan run --agent agent/ostorlab/zap domain-name tesla.com
- To build the zap 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_zap.git && cd agent_zap
- Build the agent image using oxo cli.
oxo agent build --file=ostorlab.yaml --force
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//zap domain-name tesla.com
- If you specified an organization when building the image:
oxo scan run --agent agent/[ORGANIZATION]/zap domain-name tesla.com