mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2025-03-04 23:37:35 +00:00
Merge pull request #88 from ricardojba/patch-1
Add Host/Split Unicode Normalization
This commit is contained in:
commit
2a4c4f46b2
1 changed files with 9 additions and 1 deletions
|
@ -114,6 +114,12 @@ http://www.yoursite.com/http://www.theirsite.com/
|
||||||
http://www.yoursite.com/folder/www.folder.com
|
http://www.yoursite.com/folder/www.folder.com
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Host/Split Unicode Normalization
|
||||||
|
```powershell
|
||||||
|
https://evil.c℀.example.com . ---> https://evil.ca/c.example.com
|
||||||
|
http://a.com/X.b.com
|
||||||
|
```
|
||||||
|
|
||||||
XSS from Open URL - If it's in a JS variable
|
XSS from Open URL - If it's in a JS variable
|
||||||
|
|
||||||
```powershell
|
```powershell
|
||||||
|
@ -169,4 +175,6 @@ http://www.example.com/redirect.php?url=javascript:prompt(1)
|
||||||
* [OWASP - Unvalidated Redirects and Forwards Cheat Sheet](https://www.owasp.org/index.php/Unvalidated_Redirects_and_Forwards_Cheat_Sheet)
|
* [OWASP - Unvalidated Redirects and Forwards Cheat Sheet](https://www.owasp.org/index.php/Unvalidated_Redirects_and_Forwards_Cheat_Sheet)
|
||||||
* [Cujanovic - Open-Redirect-Payloads](https://github.com/cujanovic/Open-Redirect-Payloads)
|
* [Cujanovic - Open-Redirect-Payloads](https://github.com/cujanovic/Open-Redirect-Payloads)
|
||||||
* [Pentester Land - Open Redirect Cheat Sheet](https://pentester.land/cheatsheets/2018/11/02/open-redirect-cheatsheet.html)
|
* [Pentester Land - Open Redirect Cheat Sheet](https://pentester.land/cheatsheets/2018/11/02/open-redirect-cheatsheet.html)
|
||||||
* [Open Redirect Vulnerability - AUGUST 15, 2018 - s0cket7](https://s0cket7.com/open-redirect-vulnerability/)
|
* [Open Redirect Vulnerability - AUGUST 15, 2018 - s0cket7](https://s0cket7.com/open-redirect-vulnerability/)
|
||||||
|
* [Host/Split
|
||||||
|
Exploitable Antipatterns in Unicode Normalization - BlackHat US 2019](https://i.blackhat.com/USA-19/Thursday/us-19-Birch-HostSplit-Exploitable-Antipatterns-In-Unicode-Normalization.pdf)
|
||||||
|
|
Loading…
Add table
Reference in a new issue