Skip to content

Instantly share code, notes, and snippets.

@jdmaturen
Last active December 21, 2015 02:19
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 jdmaturen/6234333 to your computer and use it in GitHub Desktop.
Save jdmaturen/6234333 to your computer and use it in GitHub Desktop.
burp:~ jd$ curl --referer http://t.co/ -is i.imgur.com/7RsFUmL.jpg
HTTP/1.1 302 Moved Temporarily
Server: cloudflare-nginx
Date: Wed, 14 Aug 2013 18:58:01 GMT
Content-Type: text/html
Content-Length: 165
Connection: keep-alive
Location: http://imgur.com/7RsFUmL
CF-RAY: 9dfdfc465cb0707
<html>
<head><title>302 Found</title></head>
<body bgcolor="white">
<center><h1>302 Found</h1></center>
<hr><center>cloudflare-nginx</center>
</body>
</html>
burp:~ jd$ curl --referer http://foo.bar/ -Is i.imgur.com/7RsFUmL.jpg
HTTP/1.1 200 OK
Server: cloudflare-nginx
Date: Wed, 14 Aug 2013 19:07:41 GMT
Content-Type: image/jpeg
Content-Length: 101199
Connection: keep-alive
Set-Cookie: __cfduid=d97ec184b23860d471101d6951e37e98e1376507261226; expires=Mon, 23-Dec-2019 23:50:00 GMT; path=/; domain=.imgur.com
Last-Modified: Wed, 14 Aug 2013 04:34:39 GMT
ETag: "1242f06ebac8214d86d2e1f32f3182e6"
Expires: Sat, 12 Aug 2023 19:07:41 GMT
Cache-Control: public, max-age=315360000
Access-Control-Allow-Origin: *
Access-Control-Allow-Methods: GET, OPTIONS
X-Imgur-Cached: 0
CF-Cache-Status: HIT
Accept-Ranges: bytes
CF-RAY: 9dfedeead280713
burp:~ jd$ curl -Is i.imgur.com/7RsFUmL.jpg
HTTP/1.1 200 OK
Server: cloudflare-nginx
Date: Wed, 14 Aug 2013 19:08:07 GMT
Content-Type: image/jpeg
Content-Length: 101199
Connection: keep-alive
Set-Cookie: __cfduid=db2fadbdec570c19b00003f21f0075bb21376507287102; expires=Mon, 23-Dec-2019 23:50:00 GMT; path=/; domain=.imgur.com
Last-Modified: Wed, 14 Aug 2013 04:34:39 GMT
ETag: "1242f06ebac8214d86d2e1f32f3182e6"
Expires: Sat, 12 Aug 2023 19:08:07 GMT
Cache-Control: public, max-age=315360000
Access-Control-Allow-Origin: *
Access-Control-Allow-Methods: GET, OPTIONS
X-Imgur-Cached: 0
CF-Cache-Status: HIT
Accept-Ranges: bytes
CF-RAY: 9dfee9067ca071f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment