{"id":23408528,"url":"https://github.com/axion-security/goinjection","last_synced_at":"2025-10-29T22:30:46.962Z","repository":{"id":268769003,"uuid":"905403552","full_name":"Axion-Security/GoInjection","owner":"Axion-Security","description":"Automated SQL Injection written in Golang","archived":false,"fork":false,"pushed_at":"2025-01-04T17:13:02.000Z","size":49,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-01-04T18:23:44.468Z","etag":null,"topics":["blind-based","error-based","sql","sql-injection","union-based"],"latest_commit_sha":null,"homepage":"","language":"Go","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/Axion-Security.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-12-18T18:53:24.000Z","updated_at":"2025-01-04T17:13:06.000Z","dependencies_parsed_at":"2024-12-18T20:28:53.954Z","dependency_job_id":"ad508a72-25e7-4c03-ade3-01e5d8ad724f","html_url":"https://github.com/Axion-Security/GoInjection","commit_stats":null,"previous_names":["axion-security/goinjection"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Axion-Security%2FGoInjection","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Axion-Security%2FGoInjection/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Axion-Security%2FGoInjection/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Axion-Security%2FGoInjection/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Axion-Security","download_url":"https://codeload.github.com/Axion-Security/GoInjection/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238902629,"owners_count":19549776,"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-based","error-based","sql","sql-injection","union-based"],"created_at":"2024-12-22T15:15:26.398Z","updated_at":"2025-10-29T22:30:46.585Z","avatar_url":"https://github.com/Axion-Security.png","language":"Go","readme":"# GoInjection\n![GoInjection Banner](img.png)\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#Features\"\u003e🔧 Features\u003c/a\u003e | \n  \u003ca href=\"#WAFIdentification\"\u003e🛡️ WAF Identification\u003c/a\u003e | \n  \u003ca href=\"#Fingerprinting\"\u003e🔍 Fingerprinting\u003c/a\u003e | \n  \u003ca href=\"#InjectionTypes\"\u003e💥 Injection Types\u003c/a\u003e | \n  \u003ca href=\"#GUI\"\u003e🎨 GUI\u003c/a\u003e | \n  \u003ca href=\"#SQLQueryBuilder\"\u003e⚙️ SQL Query Builder\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/Axion-Security/GoInjection/actions\"\u003e\n    \u003cimg alt=\"CI Status\" src=\"https://img.shields.io/github/actions/workflow/status/Axion-Security/GoInjection/go.yml?branch=main\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://opensource.org/licenses/MIT\"\u003e\n    \u003cimg alt=\"License\" src=\"https://img.shields.io/badge/License-CC NonCommercial-blue.svg\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/yourusername/GoInjection/stargazers\"\u003e\n    \u003cimg alt=\"Stars\" src=\"https://img.shields.io/github/stars/Axion-Security/GoInjection\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n## 🚀 Features\n\n### 🛡️ WAF Identification\n- Detect Web Application Firewalls (WAFs) by analyzing HTTP headers and server responses.\n- Identifies potential WAFs based on changes in response status codes and content patterns.\n\n### 🔍 Fingerprinting\n- Automatically detects the type of database by analyzing errors and executing advanced SQL injection techniques like UNION and stacked queries.\n- Custom tool-generated queries ensure precise fingerprinting.\n\n### ⚙️ Interpreter\n- Automatically selects the correct SQL dialect (MySQL, PostgreSQL, MSSQL, etc.) based on the target DBMS.\n- Ensures the right syntax for effective SQL injections.\n\n### 🧩 Resolver\n- In development, this feature helps identify table columns and the name of the current database for more advanced injections.\n- Essential for gaining deeper access to database structures.\n\n### 💥 Injection Types\n- Supports **Blind Injections** (Boolean and Time-based), **Error-based Injections**, and **UNION-based Injections**.\n- Queries for these injection types are automatically created by the tool’s custom query generator.\n\n### 🎨 GUI (Graphical User Interface)\n- Modern, user-friendly interface designed to simplify the process, making it accessible for both experienced pentesters and beginners.\n- Features intuitive controls for both new and experienced users.\n\n### ⚙️ SQL Query Builder\n- Generates tailored SQL payloads for each DBMS, optimizing query structure, including custom openings, endings, and elements.\n- Fully automated query builder for each injection type.\n\n## 📦 Installation\n\n### Prerequisites:\nEnsure you have Python 3.x installed and the required dependencies:\n\n```bash\npip install flask pymysql\n```\n\n### Setup:\nClone the repository and install dependencies:\n\n```bash\ngit clone https://github.com/Axion-Security/GoInjection.git\npip install flask pymysql\n```\n\n## 📝 Usage Example\n\nSet up a basic SQL Injection Lab for testing:\n\n```sql\nUSE sql_injection_lab;\n\nCREATE TABLE IF NOT EXISTS products (\n    id INT AUTO_INCREMENT PRIMARY KEY,\n    name VARCHAR(100) NOT NULL,\n    price DECIMAL(10, 2) NOT NULL\n);\n\nINSERT INTO products (name, price) VALUES\n('Laptop', 799.99),\n('Smartphone', 599.99),\n('Tablet', 399.99),\n('Headphones', 49.99),\n('Smartwatch', 199.99);\n```\n\n## 🔑 License\n\nThis project is licensed under the [License](/LICENSE). See the `LICENSE` file for more details.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxion-security%2Fgoinjection","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faxion-security%2Fgoinjection","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxion-security%2Fgoinjection/lists"}