d175075e26
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>
5 lines
53 B
Bash
5 lines
53 B
Bash
#!/bin/sh
|
|
DIR=`pwd`
|
|
cd DATADIR
|
|
./spkproxy.py
|
|
cd $DIR
|