An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# πŸ›‘οΈ SQL Injection Attacks – Continue Learning (EC-Council)

![Course](https://img.shields.io/badge/EC--Council-SQL%20Injection%20Attacks-darkred?style=flat-square&logo=hackthebox)
![Status](https://img.shields.io/badge/Status-Completed-brightgreen?style=flat-square&logo=verizon)
![Type](https://img.shields.io/badge/Type-Learning%20Project-orange?style=flat-square&logo=notion)
![Focus](https://img.shields.io/badge/Focus-Web%20App%20Security-informational?style=flat-square&logo=firefoxbrowser)
![Maintainer](https://img.shields.io/badge/Maintainer-ThΓ nh%20Danh-blueviolet?style=flat-square&logo=github)

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 | ![](./screenshots/overview-ec.png) |
| πŸ“š What You Will Learn | ![](./screenshots/what-u-will-learn-ec.png) |
| ⭐ Personal Review | ![](./screenshots/review-ec.png) |

---

## πŸ“œ 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.