sqlmap

automatic SQL injection tool
  https://sqlmap.org/
  4
  2 reviews



Sqlmap goal is to detect and take advantage of SQL injection vulnerabilities in web applications. Once it detects one or more SQL injections on the target host, the user can choose among a variety of options to perform an extensive back-end database management system fingerprint, retrieve DBMS session user and database, enumerate users, password hashes, privileges, databases, dump entire or user's specific DBMS tables/columns, run his own SQL statement, read specific files on the file system and more.
Latest reviews
5
tonyanderson94 5 years ago

An abolute staple for pentesting. As long as you know what you're doing, this tool speeds up SQL injection drasticly. You can literally go from accessing the page to having the usernames and passwords and anything else within the database within minutes.

5
ssdmanster 6 years ago

Best tool ever