Post

SQL Direct

SQL Direct

CHALLENGE DESCRIPTION

SOLUTION

1
2
3
4
5
6
7
psql -h saturn.picoctf.net -p 55291 -U postgres pico #to connect to server.

{Back splash} l #to show all databases

{Back splash} dt #to show all tables

select * from ...; #to get the flag