summaryrefslogtreecommitdiff
path: root/security/sqlmap (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to version 0.8 of sqlmap which adds quite some new featuresNiels Heinen2010-03-215-251/+345
| | | | | WWW: http://sqlmap.sourceforge.net/ Approved by: itetcu (mentor)
* - Upgrade to sqlmap 0.7 (many new features)Niels Heinen2010-03-156-82/+339
| | | | | | - Took maintainership of the port Approved by: itetcu (mentor)
* Reset cherry@trombik.org due to maintainer-timeouts and no responseMark Linimon2009-11-031-1/+1
| | | | | | to email. Hat: portmgr
* sqlmap is an automatic SQL injection tool entirely developed in Python. It isRong-En Fan2008-05-225-0/+119
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>