mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-04 11:23:46 +00:00
5f1c531586
- install license via LICENSE framework, not manually - strict python versions - drop py-psyco dependency (also suggested at [1]), because it will work only with python < 2.6 (EOL versions only) PR: 165902 [1] Submitted by: antoine [1] Feature safe: yes
9 lines
418 B
Plaintext
9 lines
418 B
Plaintext
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/
|