ffuf -w /usr/share/wordlists/seclists/Discovery/Web-Content/burp-parameter-names.txt -u http://admin.academy.htb:36035/admin/admin.php -X POST -d 'FUZZ=key' -H 'Content-Type: application/x-www-form-urlencoded' -fs 798
curl http://admin.academy.htb:36035/admin/admin.php -X POST -d 'id=key' -H 'Content-Type: application/x-www-form-urlencoded'