New penetration testing suite, based on security/spike-proxy. At last, I sat down and coded something in sh that will help all those poor "but we need to drop the scheme into the database" ports (off the top of my head - ACID, which was replaces by BASE, and any number of PHP based CMS, blog engines, etc). Feel free to make this script prettyer. It is named pantera-install.sh . pantera.sh, otoh, is a small hack, like in spike-proxy, that goes to the pantera directory before running, or some of the "includes" will fail. If you feel like fixing it in the code, go ahead. I chose to depend on mysql51 arbitrarily. 5.0 is the documented requirement. Works for me. Fix: Sponsored by Afarsec. How-To-Repeat: N/A
Responsible Changed From-To: freebsd-ports-bugs->ahze Grab
Responsible Changed From-To: ahze->freebsd-ports-bugs Turn over to freebsd-ports-bugs, I'm kinda busy right now sorry.
Responsible Changed From-To: freebsd-ports-bugs->gabor Take.
gabor 2006-12-25 20:08:15 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/pantera Makefile distinfo pkg-descr pkg-plist security/pantera/files pantera.sh.in pkg-message.in security/pantera/scripts pantera-install.sh Log: Overview: 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> Revision Changes Path 1.845 +1 -0 ports/security/Makefile 1.1 +43 -0 ports/security/pantera/Makefile (new) 1.1 +3 -0 ports/security/pantera/distinfo (new) 1.1 +5 -0 ports/security/pantera/files/pantera.sh.in (new) 1.1 +9 -0 ports/security/pantera/files/pkg-message.in (new) 1.1 +9 -0 ports/security/pantera/pkg-descr (new) 1.1 +277 -0 ports/security/pantera/pkg-plist (new) 1.1 +101 -0 ports/security/pantera/scripts/pantera-install.sh (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed with changes: - Use SUB_FILES and SUB_LIST to process pantera.sh and pkg-message. You can use this method with any file, you just need to place the unedited version into the files subdirectory with a .in ending. This is done in the post-patch stage and you will find the processed files in WRKDIR. - This sort of dependency using with MySQL might create conflicts and doesn't allow the user to choose the desired version at all. You can solve this by using USE_MYSQL and MYSQL_VER. Thanks for your work on this port! Regards, Gabor Kovesdan