SQL Injection: Real-World Challenge (1)

Authored by Keniver

Description

Points: 150

This is the internal directory system of RiRiLa Company, a common enterprise system powered by a database. You can input an employee’s extension number to retrieve their information. Use this system to practice SQL Injection techniques.

In the real world, there are no hacker-friendly hints. This time, you’re on your own to explore and experiment!

The treasure is stored in tables starting with secret_. Go find it!

Tips

  • Apply the skills you’ve learned from other SQL Injection exercises to tackle this challenge.
  • Consider techniques like querying metadata (e.g., INFORMATION_SCHEMA in MySQL) to discover table names, especially those starting with secret_.
  • Since the extension number may be numeric, craft queries that account for inputs not requiring string delimiters (' or ").

Writeups

There is no content at the moment.