Skills Assessment
You are given access to a web application with basic protection mechanisms. Use the skills learned in this module to find the SQLi vulnerability with SQLMap and exploit it accordingly. To complete this module, find the flag and submit it here.
What's the contents of table final_flag?
Our target IP : http://94.237.52.235:34282/
Target Website :

You need to explore with Burp the target website and find Where you have an id to use SQLMap. When you click on "ADD TO CART+" you got this :


So, now, copy the request to file (req.txt):

When you have your file, you can enumerate the target website with SQLMap :
So, our database is "production". Now, we need to enumerate this database to find the "final_flag" table :
Get the "final_flag" table informations :
Last updated