SQL Map is an open source penetration testing tool that automates the process of detecting and exploiting SQL injection flaws and taking over of database servers. 🛡️
- 🔍 Powerful detection engine
- 🧠 Many niche features for the ultimate penetration tester
- 🧰 Broad range of switches including:
- 🧬 Database fingerprinting
- 📥 Data fetching from the database
- 📂 Accessing the underlying file system
- 🖥️ Executing commands on the operating system via out-of-band connections
Clone the Git repository: git clone --depth 1 https://github.com/Zaibten/SQL-Injections-By-SQL-Map.git sqlmap-dev
SQL Map works out of the box with Python version 2.6, 2.7 and 3.x on any platform. 🐍