Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/garethr/zapr-example
- Owner: garethr
- License: mit
- Created: 2014-06-01T16:39:37.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-01T17:54:13.000Z (over 10 years ago)
- Last Synced: 2024-12-11T15:56:16.810Z (about 1 month ago)
- Language: Ruby
- Homepage:
- Size: 152 KB
- Stars: 3
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 applicationFor your own usage you would likely replace Railsgoat with your own web
application under test.