Skip to content
This repository has been archived by the owner on Nov 27, 2020. It is now read-only.

GermanAizek/sqlmap-python-3

Repository files navigation

sqlmap

Service Status
Codacy: Codacy Badge
Azure: Build Status
Travis CI: Build Status

Contacts

Python 3 License Twitter

Port by GermanAizek.

VK Facebook Telegram

Original repositories: Original

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 lasting from database fingerprinting, over data fetching from the database, to accessing the underlying file system and executing commands on the operating system via out-of-band connections.

The sqlmap project is sponsored by Netsparker Web Application Security Scanner.*

Screenshots

Screenshot

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

Installation

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

  • Usage in Windows (if not python exists in ADD_PATH) or Ubuntu, MacOS

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

git clone https://github.com/GermanAizek/sqlmap-python-3.git
cd sqlmap-python-3
pip install -r requirements.txt

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

Usage

  • Usage in any platform (Windows: if not python exists in ADD_PATH)

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

In Windows PowerShell:

python .\sqlmap.py

*Caution do not confuse python3 or python

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

Links

Translations

About

Port sqlmap of Python 2.6.x - 2.7.x This repo is not relevant. Python 3 support is already: https://github.com/sqlmapproject/sqlmap

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published