Skills Assessment

  • Submit the password of the user that has a username of "admin". Answer format: FLAG{string}. Please note that the service will respond successfully only after submitting the proper SQLi payload, otherwise it will hang or throw an error.

Let us try a SOAPAction spoofing attack, as follows:

We notice that thee is a cmd parameter. Iโ€™ll build a python script to issue requests:

So Iโ€™ll modify to perform a login request and do the SQLi -->

Now, we can do the SQL Injection here --->

Nice! BUT... we need the flag... I will try to do admin' ORDER BY 2-- -->

Last updated