{"id":37186149,"url":"https://github.com/unlock-security/sqlmapsh","last_synced_at":"2026-01-14T21:35:12.024Z","repository":{"id":64915647,"uuid":"579410337","full_name":"unlock-security/sqlmapsh","owner":"unlock-security","description":"SQLMap wrapper that lets you use Interact.sh as a DNS server for exfiltrating data with zero configuration","archived":false,"fork":false,"pushed_at":"2022-12-17T20:07:18.000Z","size":62,"stargazers_count":30,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-06-21T10:57:44.941Z","etag":null,"topics":["data-exfiltration","detection","dns-exfiltration","exploitation","golang","interactsh","oast","oob","pentesting","pentesting-tool","sqlmap"],"latest_commit_sha":null,"homepage":"https://www.unlock-security.it","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/unlock-security.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-12-17T15:54:03.000Z","updated_at":"2024-06-21T00:10:37.000Z","dependencies_parsed_at":"2022-12-18T12:19:36.835Z","dependency_job_id":null,"html_url":"https://github.com/unlock-security/sqlmapsh","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/unlock-security/sqlmapsh","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unlock-security%2Fsqlmapsh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unlock-security%2Fsqlmapsh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unlock-security%2Fsqlmapsh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unlock-security%2Fsqlmapsh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/unlock-security","download_url":"https://codeload.github.com/unlock-security/sqlmapsh/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unlock-security%2Fsqlmapsh/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28435358,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T21:32:52.117Z","status":"ssl_error","status_checked_at":"2026-01-14T21:32:33.442Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["data-exfiltration","detection","dns-exfiltration","exploitation","golang","interactsh","oast","oob","pentesting","pentesting-tool","sqlmap"],"created_at":"2026-01-14T21:35:11.097Z","updated_at":"2026-01-14T21:35:12.006Z","avatar_url":"https://github.com/unlock-security.png","language":"Go","readme":"![SQLMap.sh](./pics/sqlmapsh.png)\n\n[![Go Report Card](https://goreportcard.com/badge/github.com/unlock-security/sqlmapsh?style=for-the-badge)](https://goreportcard.com/report/github.com/unlock-security/sqlmapsh)\n[![License](https://img.shields.io/github/license/unlock-security/sqlmapsh?style=for-the-badge\u0026label=License)](https://github.com/unlock-security/sqlmapsh?tab=GPL-3.0-1-ov-file#readme)\n[![GitHub release (latest by date)](https://img.shields.io/github/v/release/unlock-security/sqlmapsh?style=for-the-badge)](https://github.com/unlock-security/sqlmapsh/releases/latest)\n[![Made by 🔓 Unlock Security](https://img.shields.io/badge/Made_by-🔓_Unlock_Security-blue.svg?style=for-the-badge)](https://www.unlock-security.it/?utm_source=github\u0026utm_medium=repo\u0026utm_campaign=sqlmapsh)\n\n\nSQLMap.sh is a SQLMap wrapper that lets you use Interact.sh as a DNS server for exfiltrating data with zero configuration.\n\nTo use the SQLMap `--dns-domain` flag you need to open your port 53 to the internet to let it run its own DNS server and you need a properly configured domain. This is not always possible during a penetration test engagement or maybe you just don't want to buy a domain for this.\n\nSQLMap.sh solves this problem transparently. Just use it as if it is SQLMap and your are done to exfiltrate data via DNS.\n\n## Installation\n\nRun the following command to install the latest version.\n\n```sh\ngo install github.com/unlock-security/sqlmapsh@latest\n```\n\n## Usage\n\nJust replace `sqlmap` with `sudo sqlmapsh` when you want to use SQLMap with data exfiltration via DNS.\n\n\u003e [!IMPORTANT]\n\u003e SQLMap requires root privileges to perform data exfiltration via DNS because it needs to bind it's own DNS server locally on port 53\n\nFor example:\n\n```sh\n$ sqlmap -u 'https://www.target.com/page=1' -p page --level=5 --risk=3 --technique=E --banner\n```\n\nBecome:\n\n```sh\n$ sudo sqlmapsh -u 'https://www.target.com/page=1' -p page --level=5 --risk=3 --technique=E --banner\n```\n\n---\n\n\u003cp align=\"center\"\u003eMade with 💙 by Unlock Security\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.unlock-security.it/?utm_source=github\u0026utm_medium=repo\u0026utm_campaign=wshell\" target=\"_blank\" rel=\"noopener\"\u003e\n    \u003cimg src=\"https://www.unlock-security.it/wp-content/uploads/2022/12/logo.svg\" width=\"150\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funlock-security%2Fsqlmapsh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funlock-security%2Fsqlmapsh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funlock-security%2Fsqlmapsh/lists"}