8000 GitHub - Ostorlab/agent_zap: Agent implementation of the Zed Attack Proxy (ZAP) security scanner. ZAP is a very popular web scanner and proxy maintained by the OWASP org.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Agent implementation of the Zed Attack Proxy (ZAP) security scanner. ZAP is a very popular web scanner and proxy maintained by the OWASP org.

License

Notifications You must be signed in to change notification settings

Ostorlab/agent_zap

Repository files navigation

Agent Zap

zap is a popular web security scanner supported by the OWASP.


agent-zap

This repository is an implementation of OXO Agent for the zap Fingerprinter.

Getting Started

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

Usage

Agent zap can be installed directly from the oxo agent store or built from this repository.

Install directly from oxo agent store

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

Build directly from the repository

  1. 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
  1. Clone this repository.
git clone https://github.com/Ostorlab/agent_zap.git && cd agent_zap
  1. 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.

  1. 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

agent-zap-vulnz-list

agent-zap-vulnz-describe

License

Apache-2

About

Agent implementation of the Zed Attack Proxy (ZAP) security scanner. ZAP is a very popular web scanner and proxy maintained by the OWASP org.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 14

0