I triying to get flag WEB REQUESTS/ CRUD API
First, try to update any city’s name to be ‘flag’. Then, delete any city. Once done, search for a city named ‘flag’ to get the flag.
I try to list directories whith gobuster but not works ( no result) and i try to guess the php to list with force brute ( search.php, search.html…)the cities (no result )the web its blank and i dont know how to get more info about the target.
somebody can give me some clue? not solution please.
Ohhhhhhh, I get it now. Sorry, I had misread your question. Yeah the assignment basically follows the same convention. The answer to your question is fuzzing.
Fuzzing for APIs will be covered in later modules if you are on the CBBH path.
The fuzzing with FFuF module will teach you to use a wordlist like the one found at: /opt/useful/SecLists/Discovery/Web-Content/api/objects.txt. Then try each word with a .php extension. And grep for something like incorrect table name. Hope this helps. I would tell you to continue on to the FFuF module, then come back to this.
-onthesauce