can someone help me with this question:
Try to create the ‘ids.txt’ wordlist, identify the accepted value with a fuzzing scan, and then use it in a ‘POST’ request with ‘curl’ to collect the flag. What is the content of the flag?
i have the id, but when I curl with this command:
curl http://admin.academy.htb:54659/admin/admin.php -X POST -d ‘id=73’ -H ‘Content-Type: application/x-www-form-urlencoded’
it tells me that I don’t have access to the flag