inspathx – Tool For Finding Path Disclosure Vulnerabilities
inspathx is a tool that uses local source tree to make requests to the URL and searches for path inclusion (Full Path Disclosure) error messages. It’s a very common problem in PHP web applications that crops up a lot.
PHP Web application developers sometimes fail to add safety checks against authentications, file inclusion etc and are prone to reveal possible sensitive information when those applications URLs are directly requested. Sometimes, it’s a clue to Local File Inclusion (LFI) vulnerability. For open-source applications, source code can be downloaded and checked to find such information.
This script will do this job.
- First you have to download source archived file of your desired OSS.
- Second, extract it.
- Third, feed its path to inspath
inspathx accepts the following arguments:
- -d or –dir argument as source directory (of application)
- -u or –url arguement as the target base URL (like http://victim.com)
- -t or –threads argument as the number of threads concurrently to run (default is 10)
You can download inspathx via SVN here:
|
1 |
svn checkout http://inspathx.googlecode.com/svn/trunk/ inspathx-read-only |
Or read more here.
Recent in Hacking Tools:
- Web-Sorrow v1.48 – Version Detection, CMS Identification, Enumeration & Server Scanning Tool
- CrowdRE – Crowdsourced Reverse Engineering Service From CrowdStrike
- XMPPloit – A Tool to Attack XMPP Connections
Related Posts:
- LFIMAP – Scan For Files Vulnerable To LFI (Local File Inclusion)
- Microsoft Implements Company Policy For Vulnerability Disclosure
- Month of Browser Bugs (MoBB)
Most Read in Hacking Tools:
- Top 15 Security/Hacking Tools & Utilities - 1,794,135 views
- Brutus Password Cracker – Download brutus-aet2.zip AET2 - 992,245 views
- wwwhack 1.9 – Download wwwhack19.zip Web Hacking Tool - 587,325 views


Posted in:


It’s been updated today with added syntax and language support. Update @ svn checkout http://inspathx.googlecode.com/svn/trunk/ inspathx-read-only