{"id":13398402,"url":"https://github.com/sqlmapproject/sqlmap","last_synced_at":"2025-05-12T16:15:09.098Z","repository":{"id":3720687,"uuid":"4793392","full_name":"sqlmapproject/sqlmap","owner":"sqlmapproject","description":"Automatic SQL injection and database takeover tool","archived":false,"fork":false,"pushed_at":"2025-04-28T14:56:20.000Z","size":84509,"stargazers_count":34037,"open_issues_count":67,"forks_count":5879,"subscribers_count":1100,"default_branch":"master","last_synced_at":"2025-05-05T14:11:04.468Z","etag":null,"topics":["database","detection","exploitation","pentesting","python","sql-injection","sqlmap","takeover","vulnerability-scanner"],"latest_commit_sha":null,"homepage":"http://sqlmap.org","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sqlmapproject.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":"sqlmapproject"}},"created_at":"2012-06-26T09:52:15.000Z","updated_at":"2025-05-05T13:36:42.000Z","dependencies_parsed_at":"2023-02-17T19:01:14.687Z","dependency_job_id":"ef141bc8-d0ec-49bf-8052-f2025f8ecec4","html_url":"https://github.com/sqlmapproject/sqlmap","commit_stats":{"total_commits":9920,"total_committers":133,"mean_commits":74.58646616541354,"dds":0.2089717741935484,"last_synced_commit":"7a6abb56d29225b73d333df00ce06012517c5553"},"previous_names":[],"tags_count":124,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlmapproject%2Fsqlmap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlmapproject%2Fsqlmap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlmapproject%2Fsqlmap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlmapproject%2Fsqlmap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sqlmapproject","download_url":"https://codeload.github.com/sqlmapproject/sqlmap/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253774582,"owners_count":21962199,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["database","detection","exploitation","pentesting","python","sql-injection","sqlmap","takeover","vulnerability-scanner"],"created_at":"2024-07-30T19:00:24.923Z","updated_at":"2025-05-12T16:15:09.084Z","avatar_url":"https://github.com/sqlmapproject.png","language":"Python","readme":"# sqlmap ![](https://i.imgur.com/fe85aVR.png)\n\n[![.github/workflows/tests.yml](https://github.com/sqlmapproject/sqlmap/actions/workflows/tests.yml/badge.svg)](https://github.com/sqlmapproject/sqlmap/actions/workflows/tests.yml) [![Python 2.6|2.7|3.x](https://img.shields.io/badge/python-2.6|2.7|3.x-yellow.svg)](https://www.python.org/) [![License](https://img.shields.io/badge/license-GPLv2-red.svg)](https://raw.githubusercontent.com/sqlmapproject/sqlmap/master/LICENSE) [![x](https://img.shields.io/badge/x-@sqlmap-blue.svg)](https://x.com/sqlmap)\n\nsqlmap 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.\n\nScreenshots\n----\n\n![Screenshot](https://raw.github.com/wiki/sqlmapproject/sqlmap/images/sqlmap_screenshot.png)\n\nYou can visit the [collection of screenshots](https://github.com/sqlmapproject/sqlmap/wiki/Screenshots) demonstrating some of the features on the wiki.\n\nInstallation\n----\n\nYou can download the latest tarball by clicking [here](https://github.com/sqlmapproject/sqlmap/tarball/master) or latest zipball by clicking [here](https://github.com/sqlmapproject/sqlmap/zipball/master).\n\nPreferably, you can download sqlmap by cloning the [Git](https://github.com/sqlmapproject/sqlmap) repository:\n\n    git clone --depth 1 https://github.com/sqlmapproject/sqlmap.git sqlmap-dev\n\nsqlmap works out of the box with [Python](https://www.python.org/download/) version **2.6**, **2.7** and **3.x** on any platform.\n\nUsage\n----\n\nTo get a list of basic options and switches use:\n\n    python sqlmap.py -h\n\nTo get a list of all options and switches use:\n\n    python sqlmap.py -hh\n\nYou can find a sample run [here](https://asciinema.org/a/46601).\nTo 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](https://github.com/sqlmapproject/sqlmap/wiki/Usage).\n\nLinks\n----\n\n* Homepage: https://sqlmap.org\n* Download: [.tar.gz](https://github.com/sqlmapproject/sqlmap/tarball/master) or [.zip](https://github.com/sqlmapproject/sqlmap/zipball/master)\n* Commits RSS feed: https://github.com/sqlmapproject/sqlmap/commits/master.atom\n* Issue tracker: https://github.com/sqlmapproject/sqlmap/issues\n* User's manual: https://github.com/sqlmapproject/sqlmap/wiki\n* Frequently Asked Questions (FAQ): https://github.com/sqlmapproject/sqlmap/wiki/FAQ\n* X: [@sqlmap](https://x.com/sqlmap)\n* Demos: [https://www.youtube.com/user/inquisb/videos](https://www.youtube.com/user/inquisb/videos)\n* Screenshots: https://github.com/sqlmapproject/sqlmap/wiki/Screenshots\n\nTranslations\n----\n\n* [Bulgarian](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-bg-BG.md)\n* [Chinese](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-zh-CN.md)\n* [Croatian](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-hr-HR.md)\n* [Dutch](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-nl-NL.md)\n* [French](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-fr-FR.md)\n* [Georgian](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-ka-GE.md)\n* [German](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-de-DE.md)\n* [Greek](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-gr-GR.md)\n* [Hindi](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-in-HI.md)\n* [Indonesian](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-id-ID.md)\n* [Italian](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-it-IT.md)\n* [Japanese](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-ja-JP.md)\n* [Korean](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-ko-KR.md)\n* [Kurdish (Central)](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-ckb-KU.md)\n* [Persian](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-fa-IR.md)\n* [Polish](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-pl-PL.md)\n* [Portuguese](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-pt-BR.md)\n* [Russian](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-ru-RU.md)\n* [Serbian](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-rs-RS.md)\n* [Slovak](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-sk-SK.md)\n* [Spanish](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-es-MX.md)\n* [Turkish](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-tr-TR.md)\n* [Ukrainian](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-uk-UA.md)\n* [Vietnamese](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-vi-VN.md)\n","funding_links":["https://github.com/sponsors/sqlmapproject"],"categories":["Python","Misc","Synopsis","Exploitation","Uncategorized","资源列表","Tools","Web","\u003ca id=\"969212c047f97652ceb9c789e4d8dae5\"\u003e\u003c/a\u003e数据库\u0026\u0026SQL攻击\u0026\u0026SQL注入","\u003ca id=\"tag-dev\" href=\"#tag-dev\"\u003eDev\u003c/a\u003e","目录","Table of Contents","Security","渗透测试","PHP","Weapons","python","HarmonyOS","Penetration Testing","其他_安全与渗透","安全 Security","📦 Modules/Packages","database","Awesome Tools","语言资源库","2. [↑](#-content) Pentesting","SQL \u0026 Database ##","vulnerability-scanner","Penetration Testing [🔝](#readme)","ابزارهای امنیتی","工具","Code Security","API \u0026 Dynamic Testing (DAST)"],"sub_categories":["Table of Contents","SQLi","Uncategorized","渗透测试","Binary files examination and editing","Offensive","\u003ca id=\"3157bf5ee97c32454d99fd4a9fa3f04a\"\u003e\u003c/a\u003eSQL","SQL Injection","\u003ca id=\"tag-dev.security\" href=\"#tag-dev.security\"\u003eSecurity\u003c/a\u003e","安全 Security","Security","For Java","Tools","Windows Manager","网络服务_其他","Testing","Evasion:","python","2.5 [↑](#-content) Web","کار با زمان و تقویم","有关渗透测试和安全方面的Docker镜像","Security tools","Professional Security","Runtime Security"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsqlmapproject%2Fsqlmap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsqlmapproject%2Fsqlmap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsqlmapproject%2Fsqlmap/lists"}