All Projects → sqlmapproject → Sqlmap

sqlmapproject / Sqlmap

Licence: other
Automatic SQL injection and database takeover tool

Programming Languages

python
139335 projects - #7 most used programming language
c
50402 projects - #5 most used programming language
shell
77523 projects
HTML
75241 projects
perl
6916 projects
C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to Sqlmap

Fuxploider
File upload vulnerability scanner and exploitation tool.
Stars: ✭ 1,997 (-90.88%)
Mutual labels:  pentesting, detection, exploitation, vulnerability-scanner, takeover
Sqli Hunter
SQLi-Hunter is a simple HTTP / HTTPS proxy server and a SQLMAP API wrapper that makes digging SQLi easy.
Stars: ✭ 340 (-98.45%)
Mutual labels:  pentesting, detection, exploitation, sql-injection, vulnerability-scanner
Commix
Automated All-in-One OS Command Injection Exploitation Tool.
Stars: ✭ 3,016 (-86.23%)
Mutual labels:  pentesting, detection, exploitation, vulnerability-scanner
Arissploit
Arissploit Framework is a simple framework designed to master penetration testing tools. Arissploit Framework offers simple structure, basic CLI, and useful features for learning and developing penetration testing tools.
Stars: ✭ 114 (-99.48%)
Mutual labels:  database, pentesting, exploitation, vulnerability-scanner
Sifter
Sifter aims to be a fully loaded Op Centre for Pentesters
Stars: ✭ 403 (-98.16%)
Mutual labels:  pentesting, exploitation, vulnerability-scanner
Shuriken
Cross-Site Scripting (XSS) command line tool for testing lists of XSS payloads on web apps.
Stars: ✭ 114 (-99.48%)
Mutual labels:  pentesting, detection, exploitation
Poc T
渗透测试插件化并发框架 / Open-sourced remote vulnerability PoC/EXP framework
Stars: ✭ 1,722 (-92.14%)
Mutual labels:  pentesting, exploitation, vulnerability-scanner
Mongoaudit
🔥 A powerful MongoDB auditing and pentesting tool 🔥
Stars: ✭ 1,174 (-94.64%)
Mutual labels:  database, pentesting
Cloudfail
Utilize misconfigured DNS and old database records to find hidden IP's behind the CloudFlare network
Stars: ✭ 1,239 (-94.34%)
Mutual labels:  database, pentesting
Enumdb
Relational database brute force and post exploitation tool for MySQL and MSSQL
Stars: ✭ 167 (-99.24%)
Mutual labels:  database, pentesting
vulnerabilities
List of every possible vulnerabilities in computer security.
Stars: ✭ 14 (-99.94%)
Mutual labels:  sql-injection, pentesting
Dbshield
Database firewall written in Go
Stars: ✭ 620 (-97.17%)
Mutual labels:  database, sql-injection
Dictionary Of Pentesting
Dictionary collection project such as Pentesing, Fuzzing, Bruteforce and BugBounty. 渗透测试、SRC漏洞挖掘、爆破、Fuzzing等字典收集项目。
Stars: ✭ 492 (-97.75%)
Mutual labels:  database, pentesting
Shellab
Linux and Windows shellcode enrichment utility
Stars: ✭ 225 (-98.97%)
Mutual labels:  pentesting, exploitation
Karkinos
A thorough library database to assist with binary exploitation tasks.
Stars: ✭ 170 (-99.22%)
Mutual labels:  database, exploitation
avain
A Modular Framework for the Automated Vulnerability Analysis in IP-based Networks
Stars: ✭ 56 (-99.74%)
Mutual labels:  pentesting, vulnerability-scanner
LBFH
About All in one tool for Information Gathering, Vulnerability Scanning and Crawling. A must have tool for all penetration testers
Stars: ✭ 46 (-99.79%)
Mutual labels:  exploitation, sqlmap
Arachni
Web Application Security Scanner Framework
Stars: ✭ 2,942 (-86.57%)
Mutual labels:  detection, sql-injection
sub404
A python tool to check subdomain takeover vulnerability
Stars: ✭ 205 (-99.06%)
Mutual labels:  pentesting, vulnerability-scanner
Badmod
CMS auto detect and exploit.
Stars: ✭ 296 (-98.65%)
Mutual labels:  exploitation, vulnerability-scanner

sqlmap

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

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

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:

git clone --depth 1 https://github.com/sqlmapproject/sqlmap.git sqlmap-dev

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

Usage

To get a list of basic options and switches use:

python sqlmap.py -h

To get a list of all options and switches use:

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

Translations

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].