freebsd-ports/security/spike-proxy/scripts/spkproxy.sh
Pav Lucistnik d175075e26 Add spike-proxy, a professional-grade tool for looking for application-level
vulnerabilities in web applications. SPIKE Proxy covers the basics, such as SQL
Injection and cross-site-scripting, but it's completely open Python
infrastructure allows advanced users to customize it for web applications that
other tools fall apart on.

PR:		ports/69943
Submitted by:	Yonatan <Yonatan@Xpert.com>
2004-11-11 21:10:05 +00:00

5 lines
53 B
Bash

#!/bin/sh
DIR=`pwd`
cd DATADIR
./spkproxy.py
cd $DIR