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
Responsible Changed From-To: freebsd-ports-bugs->rafan I'll take it.
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"
State Changed From-To: open->closed New port added. Thanks!