Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 476 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 476 Bytes

rips-docker

Docker image for Re-Inforce Programming Security (RIPS).

Installation

Pull from docker hub:

docker pull gsfish/rips-docker

Build from source:

git clone https://github.com/gsfish/rips-docker.git
docker build -t rips-docker .

Usage

docker run -d --rm -p 127.0.0.1:8000:80 -v <PATH_TO_YOUR_TARGET>:/target gsfish/rips-docker

visit http://localhost:8000 and start a scan for /target