Bug 116873

Summary: New Port: security/wapiti - a tool to audit your web applications
Product: Ports & Packages Reporter: Philippe Audeoud <jadawin>
Component: Individual Port(s)Assignee: Rong-En Fan <rafan>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
shar-wapiti-1.sh none

Description Philippe Audeoud 2007-10-03 16:10:01 UTC
	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.
Comment 1 Rong-En Fan freebsd_committer freebsd_triage 2007-10-04 04:21:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rafan

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-10-04 14:21:47 UTC
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"
Comment 3 Rong-En Fan freebsd_committer freebsd_triage 2007-10-04 14:23:03 UTC
State Changed
From-To: open->closed

New port added. Thanks!