Merge pull request #23 Merge internal changes to the firing range.
Merge pull request #23
Merge internal changes to the 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.
sudo apt-get install git ant
mkdir github && cd github
git clone https://github.com/google/firing-range.git
cd firing-range
build.xml
appengine.sdk
../../
ant runserver
The application then will be run locally at http://localhost:8080
See the LICENSE file.
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
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
sudo apt-get install git antmkdir github && cd githubgit clone https://github.com/google/firing-range.gitcd firing-rangebuild.xmlso that theappengine.sdkproperty points to the directory where you unpacked the appengine SDK (you could also unpack it on../../, which is the default)ant runserverThe application then will be run locally at http://localhost:8080
License information
See the LICENSE file.