This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org

Difference between revisions of "How DirBuster Works"

From OWASP
Jump to: navigation, search
(New page: == Overview == The basic principal of how DirBuster works is with the use of "Fail Cases". This means that DirBuster will attempt to determine what the actual "Fail Case " is before testi...)
 
m
 
Line 5: Line 5:
  
  
[[Category:OWASP_Guide_Project]]
+
[[Category:OWASP_DirBuster_Project]]

Latest revision as of 12:22, 23 June 2007

Overview

The basic principal of how DirBuster works is with the use of "Fail Cases". This means that DirBuster will attempt to determine what the actual "Fail Case " is before testing. DirBuster will then determine something (a file or directory) to be present if the test executed returns a result different from the "Fail Case". This a very basic example of what DirBuster does. More detailed information is given below.

Detailed Description

Coming Soon.....