{"id":25074708,"url":"https://github.com/rix4uni/gosqli","last_synced_at":"2025-10-29T06:23:56.187Z","repository":{"id":274299719,"uuid":"842483851","full_name":"rix4uni/gosqli","owner":"rix4uni","description":"gosqli is a fast and simple tool for detecting blind SQL injection vulnerabilities. It supports scanning URLs with custom payloads, parallel requests, and response time-based verification.","archived":false,"fork":false,"pushed_at":"2025-01-26T11:45:37.000Z","size":148,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-07T00:18:18.011Z","etag":null,"topics":["bug-bounty","bugbounty","bugbountytips","hacking","infosec","osint","osint-resources","osint-tool","penetration-testing","pentest-tool","pentesting","recon","reconnaissance","security","security-tools","sql-injection","sqli","threat-intelligence"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rix4uni.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"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}},"created_at":"2024-08-14T12:53:05.000Z","updated_at":"2025-01-26T11:45:40.000Z","dependencies_parsed_at":"2025-01-26T12:35:14.589Z","dependency_job_id":null,"html_url":"https://github.com/rix4uni/gosqli","commit_stats":null,"previous_names":["rix4uni/gosqli"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rix4uni%2Fgosqli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rix4uni%2Fgosqli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rix4uni%2Fgosqli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rix4uni%2Fgosqli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rix4uni","download_url":"https://codeload.github.com/rix4uni/gosqli/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246531982,"owners_count":20792735,"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":["bug-bounty","bugbounty","bugbountytips","hacking","infosec","osint","osint-resources","osint-tool","penetration-testing","pentest-tool","pentesting","recon","reconnaissance","security","security-tools","sql-injection","sqli","threat-intelligence"],"created_at":"2025-02-07T00:18:20.410Z","updated_at":"2025-10-29T06:23:51.153Z","avatar_url":"https://github.com/rix4uni.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"## gosqli\n\ngosqli is a fast and simple tool for detecting blind SQL injection vulnerabilities. It supports scanning URLs with custom payloads, parallel requests, and response time-based verification.\n\n## Installation\n```\ngo install github.com/rix4uni/gosqli@latest\n```\n\n## Download prebuilt binaries\n```\nwget https://github.com/rix4uni/gosqli/releases/download/v0.0.1/gosqli-linux-amd64-0.0.1.tgz\ntar -xvzf gosqli-linux-amd64-0.0.1.tgz\nrm -rf gosqli-linux-amd64-0.0.1.tgz\nmv gosqli ~/go/bin/gosqli\n```\nOr download [binary release](https://github.com/rix4uni/gosqli/releases) for your platform.\n\n## Compile from source\n```\ngit clone --depth 1 github.com/rix4uni/gosqli.git\ncd gosqli; go install\n```\n\n## Usage\n```\nUsage of gosqli:\n  -H string\n        Custom User-Agent header for HTTP requests. (default \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36\")\n  -concurrency int\n        Maximum number of Payloads Scan concurrent. (default 20)\n  -list string\n        File containing list of URLs\n  -mrt int\n        Match response time with specified response time in seconds. (default 10)\n  -nc\n        Do not save colored output.\n  -parallel int\n        Maximum number of URLs Scan Parallely. (default 1)\n  -payload string\n        File containing payloads\n  -requiredCount int\n        Number of response times greater than responseFlag required for SQLI CONFIRMED (0 means all).\n  -retries int\n        Number of retry attempts for failed HTTP requests.\n  -silent\n        silent mode.\n  -stop int\n        Stop checking pending HTTP requests after [stop] (0: means check all). (default 1)\n  -u string\n        URL to fetch\n  -verify int\n        Number of times to verify \"SQLI FOUND\". (default 3)\n  -verifydelay int\n        Delay in milliseconds between verify attempts. (default 12000)\n  -version\n        Print the version of the tool and exit.\n```\n\n## Usage Examples\nSingle URLs:\n```\n▶ gosqli -u \"http://testphp.vulnweb.com/AJAX/infocateg.php?id=1*\" -payload payloads/generic.txt\n```\n\nMultiple URLs:\n```\n▶ cat urls.txt\nhttp://testphp.vulnweb.com/AJAX/infocateg.php?id=1*\nhttp://testphp.vulnweb.com/artists.php?artist=1*\n\n▶ gosqli -list urls.txt -payload payloads/generic.txt\n```\n\nOneliner:\n```\n▶ echo \"testphp.vulnweb.com\" | waybackurls | urldedupe -s | pvreplace -silent -payload \"*\" -fuzzing-part param-value -fuzzing-type replace -fuzzing-mode single | unew -ef -el -t -i -q urls.txt\n▶ gosqli -list urls.txt -payload payloads/generic.txt | tee -a gosqli.txt\n```\n\n## Output:\n![image](https://github.com/user-attachments/assets/8738fa35-51ac-4ed4-a2d2-8cb65369bbae)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frix4uni%2Fgosqli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frix4uni%2Fgosqli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frix4uni%2Fgosqli/lists"}