mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2026-04-28 11:33:06 -07:00
Update README with URL parsing examples
Added examples of URL formats and parser behaviors.
This commit is contained in:
@@ -266,6 +266,7 @@ http://127.1.1.1:80\@127.2.2.2:80/
|
||||
http://127.1.1.1:80\@@127.2.2.2:80/
|
||||
http://127.1.1.1:80:\@@127.2.2.2:80/
|
||||
http://127.1.1.1:80#\@127.2.2.2:80/
|
||||
http:127.0.0.1/
|
||||
```
|
||||
|
||||

|
||||
@@ -275,6 +276,7 @@ Parsing behavior by different libraries: `http://1.1.1.1 &@2.2.2.2# @3.3.3.3/`
|
||||
* `urllib2` treats `1.1.1.1` as the destination
|
||||
* `requests` and browsers redirect to `2.2.2.2`
|
||||
* `urllib` resolves to `3.3.3.3`
|
||||
* Some parsers replace http:127.0.0.1/ to http://127.0.0.1
|
||||
|
||||
### Bypass PHP filter_var() Function
|
||||
|
||||
|
||||
Reference in New Issue
Block a user