7a1cf5082f
Pantera uses an improved version of SpikeProxy to provide a powerful web application analysis engine. Goals: The primary goal of Pantera is to combine automated capabilities with complete manual testing to get the best penetration testing results. WWW: http://www.owasp.org/index.php/Category:OWASP_Pantera_Web_Assessment_Studio_Project PR: ports/105291 Submitted by: Yonatan <onatan at gmail.com>
5 lines
61 B
Bash
5 lines
61 B
Bash
#!/bin/sh
|
|
DIR=`pwd`
|
|
cd %%DATADIR%%
|
|
python pantera.py
|
|
cd $DIR
|