Skip to content

raminfp/firing-range

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is Firing Range?

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 is running at https://public-firing-range.appspot.com.

Local installation instructions

  1. sudo apt-get install git ant
  2. Download the Appengine SDK for Java from http://cloud.google.com/appengine/downloads and unzip it in a directory.
  3. mkdir github && cd github
  4. git clone https://github.com/google/firing-range.git
  5. cd firing-range
  6. Modify build.xml so that the appengine.sdk property points to the directory where you unpacked the appengine SDK (you could also unpack it on ../../, which is the default)
  7. ant runserver

The application then will be run locally at http://localhost:8080

License information

See the LICENSE file.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 69.8%
  • HTML 30.1%
  • JavaScript 0.1%