[PR #1596] [MERGED] Add sqlmap #1389

Closed
opened 2025-11-06 13:15:15 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/1596
Author: @ihebu
Created: 8/21/2020
Status: Merged
Merged: 8/21/2020
Merged by: @vinta

Base: masterHead: add-sqlmap


📝 Commits (2)

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

What is this Python project?

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.

What's the difference between this Python project and similar ones?

Enumerate comparisons.

  • sqlmap is able to detect and exploit five different SQL injection types : Boolean-based blind, Time-base blind, Error-based, UNION query-based, Stacked queries
  • supports many types of databases
  • works with other IT security open source projects, Metasploit and w3af ...

--

Anyone who agrees with this pull request could submit an Approve review to it.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/1596 **Author:** [@ihebu](https://github.com/ihebu) **Created:** 8/21/2020 **Status:** ✅ Merged **Merged:** 8/21/2020 **Merged by:** [@vinta](https://github.com/vinta) **Base:** `master` ← **Head:** `add-sqlmap` --- ### 📝 Commits (2) - [`4867199`](https://github.com/vinta/awesome-python/commit/4867199127de263a7052b76aaed41d201bf33e4b) Add sqlmap - [`51ed571`](https://github.com/vinta/awesome-python/commit/51ed5718fe8a48185c589955acecdd2de475ebcd) Merge branch 'master' into add-sqlmap ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description ## What is this Python project? 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. ## What's the difference between this Python project and similar ones? Enumerate comparisons. - sqlmap is able to detect and exploit five different SQL injection types : Boolean-based blind, Time-base blind, Error-based, UNION query-based, Stacked queries - supports many types of databases - works with other IT security open source projects, Metasploit and w3af ... -- Anyone who agrees with this pull request could submit an *Approve* review to it. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 13:15:15 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#1389