Bug 123851 - [NEW PORT] security/sqlmap: An automatic SQL injection tool
Summary: [NEW PORT] security/sqlmap: An automatic SQL injection tool
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: 2008-05-21 05:50 UTC by Tomoyuki Sakurai
Modified: 2008-05-22 11:30 UTC (History)
0 users

See Also:


Attachments
sqlmap-0.5.shar (5.22 KB, text/plain)
2008-05-21 05:50 UTC, Tomoyuki Sakurai
no flags Details

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