05Injection Techniques
(MySQL) Determining the structure of the schema
Easy30MIN
What if we don't know the structure of the database?
If we know in advance that there is a user table in the database with the email and password columns, the attack can be quite easy. However, we cannot always know in advance what the structure of the database looks like, so let's learn ways to find out.
Used in investigation is the UNION technique, which should be utilized whenever possible due to its efficiency.
Start by opening the exercise from the bottom of the page and going to the credit card page, just like in the previous module.
1 / 9
Hakatemia Pro
Learn to hack — start here
Hundreds of interactive courses, virtual labs and CTF challenges in your browser. Start a free trial — no card required.