Platform Path Disclosure


Overview

Platform Path Disclosure may result when internal system paths are disclosed to the user-agent (browser). These paths can be used in other attacks such as directory browsing.

YouTubeVideo Tutorials

Discovery Methodology

Attempt to discover if it is possible to cause errors by injecting all input parameters with characters that are reserved in various contexts. Search web page sources (view source) for internal system paths.

Exploitation

Note if the web server is Linux or Windows based. Search pages with and without injection. Use the grep feature of Burp-Suite to seach for platform path patterns that match the web server operating system type.


YouTubeIntroduction to Fuzzing Web Applications with Burp-Suite Intruder Tool
YouTubeFinding Comments and File Metadata using Multiple Techniques
YouTubeHow to Sweep a Web Site for HTML Comments
YouTubeHow to Install dirb on Linux
YouTubeHow to Use dirb to Locate Hidden Directories on a Web Site
YouTubeHow to Install OWASP DirBuster on Linux
YouTubeHow to use OWASP DirBuster to Discover Hidden Directories on Web Sites