We start out by creating a safe and legal environment for us to perform attacks in. Then, we cover the core concepts of SQL and injections. After that, we learn SQL injection techniques with the help of cheat sheets and references. At that point, we start to gather information about our target in order to find weaknesses and potential vulnerabilities.
Once we've gathered enough information, we go full-on offensive and perform SQL injections both by hand and with automated tools. These attacks will extract data such as tokens, emails, hidden products, and password hashes which we then proceed to crack.
After successfully attacking and compromising our targets, we take a step back and discuss defensive controls at the network, application, and database layers. We also look at actual vulnerable code and show ways of fixing that vulnerable code to prevent injections.
Topics we will cover together:
- How to set up a Kali Linux Virtual Machine for free
- How to configure and create safe & legal environments using containers inside of Kali
- How to get started with OWASP ZAP (a free alternative to Burp Suite)
- A quick refresher of what SQL is and how it works
- An explanation of what SQL injections are and how they work
- SQL injection techniques with cheat sheets and references
- How to gather information about your target in order to find potential vulnerabilities
- How to perform SQL injections by hand with a proxy tool (ZAP)
- How to perform SQL injections with automated tools (SQLMap)
- How to use results from successful and unsuccessful injections to further exploit the application (ie: crack passwords)
- How to defend against SQL injections at the network layer
- How to defend against SQL injections at the application layer
- How to defend against SQL injections at the database layer
- How to find vulnerabilities by looking at code
- Proper coding techniques to prevent SQL injections
Requirements:
To understand how SQL injections work and how to perform them as well as defend against them, you must have:
- Experience working with web applications
Experience working with SQL
Suggestion: You may also wish to take our free Introduction to Application Security (AppSec) course to familiarize yourself with the concepts of Application Security.
Who this course is for:
- Web Developers
- Pentesters
- Database administrators
- Software Developers
- Cloud Engineers
- Application Security Engineers
- Risk Analysts
0 Comments