-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Julian Horoszkiewicz
authored
Jul 15, 2017
1 parent
45ab843
commit 8b09b68
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<p>This extension provides a customizable payload generator, suitable for | ||
detecting a variety of file path vulnerabilities in file upload and download | ||
functionality:</p> | ||
<ul> | ||
<li>File upload vulnerable to path traversal with the upload directory located inside the document root.</li> | ||
<li>File upload vulnerable to path traversal with the upload directory outside the document root.</li> | ||
<li>File upload not vulnerable to path traversal, but having the upload directory is inside of the document root, with no direct links to the uploaded file exposed by the application.</li> | ||
<li>Local file inclusion/arbitrary file read vulnerable to path traversal with non-recurrent filters involved.</li> | ||
</ul> | ||
<p>More information, including the code and usage examples can be found at <a href="http://github.com/ewilded/psychoPATH">http://github.com/ewilded/psychoPATH</a></p> | ||
|