Reproduce SQL injection paths and map database takeover options with sqlmap
Take a suspected injectable request, replay it on an authorized target, confirm the finding, and enumerate reachable database actions before manual follow-up.
Prerequisites
Python, authorized target URL or captured HTTP request, operator approval for security testing
Installation
Use the upstream install or setup path that matches your environment:
- git clone --depth 1 https://github.com/sqlmapproject/sqlmap.git sqlmap-dev
Requirements and caveats from upstream:
- [![Python 2.7|3.x](https://img.shiel...
- sqlmap works out of the box with Python version 2.7 and 3.x on any platform.
- python sqlmap.py -h
Basic usage or getting-started notes:
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:
Extracted from upstream docs: https://raw.githubusercontent.com/sqlmapproject/sqlmap/HEAD/README.md