Skip to content
Brendan Coles edited this page Jan 26, 2016 · 2 revisions
# install bundler
sudo gem install bundler

# clone repo
git clone https://github.com/bcoles/ssrf_proxy
cd ssrf_proxy

# install dependencies
bundle install

# list tests
rake -T