diff options
author | rafan <rafan@FreeBSD.org> | 2008-05-22 18:24:56 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2008-05-22 18:24:56 +0800 |
commit | 708ef218b4b28c12743b14551e578cc8cfdae1a1 (patch) | |
tree | 1d3547f5d020ba6f2b14e2f3018613a0c63e0031 /security/Makefile | |
parent | b45fde4d0d35e65f48916decb9852cad68849b8b (diff) | |
download | freebsd-ports-graphics-708ef218b4b28c12743b14551e578cc8cfdae1a1.tar.gz freebsd-ports-graphics-708ef218b4b28c12743b14551e578cc8cfdae1a1.tar.zst freebsd-ports-graphics-708ef218b4b28c12743b14551e578cc8cfdae1a1.zip |
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>
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 11afff36813..98c59a6792c 100644 --- a/security/Makefile +++ b/security/Makefile @@ -713,6 +713,7 @@ SUBDIR += snortsms SUBDIR += snortsnarf SUBDIR += spike-proxy + SUBDIR += sqlmap SUBDIR += sqlninja SUBDIR += squidclam SUBDIR += srm |