PHP Filters

April 20, 2024

First we have to discover the php file in the website

ffuf -u http://94.237.62.149:56003/FUZZ.php -w /usr/share/wordlists/seclists/Discovery/Web-Content/directory-list-2.3-small.txt

But once we put the configure in the parameter it returns nothing

Then we will use the php filter function

Last updated