Analysing Discovering Files
Analysing Discovering Files In the following screenshot, we can see the result that the dirb tool was able to find a number of files. Some of the files we already know: In the following screenshot, we can see that favicon.ico is just an icon. The index.php is the index that we usually see. The footer and header are probably only style files. We can see that we discovered a login page. Now, we can find the target's username and password by exploiting a really complex vulnerability. Then we will end up not being able to log in because we could not find where to log in. In such cases, tools like dirb can be useful. We can see that the phpinfo.php file is usually very useful because it displays a lot of information about the PHP interpreter running on the web server, and as we can see in the following screenshot, the file contains a lot of information: The preceding informations are useful. Using this information, we can get to know some of the directories. From the preceding