{"id":13779181,"url":"https://github.com/cvar1984/sqlscan","last_synced_at":"2025-04-06T20:12:53.407Z","repository":{"id":41403658,"uuid":"219335175","full_name":"Cvar1984/sqlscan","owner":"Cvar1984","description":"Quick SQL Scanner, Dorker, Webshell injector PHP","archived":false,"fork":false,"pushed_at":"2024-03-14T10:39:30.000Z","size":1134,"stargazers_count":232,"open_issues_count":1,"forks_count":34,"subscribers_count":6,"default_branch":"dev","last_synced_at":"2025-03-30T18:10:04.313Z","etag":null,"topics":["deface-tools","defacement","dorking","framework","fuzzy-search","geektool","hacking","hacktoberfest","penetration-testing","pentest","pentest-tool","pentesting","php","scanner-web","sql","sql-injection"],"latest_commit_sha":null,"homepage":"","language":"PHP","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/Cvar1984.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"custom":["https://www.paypal.me/Cvar1984"]}},"created_at":"2019-11-03T17:02:45.000Z","updated_at":"2025-03-29T16:12:53.000Z","dependencies_parsed_at":"2024-06-25T07:30:56.226Z","dependency_job_id":"b2caccfc-7917-4ac1-bb3e-242272816bb4","html_url":"https://github.com/Cvar1984/sqlscan","commit_stats":{"total_commits":79,"total_committers":4,"mean_commits":19.75,"dds":0.240506329113924,"last_synced_commit":"5691efb6dcee2b3aa10bca52c40ef39b1b7a9974"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cvar1984%2Fsqlscan","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cvar1984%2Fsqlscan/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cvar1984%2Fsqlscan/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cvar1984%2Fsqlscan/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Cvar1984","download_url":"https://codeload.github.com/Cvar1984/sqlscan/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247543593,"owners_count":20955865,"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":["deface-tools","defacement","dorking","framework","fuzzy-search","geektool","hacking","hacktoberfest","penetration-testing","pentest","pentest-tool","pentesting","php","scanner-web","sql","sql-injection"],"created_at":"2024-08-03T18:01:02.199Z","updated_at":"2025-04-06T20:12:53.385Z","avatar_url":"https://github.com/Cvar1984.png","language":"PHP","readme":"[![serps](http://serp-spider.github.io/logo.png)](http://serp-spider.github.io)\n\n[![ForTheBadge built-by-developers](http://ForTheBadge.com/images/badges/built-by-developers.svg)](https://github.com/Cvar1984)\n\n[![GitHub license](https://img.shields.io/github/license/Naereen/StrapDown.js.svg)](https://github.com/Cvar1984/sqlscan/blob/dev/LICENSE)\n[![GitHub release](https://img.shields.io/github/release/Naereen/StrapDown.js.svg)](https://GitHub.com/Cvar1984/sqlscan/releases/)\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)\n[![CodeFactor](https://www.codefactor.io/repository/github/cvar1984/sqlscan/badge)](https://www.codefactor.io/repository/github/cvar1984/sqlscan)\n# sqlscan\n\n\u003e sqlscan is quick web scanner for find an sql inject point.\n\u003e not for educational, this is for hacking.\n\u003e\n\u003e use sitemap for best result\n![sqlscan images](assets/images.gif)\n- Simple to use\n- Multi platform\n- Fast af\n- Cool af\n\n## Installation\n\nrequires [php](https://php.net ) to run.\n### PHP Depencies\n - ext-bz2\n - ext-curl\n - ext-mbstring\n\u003e see composer.json for more information\n### For PC Linux debian based environments.\n\n```sh\n$ sudo apt install php php-bz2 php-curl php-mbstring curl\n$ sudo curl https://raw.githubusercontent.com/Cvar1984/sqlscan/dev/build/main.phar --output /usr/local/bin/sqlscan\n$ chmod +x /usr/local/bin/sqlscan\n$ sqlscan http://example.gov --scan\n$ sqlscan list_url.txt --scan\n```\n\n### For Android Termux environments\n\n```sh\n$ apt install php curl\n$ curl https://raw.githubusercontent.com/Cvar1984/sqlscan/dev/build/main.phar --output $PREFIX/bin/sqlscan\n$ chmod +x $PREFIX/bin/sqlscan\n$ sqlscan http://example.gov --scan\n$ sqlscan list_url.txt --scan\n```\n## build phar from source\n\ndownload [Box](https://github.com/box-project/box2)\n```sh\n$ composer install\n$ box build\n```\n## Todo\n - Quick shell code injector\n - Bypass waf\n - Url from json\n - report csv/xml/html/pdf/db ( composer dependcies )\n - multi threads ( pthread )\n## License\n\u003e Copyright (c) 2019 \\\u003cCvar1984\u003e\n\u003e\n\u003e Licensed unter the Apache License, Version 2.0 or the MIT license, at your\n\u003e option.\n\u003e\n\u003e ********************************************************************************\n\u003e\n\u003e Permission is hereby granted, free of charge, to any person obtaining a copy of\n\u003e this software and associated documentation files (the \"Software\"), to deal in\n\u003e the Software without restriction, including without limitation the rights to\n\u003e use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\n\u003e the Software, and to permit persons to whom the Software is furnished to do so,\n\u003e subject to the following conditions:\n\u003e\n\u003e The above copyright notice and this permission notice shall be included in all\n\u003e copies or substantial portions of the Software.\n\u003e\n\u003e THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n\u003e IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\n\u003e FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\n\u003e COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\n\u003e IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n\u003e CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\u003e\n\u003e ********************************************************************************\n\u003e\n\u003e Licensed under the Apache License, Version 2.0 (the \"License\");\n\u003e you may not use this file except in compliance with the License.\n\u003e You may obtain a copy of the License at\n\u003e\n\u003e   http://www.apache.org/licenses/LICENSE-2.0\n\u003e\n\u003e Unless required by applicable law or agreed to in writing, software\n\u003e distributed under the License is distributed on an \"AS IS\" BASIS,\n\u003e WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n\u003e See the License for the specific language governing permissions and\n\u003e limitations under the License.\n## Thanks for hundred likes\n","funding_links":["https://www.paypal.me/Cvar1984"],"categories":["\u003ca id=\"b92430134aad35583d8470fb260406ed\"\u003e\u003c/a\u003eWebshell扫描"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcvar1984%2Fsqlscan","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcvar1984%2Fsqlscan","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcvar1984%2Fsqlscan/lists"}