https://github.com/ngvuthdanhh/certificate-sqlinjection-eccouncil-continue-learning
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.
https://github.com/ngvuthdanhh/certificate-sqlinjection-eccouncil-continue-learning
cybersecurity eccouncil githublearning infosec learning-project sql-injection web-security
Last synced: 6 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/ngvuthdanhh/certificate-sqlinjection-eccouncil-continue-learning
- Owner: ngvuthdanhh
- License: gpl-3.0
- Created: 2025-08-27T10:49:09.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-12-06T11:47:54.000Z (8 months ago)
- Last Synced: 2025-12-10T05:58:39.654Z (8 months ago)
- Topics: cybersecurity, eccouncil, githublearning, infosec, learning-project, sql-injection, web-security
- Homepage: https://learn.eccouncil.org/your-portal/home
- Size: 2.38 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Roadmap: docs/roadmap.md
Awesome Lists containing this project
README
# π‘οΈ SQL Injection Attacks β Continue Learning (EC-Council)





This 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**.
---
## π Notes
- π [01-introduction.md](./notes/01-introduction.md) β Introduction to SQL Injection
- π [02-sql-basics.md](./notes/02-sql-basics.md) β SQL fundamentals
- π [03-classic-injection.md](./notes/03-classic-injection.md) β Classic SQLi
- π [04-blind-injection.md](./notes/04-blind-injection.md) β Blind SQLi
- π [05-error-based-injection.md](./notes/05-error-based-injection.md) β Error-based SQLi
- π [06-time-based-injection.md](./notes/06-time-based-injection.md) β Time-based SQLi
- π [07-advanced-techniques.md](./notes/07-advanced-techniques.md) β Advanced SQLi
- π [08-prevention-mitigation.md](./notes/08-prevention-mitigation.md) β Prevention & mitigation
---
## π§ͺ Practical
- β
[checklists.md](./practical/checklists.md) β Secure SQL coding checklist
- βοΈ [red-team-labs.md](./practical/red-team-labs.md) β Red Team SQLi labs (controlled environments)
- π‘οΈ [blue-team-defense.md](./practical/blue-team-defense.md) β Blue Team defense & detection
---
## π¬ Research
- π [case-studies.md](./extras/case-studies.md) β Real-world SQLi case studies
- π [timeline.md](./extras/timeline.md) β SQLi historical timeline
- π [resources.md](./extras/resources.md) β Recommended resources & further reading
---
## π Docs
- π [glossary.md](./docs/glossary.md) β SQLi glossary
- π [index.md](./docs/index.md) β Program overview
- π [references.md](./docs/references.md) β References & external sources
- π [roadmap.md](./docs/roadmap.md) β Learning roadmap
- π [syllabus.md](./docs/syllabus.md) β Course syllabus
---
## πΈ Screenshots
| Step | Screenshot |
|--------------------------|------------|
| π« Course Overview |  |
| π What You Will Learn |  |
| β Personal Review |  |
---
## π Certificate
π [SQL Injection Attacks β Continue Learning (EC-Council)](./cert/SQL%20Injection%20Attacks.png)
---
## π Personal Review
This course deepened my understanding of **SQL Injection vulnerabilities** and their impact on web applications.
The 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**.
It provides a strong foundation for learners who want to **strengthen web application security knowledge**.
---
## βοΈ Author
**ThΓ nh Danh** β Red Team Learner & Security Researcher
- GitHub: [@ngvuthdanhh](https://github.com/ngvuthdanhh)
- Email: ngvu.thdanh@gmail.com
---
## π License
This project is licensed under the terms of the **MIT License**. See [LICENSE](./LICENSE) for full details.
Β© 2025 ngvuthdanhh. All rights reserved.