Bug 123851

Summary: [NEW PORT] security/sqlmap: An automatic SQL injection tool
Product: Ports & Packages Reporter: Tomoyuki Sakurai <cherry>
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
sqlmap-0.5.shar none

Description Tomoyuki Sakurai 2008-05-21 05:50:00 UTC
sqlmap is an automatic SQL injection tool entirely developed in Python. It is
capable to perform an extensive database management system back-end
fingerprint, retrieve remote DBMS databases, usernames, tables, columns,
enumerate entire DBMS, read system files and much more taking advantage of web
application programming security flaws that lead to SQL injection
vulnerabilities.

WWW:	http://sqlmap.sourceforge.net/

Generated with FreeBSD Port Tools 0.77
Comment 1 Rong-En Fan freebsd_committer freebsd_triage 2008-05-21 07:11:24 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rafan

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-05-22 11:25:07 UTC
rafan       2008-05-22 10:24:56 UTC

  FreeBSD ports repository

  Modified files:
    security             Makefile 
  Added files:
    security/sqlmap      Makefile distinfo pkg-descr pkg-plist 
    security/sqlmap/files patch-sqlmap 
  Log:
  sqlmap is an automatic SQL injection tool entirely developed in Python. It is
  capable to perform an extensive database management system back-end
  fingerprint, retrieve remote DBMS databases, usernames, tables, columns,
  enumerate entire DBMS, read system files and much more taking advantage of web
  application programming security flaws that lead to SQL injection
  vulnerabilities.
  
  WWW:    http://sqlmap.sourceforge.net/
  
  PR:             ports/123851
  Submitted by:   Tomoyuki Sakurai <cherry at trombik.org>
  
  Revision  Changes    Path
  1.959     +1 -0      ports/security/Makefile
  1.1       +55 -0     ports/security/sqlmap/Makefile (new)
  1.1       +3 -0      ports/security/sqlmap/distinfo (new)
  1.1       +19 -0     ports/security/sqlmap/files/patch-sqlmap (new)
  1.1       +8 -0      ports/security/sqlmap/pkg-descr (new)
  1.1       +34 -0     ports/security/sqlmap/pkg-plist (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 2008-05-22 11:25:58 UTC
State Changed
From-To: open->closed

New port added. Thanks!