sqlmapproject/sqlmap

Automatic SQL injection and database takeover tool

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 1 minute ago
Added to GitGenius on August 31st, 2026
Created on June 26th, 2012
Open Issues & Pull Requests: 34 (+0)
GitHub issues: Enabled
Number of forks: 6,352
Total Stargazers: 38,328 (+0)
Total Subscribers: 1,103 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 14.9 hours
Mean response time: 14.7 days
90th percentile: 8.8 days
Tracked items: 289

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Work labelled "unreproducible" is answered fastest, typically in about 7 hours, while "bug report" waits about 2 days. Only 14% of issues opened in the past year have been closed. Three people close 97% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 3
New in 7 days: 4
Closed in 7 days: 3
Avg open age: 474 days
Stale 30+ days: 2
Stale 90+ days: 1

Recent activity

Opened in 7 days: 4
Closed in 7 days: 3
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug report (63)
  • feature request (42)
  • support (29)
  • FUBAR (24)
  • invalid (22)
  • duplicate (18)
  • bug (16)
  • enhancement (16)

Detailed Description

sqlmap is an automatic SQL injection and database takeover tool that automates the detection and exploitation of SQL injection vulnerabilities in web applications.

The tool addresses the challenge of identifying and leveraging SQL injection flaws, which remain a critical vulnerability in web applications. sqlmap works by automatically testing input parameters for SQL injection susceptibility, then exploiting confirmed vulnerabilities to extract data, modify database contents, or gain deeper system access. It handles the complexity of different database management systems and injection techniques, reducing manual effort in security testing workflows.

Organizations conducting penetration tests, security assessments, or vulnerability research should consider sqlmap when evaluating web application security. The tool suits projects where developers need to verify that their applications properly sanitize user input and handle database queries safely. It is particularly valuable for security teams that need to quickly identify SQL injection risks across multiple endpoints without writing custom exploitation code for each vulnerability type.

The project maintains active development with regular updates addressing new SQL injection vectors and database system support. The codebase shows consistent refinement of detection logic and exploitation techniques across different database platforms. The tool receives ongoing attention to edge cases and emerging attack patterns in SQL injection exploitation.