Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
sqlmap — Automatic SQL injection and database takeover tool | Kitploit
Tools/GitHubGitHub/sqlmapproject/sqlmap
Penetration Testing FrameworksVulnerability ScannersWeb Vulnerability ScannersExploit FrameworksVulnerability AnalysisDynamic Code Analysis (DAST)ExploitationWeb Application ExploitationAPI Security TestingWAF BypassWeb SecurityPenetration Testing
38.2k6.3k6012h 40m agoReviewed by Kitploit
Crawler
API Security
Database Security
Top in API Security #4
Top in API Security Testing #4
Top in Crawler #15
Top in Database Security #1
Top in Dynamic Code Analysis (DAST) #5
Top in Exploitation #2
Top in Exploit Frameworks #10
Top in Penetration Testing #4
Top in Penetration Testing Frameworks #10
Top in Vulnerability Analysis #12
Top in Vulnerability Scanners #12
Top in WAF Bypass #9
Top in Web Application Exploitation #1
Top in Web Security #3
Top in Web Vulnerability Scanners #5
GitHubsqlmapproject/sqlmap

sqlmap

Automatic SQL injection and database takeover tool

View RepositoryWebsite

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

sqlmap

.github/workflows/tests.yml Python 2.7|3.x License x

sqlmap is an open source penetration testing tool that automates the process of detecting and exploiting SQL injection flaws and taking over of database servers. It comes with a powerful detection engine, many niche features for the ultimate penetration tester, and a broad range of switches including database fingerprinting, over data fetching from the database, accessing the underlying file system, and executing commands on the operating system via out-of-band connections.

Screenshots

Screenshot

You can visit the collection of screenshots demonstrating some of the features on the wiki.

Installation

Download Tool

You can download the latest tarball by clicking here or latest zipball by clicking here.

Preferably, you can download sqlmap by cloning the Git repository:

root@kitploit:~
git clone --depth 1 https://github.com/sqlmapproject/sqlmap.git sqlmap-dev

sqlmap works out of the box with Python version 2.7 and 3.x on any platform.

Usage

To get a list of basic options and switches use:

root@kitploit:~
python sqlmap.py -h

To get a list of all options and switches use:

root@kitploit:~
python sqlmap.py -hh

You can find a sample run here. To get an overview of sqlmap capabilities, a list of supported features, and a description of all options and switches, along with examples, you are advised to consult the user's manual.

Links

  • Homepage: https://sqlmap.org
  • Download: .tar.gz or .zip
  • Commits RSS feed: https://github.com/sqlmapproject/sqlmap/commits/master.atom
  • Issue tracker: https://github.com/sqlmapproject/sqlmap/issues
  • User's manual: https://github.com/sqlmapproject/sqlmap/wiki
  • Frequently Asked Questions (FAQ): https://github.com/sqlmapproject/sqlmap/wiki/FAQ
  • X: @sqlmap
  • Demos: https://www.youtube.com/user/inquisb/videos
  • Playground: https://sekumart.sekuripy.hr
  • Screenshots: https://github.com/sqlmapproject/sqlmap/wiki/Screenshots

Translations

  • Arabic
  • Bengali
  • Bulgarian
  • Chinese
  • Croatian
  • Dutch
  • French
  • Georgian
  • German
  • Greek
  • Hindi
  • Indonesian
  • Italian
  • Japanese
  • Korean
  • Kurdish (Central)
  • Persian
  • Polish
  • Portuguese
  • Russian
  • Serbian
  • Slovak
  • Spanish
  • Turkish
  • Ukrainian
  • Vietnamese