Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/garethr/zapr-example

An example of using zapr to test railsgoat
https://github.com/garethr/zapr-example

Last synced: 28 days ago
JSON representation

An example of using zapr to test railsgoat

Awesome Lists containing this project

README

        

[![Build
Status](https://travis-ci.org/garethr/zapr-example.svg)](https://travis-ci.org/garethr/zapr-example)

An example of using [Zapr](https://github.com/garethr/zapr) to test a
vulnerable web application, in this case
[Railsgoat](https://github.com/OWASP/railsgoat) from OWASP.

The example uses [Travis](https://travis-ci.org/garethr/zapr-example)
to:

* Install [OWASP
ZAP](https://www.owasp.org/index.php/OWASP_Zed_Attack_Proxy_Project)
* Install and run Railsgoat
* Run Zapr against the running web application

For your own usage you would likely replace Railsgoat with your own web
application under test.