Skip to content

Commit

Permalink
Update arbitrary redirect docs
Browse files Browse the repository at this point in the history
  • Loading branch information
amuntner authored Oct 12, 2016
1 parent e951c9f commit 89c59e7
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions attack/redirect/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,19 @@
* redirect-urls-template.txt
* URL patterns that commonly lead to open redirect. <br>

<b>Payload file Usage:</b> <br>
Replace {target} with ip or hostname and path, Examples: <br>
<b>Usage:</b> <br>
Replace {target} in files with ip or hostname and path, Examples: <br>
* evil.com <br>
* evil.com/badurl<br>
* 1.2.3.4 <br>
* 134744072<br>

<b>Filter bypass testing techniques:</b><br>
<b>Testing techniques:</b><br>
Filter Bypass
* If periods are being stripped by the filter so that evil.com becomes evilcom, try converting the ip address to decimal notation form.
http://www.geektools.com/geektools-cgi/ipconv.cgi
* Try URL-encoding the replacement value for {target}
Other Issues
* If redirect.injection.template.txt usage results in the server proxying a request to the injected URL and returning its contents instead of redirecting to it, explore how this could be used to explore the servers localhost ports for web services, protected systems in a DMZ, interact through GET requests/REST interfaces, etc.

TODO

0 comments on commit 89c59e7

Please sign in to comment.