Wapiti allows you to audit the security of your web applications. It's written in Python and acts like a fuzzer. It can inject data, too.
Responsible Changed From-To: freebsd-ports-bugs->rafan I'll take it.
rafan 2007-10-04 13:21:39 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/wapiti Makefile distinfo pkg-descr Log: Wapiti allows you to audit the security of your web applications. It performs "black-box" scans, i.e. it does not study the source code of the application but will scans the webpages of the deployed webapp, looking for scripts and forms where it can inject data. Once it gets this list, Wapiti acts like a fuzzer, injecting payloads to see if a script is vulnerable. WWW: http://wapiti.sourceforge.net/ PR: ports/116873 Submitted by: Philippe Audeoud <jadawin at tuxaco.net> Revision Changes Path 1.921 +1 -0 ports/security/Makefile 1.1 +36 -0 ports/security/wapiti/Makefile (new) 1.1 +3 -0 ports/security/wapiti/distinfo (new) 1.1 +8 -0 ports/security/wapiti/pkg-descr (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 New port added. Thanks!