|
1 | | -# certificate-sqlinjection-eccouncil-continue-learning |
| 1 | +# 🛡️ SQL Injection Attacks – Continue Learning (EC-Council) |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | +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**. |
| 10 | + |
| 11 | +--- |
| 12 | + |
| 13 | +## 📚 Notes |
| 14 | +- 📄 [01-introduction.md](./notes/01-introduction.md) – Introduction to SQL Injection |
| 15 | +- 📄 [02-sql-basics.md](./notes/02-sql-basics.md) – SQL fundamentals |
| 16 | +- 📄 [03-classic-injection.md](./notes/03-classic-injection.md) – Classic SQLi |
| 17 | +- 📄 [04-blind-injection.md](./notes/04-blind-injection.md) – Blind SQLi |
| 18 | +- 📄 [05-error-based-injection.md](./notes/05-error-based-injection.md) – Error-based SQLi |
| 19 | +- 📄 [06-time-based-injection.md](./notes/06-time-based-injection.md) – Time-based SQLi |
| 20 | +- 📄 [07-advanced-techniques.md](./notes/07-advanced-techniques.md) – Advanced SQLi |
| 21 | +- 📄 [08-prevention-mitigation.md](./notes/08-prevention-mitigation.md) – Prevention & mitigation |
| 22 | + |
| 23 | +--- |
| 24 | + |
| 25 | +## 🧪 Practical |
| 26 | +- ✅ [checklists.md](./practical/checklists.md) – Secure SQL coding checklist |
| 27 | +- ⚔️ [red-team-labs.md](./practical/red-team-labs.md) – Red Team SQLi labs (controlled environments) |
| 28 | +- 🛡️ [blue-team-defense.md](./practical/blue-team-defense.md) – Blue Team defense & detection |
| 29 | + |
| 30 | +--- |
| 31 | + |
| 32 | +## 🔬 Research |
| 33 | +- 📑 [case-studies.md](./extras/case-studies.md) – Real-world SQLi case studies |
| 34 | +- 📆 [timeline.md](./extras/timeline.md) – SQLi historical timeline |
| 35 | +- 📘 [resources.md](./extras/resources.md) – Recommended resources & further reading |
| 36 | + |
| 37 | +--- |
| 38 | + |
| 39 | +## 📖 Docs |
| 40 | +- 📘 [glossary.md](./docs/glossary.md) – SQLi glossary |
| 41 | +- 📘 [index.md](./docs/index.md) – Program overview |
| 42 | +- 📘 [references.md](./docs/references.md) – References & external sources |
| 43 | +- 📘 [roadmap.md](./docs/roadmap.md) – Learning roadmap |
| 44 | +- 📘 [syllabus.md](./docs/syllabus.md) – Course syllabus |
| 45 | + |
| 46 | +--- |
| 47 | + |
| 48 | +## 📸 Screenshots |
| 49 | + |
| 50 | +| Step | Screenshot | |
| 51 | +|--------------------------|------------| |
| 52 | +| 🏫 Course Overview |  | |
| 53 | +| 📚 What You Will Learn |  | |
| 54 | +| ⭐ Personal Review |  | |
| 55 | + |
| 56 | +--- |
| 57 | + |
| 58 | +## 📜 Certificate |
| 59 | +🎓 [SQL Injection Attacks – Continue Learning (EC-Council)](./cert/SQL%20Injection%20Attacks.png) |
| 60 | + |
| 61 | +--- |
| 62 | + |
| 63 | +## 📝 Personal Review |
| 64 | +This course deepened my understanding of **SQL Injection vulnerabilities** and their impact on web applications. |
| 65 | +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**. |
| 66 | +It provides a strong foundation for learners who want to **strengthen web application security knowledge**. |
| 67 | + |
| 68 | +--- |
| 69 | + |
| 70 | +## ✍️ Author |
| 71 | +**Thành Danh** – Red Team Learner & Security Researcher |
| 72 | + |
| 73 | +- GitHub: [@ngvuthdanhh](https://github.com/ngvuthdanhh) |
| 74 | +- Email: ngvu.thdanh@gmail.com |
| 75 | + |
| 76 | +--- |
| 77 | + |
| 78 | +## 📄 License |
| 79 | +This project is licensed under the terms of the **MIT License**. See [LICENSE](./LICENSE) for full details. |
| 80 | +© 2025 ngvuthdanhh. All rights reserved. |
0 commit comments