Bug 116873 - New Port: security/wapiti - a tool to audit your web applications
Summary: New Port: security/wapiti - a tool to audit your web applications
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Rong-En Fan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-03 16:10 UTC by Philippe Audeoud
Modified: 2007-10-04 14:30 UTC (History)
0 users

See Also:


Attachments
shar-wapiti-1.sh (2.19 KB, text/plain)
2007-10-03 16:10 UTC, Philippe Audeoud
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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!