Firing Range is a test bed for web application security scanners, providing synthetic, wide coverage for an array of vulnerabilities.
It can be deployed as a Google App Engine application. A public instance is running at https://public-firing-range.appspot.com.
sudo apt-get install git ant
- Download the Appengine SDK for Java from http://cloud.google.com/appengine/downloads and unzip it in a directory.
mkdir github && cd github
git clone https://github.com/google/firing-range.git
cd firing-range
- Modify
build.xml
so that theappengine.sdk
property points to the directory where you unpacked the appengine SDK (you could also unpack it on../../
, which is the default) ant runserver
The application then will be run locally at http://localhost:8080
See the LICENSE file.