Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 972 Bytes

File metadata and controls

21 lines (16 loc) · 972 Bytes

📘 SQL Map: Automatic SQL Injection & Database Takeover Tool

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. 🛡️

Features:

  • 🔍 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

💻 Installation:

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. 🐍

🔗 Official GitHub Repository:

https://github.com/Zaibten/SQL-Injections-By-SQL-Map