February 2016
Intermediate to advanced
296 pages
6h 9m
English
One step further into reconnaissance, we need to figure out if there is any page or directory in the site that is not linked to what is shown to the common user. For example, a login page to the intranet or to the content management systems (CMS) administration. Finding a site similar to this will expand our testing surface considerably and can give us some important clues about the application and its infrastructure.
In this recipe, we will use the robots.txt file to discover some files and directories that may not be linked to anywhere in the main application.
http://192.168.56.102/vicnum/.robots.txt to the URL and we will see the following screnshot:This file tells search engines ...
Read now
Unlock full access