{"id":13404501,"url":"https://github.com/kleiton0x00/Advanced-SQL-Injection-Cheatsheet","last_synced_at":"2025-03-14T09:31:26.862Z","repository":{"id":40641413,"uuid":"306713740","full_name":"kleiton0x00/Advanced-SQL-Injection-Cheatsheet","owner":"kleiton0x00","description":"A cheat sheet that contains advanced queries for SQL Injection of all types.","archived":false,"fork":false,"pushed_at":"2023-05-13T17:15:20.000Z","size":151,"stargazers_count":2831,"open_issues_count":1,"forks_count":654,"subscribers_count":59,"default_branch":"main","last_synced_at":"2024-10-16T09:41:31.857Z","etag":null,"topics":["cheatsheet","mssql-dump","mysql-injection","mysqldump","sql","sql-injection"],"latest_commit_sha":null,"homepage":"https://kleiton0x00.github.io","language":null,"has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kleiton0x00.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null},"funding":{"github":"kleiton0x00","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2020-10-23T18:14:47.000Z","updated_at":"2024-10-16T08:11:10.000Z","dependencies_parsed_at":"2022-07-16T01:16:05.329Z","dependency_job_id":"2a81d2bc-6ea6-4c84-b49e-fbbd928ab8e4","html_url":"https://github.com/kleiton0x00/Advanced-SQL-Injection-Cheatsheet","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kleiton0x00%2FAdvanced-SQL-Injection-Cheatsheet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kleiton0x00%2FAdvanced-SQL-Injection-Cheatsheet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kleiton0x00%2FAdvanced-SQL-Injection-Cheatsheet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kleiton0x00%2FAdvanced-SQL-Injection-Cheatsheet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kleiton0x00","download_url":"https://codeload.github.com/kleiton0x00/Advanced-SQL-Injection-Cheatsheet/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243554007,"owners_count":20309853,"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":["cheatsheet","mssql-dump","mysql-injection","mysqldump","sql","sql-injection"],"created_at":"2024-07-30T19:01:46.239Z","updated_at":"2025-03-14T09:31:26.531Z","avatar_url":"https://github.com/kleiton0x00.png","language":null,"readme":"# Advanced SQL Injection Cheatsheet\nThis repository contains a advanced methodology of all types of SQL Injection.\n\n## General Process:\n- Find injection point  \n- Understand the website behaviour  \n- Send queries for enumeration  \n- Understanding WAF \u0026 bypass it  \n- Dump the database  \n\n## Cheat Sheet Tree\n### MySQL Injection Cheatsheet\n- [Error- or UNION-based SQLi](https://github.com/kleiton0x00/Advanced-SQL-Injection-Cheatsheet/blob/main/Error%20Based%20SQLi/README.md)  \n  - [Routed queries (Advanced WAF Bypass)](https://github.com/kleiton0x00/Advanced-SQL-Injection-Cheatsheet/blob/main/MySQL-Routed-Queries/README.md)  \n  - [Bypass Error: The used SELECT statements have a different number of columns](https://github.com/kleiton0x00/Advanced-SQL-Injection-Cheatsheet/blob/main/MySQL-Bypass-Error/README.md)\n  - New attacking vectors (Bypassing WAF)\n    - [The Alternative way of using And 0](https://github.com/kleiton0x00/Advanced-SQL-Injection-Cheatsheet/blob/main/The%20Alternative%20way%20of%20using%20And%200%20in%20SQL%20Injection/README.md)\n    - [The Alternative WAY of using Null](https://github.com/kleiton0x00/Advanced-SQL-Injection-Cheatsheet/blob/main/The%20Alternative%20way%20of%20using%20Null%20in%20SQL%20Injection/README.md)\n- [Boolean-based (content-based) Blind SQLi](https://github.com/kleiton0x00/Advanced-SQL-Injection-Cheatsheet/tree/main/MySQL%20-%20Boolean%20Based%20Blind%20SQLi)   \n- [Time Based SQLi](https://github.com/kleiton0x00/Advanced-SQL-Injection-Cheatsheet/blob/main/MySQL%20-%20Time%20Based%20SQLi/README.md)\n- [Stabilise \u0026 Whitespace Filter Bypass](https://github.com/kleiton0x00/Advanced-SQL-Injection-Cheatsheet/blob/main/MySQL%20-%20Stabilise%20%26%20Bypass/README.md)  \n- [Local File Inclusion (LFI)](https://github.com/kleiton0x00/Advanced-SQL-Injection-Cheatsheet/blob/main/LFI-via-load_file-function/README.md) \n- [Privilege Escalation](https://github.com/kleiton0x00/Advanced-SQL-Injection-Cheatsheet/blob/main/Privilege%20Escalation/README.md)\n\n### PostgreSQL Injection Cheatsheet\n- [Error- or UNION-based SQLi](https://github.com/kleiton0x00/Advanced-SQL-Injection-Cheatsheet/tree/main/Postgres%20-%20Error%20Based%20SQLi)\n- Local File Inclusion (LFI) (Coming soon)\n- Privilege Escalation (Coming soon)\n\n### Oracle Injection Cheatsheet\n- [Error- or UNION-based SQLi](https://github.com/kleiton0x00/Advanced-SQL-Injection-Cheatsheet/blob/main/Oracle%20-%20Error%20Union%5CBased%20SQLi/README.md)\n\n### MSSQL Injection Cheatsheet\n- [Error- or UNION-based SQLi](https://github.com/kleiton0x00/Advanced-SQL-Injection-Cheatsheet/blob/main/MSSQL%20-%20Error%20Based%20SQLi/README.md)\n- [Privilege Escalation](https://github.com/kleiton0x00/Advanced-SQL-Injection-Cheatsheet/blob/main/Privilege%20Escalation%20-%20MSSQL/README.md)\n","funding_links":["https://github.com/sponsors/kleiton0x00"],"categories":["Others"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkleiton0x00%2FAdvanced-SQL-Injection-Cheatsheet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkleiton0x00%2FAdvanced-SQL-Injection-Cheatsheet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkleiton0x00%2FAdvanced-SQL-Injection-Cheatsheet/lists"}