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

Forced browsing

From OWASP
Revision as of 21:29, 15 July 2007 by Jeff Williams (talk | contribs) (Reverted edits by Sk9 (Talk); changed back to last version by OWASP)

Jump to: navigation, search
This is an Attack. To view all attacks, please see the Attack Category page.


Attack Description

Forced browsing is a technique used by attackers to gain access to resources that are not referenced, but are nevertheless accessible.

One technique is to manipulate the URL in the browser by deleting sections from the end until an unprotected directory is found. A related technique is to use a scanning tool like nikto to request common directories until a hidden file or directory is found.

Another technique is to use manual penetration testing to attempt access to resources that are not referenced in the application. For example, an attacker might use WebScarab to change request parameters that specify the target resource.

Related Threats

Related Vulnerabilities

Failure to verify authorization

Failure to disable directory listings

Related Countermeasures

Access Control

This article is a stub. You can help OWASP by expanding it or discussing it on its Talk page.