sqlmapapi
automatic SQL injection tool
Install
- All systems
-
curl cmd.cat/sqlmapapi.sh
- Debian
-
apt-get install sqlmap
- Ubuntu
-
apt-get install sqlmap
- Arch Linux
-
pacman -S sqlmap
- Kali Linux
-
apt-get install sqlmap
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install sqlmap
- OS X
-
brew install sqlmap
- Raspbian
-
apt-get install sqlmap
- Dockerfile
- dockerfile.run/sqlmapapi
sqlmap
automatic SQL injection tool
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.