CGX: SQL Injection
Hello future Hackers,
In this tutorial you will learn a tiny bit about
SQL and
injections.
There is a little training challenge waiting for you, which we will dicuss in the video.
You can see the source of the first level at
mask1.codeGreetings
- gizmore and x
# CGX#10: SQL Injection
This video introduces you to SQL and SQL Injections.
We will create a database and play with it a bit,
and will crack a demo application with SQL injection.
ToC:
- SQL Basics
- Quoting and Escaping
- md5 hashes for passwords
- Demo Application
- Injections
- Second Task
- Further Exploitation