{"id":41814391,"url":"https://github.com/ngvuthdanhh/certificate-sqlinjection-eccouncil-continue-learning","last_synced_at":"2026-01-25T07:10:54.263Z","repository":{"id":311907813,"uuid":"1045545876","full_name":"ngvuthdanhh/certificate-sqlinjection-eccouncil-continue-learning","owner":"ngvuthdanhh","description":"This repository contains notes, practical labs, research, and certificate from the SQL Injection Attacks – Continue Learning (EC-Council) program. It explores SQLi techniques (classic, error-based, blind, time-based, advanced) along with real-world case studies, timelines, and blue-team defense strategies for secure coding and mitigation.","archived":false,"fork":false,"pushed_at":"2025-12-06T11:47:54.000Z","size":2491,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-10T05:58:39.654Z","etag":null,"topics":["cybersecurity","eccouncil","githublearning","infosec","learning-project","sql-injection","web-security"],"latest_commit_sha":null,"homepage":"https://learn.eccouncil.org/your-portal/home","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ngvuthdanhh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":"docs/roadmap.md","authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-08-27T10:49:09.000Z","updated_at":"2025-12-06T11:47:57.000Z","dependencies_parsed_at":"2025-08-27T20:02:19.141Z","dependency_job_id":"77d6102f-3e90-48ce-be77-927a1e12d4b4","html_url":"https://github.com/ngvuthdanhh/certificate-sqlinjection-eccouncil-continue-learning","commit_stats":null,"previous_names":["ngvuthdanhh/certificate-sqlinjection-eccouncil-continue-learning"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ngvuthdanhh/certificate-sqlinjection-eccouncil-continue-learning","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngvuthdanhh%2Fcertificate-sqlinjection-eccouncil-continue-learning","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngvuthdanhh%2Fcertificate-sqlinjection-eccouncil-continue-learning/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngvuthdanhh%2Fcertificate-sqlinjection-eccouncil-continue-learning/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngvuthdanhh%2Fcertificate-sqlinjection-eccouncil-continue-learning/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ngvuthdanhh","download_url":"https://codeload.github.com/ngvuthdanhh/certificate-sqlinjection-eccouncil-continue-learning/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngvuthdanhh%2Fcertificate-sqlinjection-eccouncil-continue-learning/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28747310,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T05:12:38.112Z","status":"ssl_error","status_checked_at":"2026-01-25T05:04:50.338Z","response_time":113,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["cybersecurity","eccouncil","githublearning","infosec","learning-project","sql-injection","web-security"],"created_at":"2026-01-25T07:10:54.161Z","updated_at":"2026-01-25T07:10:54.258Z","avatar_url":"https://github.com/ngvuthdanhh.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🛡️ SQL Injection Attacks – Continue Learning (EC-Council)\n\n![Course](https://img.shields.io/badge/EC--Council-SQL%20Injection%20Attacks-darkred?style=flat-square\u0026logo=hackthebox)\n![Status](https://img.shields.io/badge/Status-Completed-brightgreen?style=flat-square\u0026logo=verizon)\n![Type](https://img.shields.io/badge/Type-Learning%20Project-orange?style=flat-square\u0026logo=notion)\n![Focus](https://img.shields.io/badge/Focus-Web%20App%20Security-informational?style=flat-square\u0026logo=firefoxbrowser)\n![Maintainer](https://img.shields.io/badge/Maintainer-Thành%20Danh-blueviolet?style=flat-square\u0026logo=github)\n\nThis repository contains **notes, practical exercises, case studies, references, and certificate of completion** for the *SQL Injection Attacks – Continue Learning (EC-Council)* program. The course provides an in-depth look at **SQL Injection techniques, exploitation paths, and mitigation strategies**.\n\n---\n\n## 📚 Notes\n- 📄 [01-introduction.md](./notes/01-introduction.md) – Introduction to SQL Injection\n- 📄 [02-sql-basics.md](./notes/02-sql-basics.md) – SQL fundamentals\n- 📄 [03-classic-injection.md](./notes/03-classic-injection.md) – Classic SQLi\n- 📄 [04-blind-injection.md](./notes/04-blind-injection.md) – Blind SQLi\n- 📄 [05-error-based-injection.md](./notes/05-error-based-injection.md) – Error-based SQLi\n- 📄 [06-time-based-injection.md](./notes/06-time-based-injection.md) – Time-based SQLi\n- 📄 [07-advanced-techniques.md](./notes/07-advanced-techniques.md) – Advanced SQLi\n- 📄 [08-prevention-mitigation.md](./notes/08-prevention-mitigation.md) – Prevention \u0026 mitigation\n\n---\n\n## 🧪 Practical\n- ✅ [checklists.md](./practical/checklists.md) – Secure SQL coding checklist\n- ⚔️ [red-team-labs.md](./practical/red-team-labs.md) – Red Team SQLi labs (controlled environments)\n- 🛡️ [blue-team-defense.md](./practical/blue-team-defense.md) – Blue Team defense \u0026 detection\n\n---\n\n## 🔬 Research\n- 📑 [case-studies.md](./extras/case-studies.md) – Real-world SQLi case studies\n- 📆 [timeline.md](./extras/timeline.md) – SQLi historical timeline\n- 📘 [resources.md](./extras/resources.md) – Recommended resources \u0026 further reading\n\n---\n\n## 📖 Docs\n- 📘 [glossary.md](./docs/glossary.md) – SQLi glossary\n- 📘 [index.md](./docs/index.md) – Program overview\n- 📘 [references.md](./docs/references.md) – References \u0026 external sources\n- 📘 [roadmap.md](./docs/roadmap.md) – Learning roadmap\n- 📘 [syllabus.md](./docs/syllabus.md) – Course syllabus\n\n---\n\n## 📸 Screenshots\n\n| Step | Screenshot |\n|--------------------------|------------|\n| 🏫 Course Overview | ![](./screenshots/overview-ec.png) |\n| 📚 What You Will Learn | ![](./screenshots/what-u-will-learn-ec.png) |\n| ⭐ Personal Review | ![](./screenshots/review-ec.png) |\n\n---\n\n## 📜 Certificate\n🎓 [SQL Injection Attacks – Continue Learning (EC-Council)](./cert/SQL%20Injection%20Attacks.png)\n\n---\n\n## 📝 Personal Review\nThis course deepened my understanding of **SQL Injection vulnerabilities** and their impact on web applications.  \nThe labs helped me distinguish between **classic, blind, error-based, and time-based SQLi techniques**, while the defensive modules reinforced best practices in **secure coding and blue-team detection**.  \nIt provides a strong foundation for learners who want to **strengthen web application security knowledge**.\n\n---\n\n## ✍️ Author\n**Thành Danh** – Red Team Learner \u0026 Security Researcher  \n\n- GitHub: [@ngvuthdanhh](https://github.com/ngvuthdanhh)  \n- Email: ngvu.thdanh@gmail.com  \n\n---\n\n## 📄 License\nThis project is licensed under the terms of the **MIT License**. See [LICENSE](./LICENSE) for full details.  \n© 2025 ngvuthdanhh. All rights reserved.  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fngvuthdanhh%2Fcertificate-sqlinjection-eccouncil-continue-learning","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fngvuthdanhh%2Fcertificate-sqlinjection-eccouncil-continue-learning","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fngvuthdanhh%2Fcertificate-sqlinjection-eccouncil-continue-learning/lists"}