{"id":27373450,"url":"https://github.com/hackfutsec/sqlwp","last_synced_at":"2025-04-13T11:14:53.839Z","repository":{"id":287460733,"uuid":"964807257","full_name":"HackfutSec/SQLwp","owner":"HackfutSec","description":"A specialized SQL injection scanner targeting WordPress sites with the TO MiniProgram plugin vulnerable endpoint.","archived":false,"fork":false,"pushed_at":"2025-04-12T09:47:21.000Z","size":33,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-13T11:14:48.842Z","etag":null,"topics":["blind-sql-injection","bug-bounty","cybersecurity","open-source","python3","sqlinjection","vulnerability-detection","vulnerability-scanners","web-security","wordpress-plugin","wordpress-security-scanner"],"latest_commit_sha":null,"homepage":"https://github.com/HackfutSec/SQLwp.git","language":"Python","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/HackfutSec.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,"zenodo":null}},"created_at":"2025-04-11T20:24:16.000Z","updated_at":"2025-04-12T09:47:23.000Z","dependencies_parsed_at":"2025-04-11T21:46:43.376Z","dependency_job_id":null,"html_url":"https://github.com/HackfutSec/SQLwp","commit_stats":null,"previous_names":["hackfutsec/sqlwp"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HackfutSec%2FSQLwp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HackfutSec%2FSQLwp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HackfutSec%2FSQLwp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HackfutSec%2FSQLwp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HackfutSec","download_url":"https://codeload.github.com/HackfutSec/SQLwp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248703198,"owners_count":21148118,"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":["blind-sql-injection","bug-bounty","cybersecurity","open-source","python3","sqlinjection","vulnerability-detection","vulnerability-scanners","web-security","wordpress-plugin","wordpress-security-scanner"],"created_at":"2025-04-13T11:14:53.023Z","updated_at":"2025-04-13T11:14:53.827Z","avatar_url":"https://github.com/HackfutSec.png","language":"Python","readme":"# TO MiniProgram SQLi Scanner\n(https://imgur.com/a/O2JAO7D)\n\nA specialized SQL injection scanner targeting WordPress sites with the TO MiniProgram plugin vulnerable endpoint.\n\n## Features\n\n- 🚀 **High-performance scanning** with multi-threading support\n- 🎯 **Accurate detection** of time-based blind SQL injection vulnerabilities\n- 📋 **Multiple target support** (single URL or file with URL list)\n- 📊 **Clear reporting** with color-coded results\n- 💾 **Automatic saving** of vulnerable targets to `vulnerable.txt`\n\n## Installation\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/HackfutSec/SQLwp.git\n   cd SQLwp\n   ```\n\n2. Install required dependencies:\n   ```bash\n   pip3 install -r requirements.txt\n   ```\n\n## Usage\n\n### Basic scan (single target)\n```bash\npython3 scanner.py -u http://target-site.com -d 5\n```\n\n### Bulk scan (from file)\n```bash\npython3 scanner.py -l targets.txt -t 10 -d 5\n```\n\n### Options\n| Option | Description | Default |\n|--------|-------------|---------|\n| `-u`, `--url` | Single target URL | - |\n| `-l`, `--list` | File containing list of target URLs | - |\n| `-d`, `--delay` | Sleep time for time-based detection (in seconds) | 5 |\n| `-t`, `--threads` | Number of concurrent threads | 5 |\n\n## Technical Details\n\n### Vulnerability Tested\nThe scanner checks for SQL injection in the TO MiniProgram WordPress plugin's endpoint:\n```\n/wp-json/watch-life-net/v1/comment/getcomments\n```\n\n### Payload Used\nThe scanner sends a time-based blind SQL injection payload:\n```sql\nDESC,(SELECT(1)FROM(SELECT(SLEEP(5)))a)--\n```\n\n### Detection Logic\n- The scanner measures response time\n- If response time exceeds the specified delay, vulnerability is confirmed\n\n## Output Example\n\n![Sample Output](https://imgur.com/a/O2JAO7D) \n\n## Ethical Use\n\n⚠️ **This tool is for authorized security testing only.**  \n⚠️ **Always obtain proper authorization before scanning any website.**  \n⚠️ **The maintainers are not responsible for misuse of this tool.**\n\n## Contribution\n\nContributions are welcome! Please open an issue or pull request for:\n- Bug fixes\n- Feature enhancements\n- Documentation improvements\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Contact\n\n- GitHub: [@HackfutSec](https://github.com/HackfutSec)\n- For security concerns: *HackfutSec404@proton.com*\n\n---\n\n🔒 **Happy (ethical) hacking!** 🔒\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhackfutsec%2Fsqlwp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhackfutsec%2Fsqlwp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhackfutsec%2Fsqlwp/lists"}