Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/google/firing-range
https://github.com/google/firing-range
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/google/firing-range
- Owner: google
- License: apache-2.0
- Archived: true
- Created: 2014-09-17T16:22:46.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2020-11-13T16:17:41.000Z (about 4 years ago)
- Last Synced: 2024-09-21T15:47:03.951Z (3 months ago)
- Language: Java
- Size: 186 KB
- Stars: 1,377
- Watchers: 99
- Forks: 242
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - google/firing-range - (Java)
README
# 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 running at https://public-firing-range.appspot.com.# Local installation instructions
1. `sudo apt-get install git ant`
1. Download the Appengine SDK for Java from
http://cloud.google.com/appengine/downloads and unzip it in a directory.
1. `mkdir github && cd github`
1. `git clone https://github.com/google/firing-range.git`
1. `cd firing-range`
1. 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)
1. `ant runserver`The application then will be run locally at http://localhost:8080
# License information
See the LICENSE file.