What is Firing Range?
masterFiring Range is a test bed designed for web application security scanners. It provides synthetic, wide coverage for an array of vulnerabilities to help test the effectiveness of security tools.
repository·master·Indexed 23 days ago
https://github.com/google/firing-rangeA security testing platform providing a synthetic web application environment with various vulnerabilities, designed for testing the effectiveness of web application security scanners.
To run Firing Range on your local machine, you need git and ant installed, along with the App Engine SDK for Java. Follow these steps:
sudo apt-get install git ant.git clone https://github.com/google/firing-range.git.appengine.sdk property in build.xml to point to your unpacked App Engine SDK directory (if it is not in the default ../../ location).ant runserver.The application will be available at http://localhost:8080.
sudo apt-get install git ant
mkdir github && cd github
git clone https://github.com/google/firing-range.git
cd firing-range
# Note: Ensure build.xml 'appengine.sdk' property is set correctly
ant runserver