SQL FUN 2
Author: Lucian NitescuContest: NeverLAN CTF 2019
Description:
Stats:
75 points
Solution:
On this challenge, I was provided a basic and unrestricted SQL "console" that allowed me to enter any SQL query.
As easy as it may sound, I performed a basic select in order to retrieve the user password.
- select * from passwd
Decoding the base64 string: