timkoopmans / rails-cve-lab

Researching CVEs for Rails

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CVE Lab for Ruby on Rails

This lab lets you run different Ruby on Rails versions with Docker, to assist with penetration testing and CVE research.

To build the lab for a CVE, pinned to a specific rails version:

$ CVE=CVE-2019-5418 RAILS_VERSION=5.2.1 make lab

This should spin up the container and make it available on localhost:3000

About

Researching CVEs for Rails

License:MIT License


Languages

Language:Ruby 71.6%Language:HTML 16.1%Language:Dockerfile 2.7%Language:JavaScript 2.6%Language:Makefile 2.5%Language:CSS 1.8%Language:SCSS 1.4%Language:Shell 0.7%Language:CoffeeScript 0.5%