February 2016
Intermediate to advanced
296 pages
6h 9m
English
DirBuster is a tool created to discover, by brute force, the existing files and directories in a web server. We will use it in this recipe to search for a specific list of files and directories.
We will use a text file that contains the list of words that we will ask DirBuster to look for. Create a text file dictionary.txt containing the following:
info server-status server-info cgi-bin robots.txt phpmyadmin admin login

http://192.168.56.102/.Read now
Unlock full access