Showing posts with label dirb. Show all posts
Showing posts with label dirb. Show all posts

Thursday, November 1, 2018

dirb, directory guessing on websites

dirb is a tool in kali that can help you discover unknown folders on a malicious website, and perhaps give you hints as to what type of server it is (linux, windows, iis, apache, cgi, .net, etc.)

dirb http://badurl.com


results look like this for a default list scan

---- Scanning URL: http://badurl.com/ ----
==> DIRECTORY: http://badurl.com/aspnet_client/             
                                                                             
---- Entering directory: http://badurl.com/aspnet_client/ ----
==> DIRECTORY: http://badurl.com/aspnet_client/system_web/ 
                                                                             
---- Entering directory: http://badurl.com/aspnet_client/system_web/ ----



pass in your own custom folder searching list with this command


dirb http://badurl.com     customlist.txt