MCPcopy Index your code
hub / github.com/sqlmapproject/sqlmap

github.com/sqlmapproject/sqlmap @1.10 sqlite

repository ↗ · DeepWiki ↗ · release 1.10 ↗
3,524 symbols 16,039 edges 477 files 1,059 documented · 30% 1 cross-repo links
README

sqlmap

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

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.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

  • Homepage: https://sqlmap.org
  • Download: .tar.gz or .zip
  • Commits RSS feed: https://github.com/sqlmapproject/sqlmap/commits/master.atom
  • Issue tracker: https://github.com/sqlmapproject/sqlmap/issues
  • User's manual: https://github.com/sqlmapproject/sqlmap/wiki
  • Frequently Asked Questions (FAQ): https://github.com/sqlmapproject/sqlmap/wiki/FAQ
  • X: @sqlmap
  • Demos: https://www.youtube.com/user/inquisb/videos
  • Screenshots: https://github.com/sqlmapproject/sqlmap/wiki/Screenshots

Translations

Core symbols most depended-on inside this repo

replace
called by 504
thirdparty/bottle/bottle.py
info
called by 374
thirdparty/keepalive/keepalive.py
search
called by 320
plugins/generic/search.py
getIdentifiedDbms
called by 269
lib/core/common.py
get
called by 258
lib/core/compat.py
debug
called by 226
thirdparty/keepalive/keepalive.py
isDbms
called by 209
lib/core/common.py
unsafeSQLIdentificatorNaming
called by 207
lib/core/common.py

Shape

Method 2,052
Function 876
Class 575
Route 21

Languages

Python100%

Modules by API surface

thirdparty/bottle/bottle.py442 symbols
thirdparty/clientform/clientform.py236 symbols
lib/core/common.py219 symbols
thirdparty/beautifulsoup/beautifulsoup.py132 symbols
lib/core/option.py76 symbols
thirdparty/six/__init__.py75 symbols
lib/utils/api.py75 symbols
thirdparty/keepalive/keepalive.py46 symbols
lib/utils/sgmllib.py46 symbols
lib/core/enums.py43 symbols
lib/core/compat.py38 symbols
lib/utils/hash.py37 symbols

Used by 1 indexed graphs manifest dependencies, hub-wide

Datastores touched

(mysql)Database · 1 repos
DATABASE_NAMEDatabase · 1 repos
testdbDatabase · 1 repos

For agents

$ claude mcp add sqlmap \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact