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

CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

Report generated by XSS.CX at Wed Apr 20 15:25:26 CDT 2011.

1. Cross-site scripting (reflected)

XSS in sofmen.com, DORK, Cross Site Scripting, CWE-79, CAPEC-86

2. Referer-dependent response

2.1. http://sofmen.com/capabilities/business-applications

2.2. http://sofmen.com/capabilities/content-management-systems-cms

2.3. http://sofmen.com/capabilities/e-commerce

2.4. http://sofmen.com/capabilities/web-20--30

2.5. http://sofmen.com/company

2.6. http://sofmen.com/contact-us

2.7. http://sofmen.com/contact-us/contact-information

3. File upload functionality

3.1. http://sofmen.com/capabilities/business-applications

3.2. http://sofmen.com/capabilities/content-management-systems-cms

3.3. http://sofmen.com/capabilities/e-commerce

3.4. http://sofmen.com/capabilities/social-networking

3.5. http://sofmen.com/capabilities/web-20--30

3.6. http://sofmen.com/company

3.7. http://sofmen.com/contact-us

3.8. http://sofmen.com/contact-us/contact-information

4. Email addresses disclosed

5. Content type incorrectly stated



1. Cross-site scripting (reflected)  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://sofmen.com
Path:   /company

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 dcfef%2522%253e%253cscript%253ealert%25281%2529%253c%252fscript%253eef0fcea147b was submitted in the name of an arbitrarily supplied request parameter. This input was echoed as dcfef"><script>alert(1)</script>ef0fcea147b in the application's response.

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

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

Remediation detail

There is probably no need to perform a second URL-decode of the name of an arbitrarily supplied request parameter as the web server will have already carried out one decode. In any case, the application should perform its input validation after any custom canonicalisation has been carried out.

Issue background

Reflected cross-site scripting vulnerabilities arise when data is copied from a request and echoed into the application's immediate response in an unsafe way. An attacker can use the vulnerability to construct a request which, if issued by another application user, will cause JavaScript code supplied by the attacker to execute within the user's browser in the context of that user's session with the application.

The attacker-supplied code can perform a wide variety of actions, such as stealing the victim's session token or login credentials, performing arbitrary actions on the victim's behalf, and logging their keystrokes.

Users can be induced to issue the attacker's crafted request in various ways. For example, the attacker can send a victim a link containing a malicious URL in an email or instant message. They can submit the link to popular web sites that allow content authoring, for example in blog comments. And they can create an innocuous looking web site which causes anyone viewing it to make arbitrary cross-domain requests to the vulnerable application (using either the GET or the POST method).

The security impact of cross-site scripting vulnerabilities is dependent upon the nature of the vulnerable application, the kinds of data and functionality which it contains, and the other applications which belong to the same domain and organisation. If the application is used only to display non-sensitive public content, with no authentication or access control functionality, then a cross-site scripting flaw may be considered low risk. However, if the same application resides on a domain which can access cookies for other more security-critical applications, then the vulnerability could be used to attack those other applications, and so may be considered high risk. Similarly, if the organisation which owns the application is a likely target for phishing attacks, then the vulnerability could be leveraged to lend credibility to such attacks, by injecting Trojan functionality into the vulnerable application, and exploiting users' trust in the organisation in order to capture credentials for other applications which it owns. In many kinds of application, such as those providing online banking functionality, cross-site scripting should always be considered high risk.

Remediation background

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

Request

GET /company?dcfef%2522%253e%253cscript%253ealert%25281%2529%253c%252fscript%253eef0fcea147b=1 HTTP/1.1
Host: sofmen.com
Proxy-Connection: keep-alive
Referer: http://sofmen.com/contact-us/contact-information
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
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: c7ee9595cde69e147b68417a7a6f6a30=62b8ei55p2tjpehoaalvpm7h87; __utmz=167605308.1303329336.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=167605308.1696448240.1303329336.1303329336.1303329336.1; __utmc=167605308; __utmb=167605308.8.10.1303329336; menuitem=/company

Response

HTTP/1.1 200 OK
Date: Wed, 20 Apr 2011 20:00:35 GMT
Server: Apache/2.2.3 (CentOS)
X-Powered-By: PHP/5.1.6
P3P: CP="NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM"
X-Content-Encoded-By: Joomla! 1.5
Expires: Mon, 1 Jan 2001 00:00:00 GMT
Last-Modified: Wed, 20 Apr 2011 20:00:36 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Length: 24965
Connection: close
Content-Type: text/html; charset=utf-8

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-gb" lang="en-gb" >

...[SNIP]...
<link href="/company?dcfef"><script>alert(1)</script>ef0fcea147b=1&amp;format=feed&amp;type=rss" rel="alternate" type="application/rss+xml" title="RSS 2.0" />
...[SNIP]...

2. Referer-dependent response  previous  next
There are 7 instances of this issue:

Issue description

The application's responses appear to depend systematically on the presence or absence of the Referer header in requests. This behaviour does not necessarily constitute a security vulnerability, and you should investigate the nature of and reason for the differential responses to determine whether a vulnerability is present.

Common explanations for Referer-dependent responses include:

Issue remediation

The Referer header is not a robust foundation on which to build any security measures, such as access controls or defences against cross-site request forgery. Any such measures should be replaced with more secure alternatives that are not vulnerable to Referer spoofing.

If the contents of responses is updated based on Referer data, then the same defences against malicious input should be employed here as for any other kinds of user-supplied data.



2.1. http://sofmen.com/capabilities/business-applications  next

Summary

Severity:   Information
Confidence:   Firm
Host:   http://sofmen.com
Path:   /capabilities/business-applications

Request 1

GET /capabilities/business-applications HTTP/1.1
Host: sofmen.com
Proxy-Connection: keep-alive
Referer: http://sofmen.com/capabilities/e-commerce
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
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: c7ee9595cde69e147b68417a7a6f6a30=62b8ei55p2tjpehoaalvpm7h87; __utmz=167605308.1303329336.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=167605308.1696448240.1303329336.1303329336.1303329336.1; __utmc=167605308; __utmb=167605308.3.10.1303329336; menuitem=/capabilities/business-applications

Response 1

HTTP/1.1 200 OK
Date: Wed, 20 Apr 2011 19:59:09 GMT
Server: Apache/2.2.3 (CentOS)
X-Powered-By: PHP/5.1.6
P3P: CP="NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM"
X-Content-Encoded-By: Joomla! 1.5
Expires: Mon, 1 Jan 2001 00:00:00 GMT
Last-Modified: Wed, 20 Apr 2011 19:59:10 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Length: 24485
Connection: close
Content-Type: text/html; charset=utf-8

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-gb" lang="en-gb" >

...[SNIP]...
<a href="/capabilities/business-applications" id="pqrst"><span>Business Applications</span></a></li><li class="item175"><a href="/capabilities/content-management-systems-cms"><span>Content Management Systems (CMS)</span></a></li><li class="item176"><a href="/capabilities/open-source"><span>Open Source</span></a></li></ul></li><li class="parent item95"><a href="/services"><span>Services</span></a><ul><li class="item147"><a href="/services/application-development"><span>Application Development</span></a></li><li class="item146"><a href="/services/architectural-guidance"><span>Architectural Guidance</span></a></li><li class="item148"><a href="/services/application-integration"><span>Application Integration</span></a></li><li class="item149"><a href="/services/product-development"><span>Product Development</span></a></li><li class="item150"><a href="/services/prototyping"><span>Prototyping</span></a></li><li class="item151"><a href="/services/migration-and-porting"><span>Migration and Porting</span></a></li><li class="item152"><a href="/services/quality-engineering-and-assurance"><span>Quality Engineering and Assurance</span></a></li><li class="item153"><a href="/services/application-maintenance"><span>Application Maintenance</span></a></li><li class="item145"><a href="/services/web-services"><span>Web Services</span></a></li></ul></li><li class="parent item63"><a href="/offshore"><span>Offshore</span></a><ul><li class="item159"><a href="/offshore/overview"><span>Overview</span></a></li><li class="item160"><a href="/offshore/engagement-models"><span>Engagement Models</span></a></li><li class="item161"><a href="/offshore/best-practices"><span>Best Practices</span></a></li><li class="item162"><a href="/offshore/top-10-reasons-to-use-sofmen"><span>Top 10 reasons to use Sofmen</span></a></li></ul></li><li class="parent item41"><a href="/clients"><span>Clients</span></a><ul><li class="item134"><a href="/clients/sims-on-stage"><span>Sims on Stage</span></a></li><li class="item135"><a href="/clients/real-networks"><span
...[SNIP]...

Request 2

GET /capabilities/business-applications HTTP/1.1
Host: sofmen.com
Proxy-Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
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: c7ee9595cde69e147b68417a7a6f6a30=62b8ei55p2tjpehoaalvpm7h87; __utmz=167605308.1303329336.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=167605308.1696448240.1303329336.1303329336.1303329336.1; __utmc=167605308; __utmb=167605308.3.10.1303329336; menuitem=/capabilities/business-applications

Response 2

HTTP/1.1 200 OK
Date: Wed, 20 Apr 2011 19:59:21 GMT
Server: Apache/2.2.3 (CentOS)
X-Powered-By: PHP/5.1.6
P3P: CP="NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM"
X-Content-Encoded-By: Joomla! 1.5
Expires: Mon, 1 Jan 2001 00:00:00 GMT
Last-Modified: Wed, 20 Apr 2011 19:59:22 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Length: 24474
Connection: close
Content-Type: text/html; charset=utf-8

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-gb" lang="en-gb" >

...[SNIP]...
<a href="/capabilities/business-applications"><span>Business Applications</span></a></li><li class="item175"><a href="/capabilities/content-management-systems-cms"><span>Content Management Systems (CMS)</span></a></li><li class="item176"><a href="/capabilities/open-source"><span>Open Source</span></a></li></ul></li><li class="parent item95"><a href="/services"><span>Services</span></a><ul><li class="item147"><a href="/services/application-development"><span>Application Development</span></a></li><li class="item146"><a href="/services/architectural-guidance"><span>Architectural Guidance</span></a></li><li class="item148"><a href="/services/application-integration"><span>Application Integration</span></a></li><li class="item149"><a href="/services/product-development"><span>Product Development</span></a></li><li class="item150"><a href="/services/prototyping"><span>Prototyping</span></a></li><li class="item151"><a href="/services/migration-and-porting"><span>Migration and Porting</span></a></li><li class="item152"><a href="/services/quality-engineering-and-assurance"><span>Quality Engineering and Assurance</span></a></li><li class="item153"><a href="/services/application-maintenance"><span>Application Maintenance</span></a></li><li class="item145"><a href="/services/web-services"><span>Web Services</span></a></li></ul></li><li class="parent item63"><a href="/offshore"><span>Offshore</span></a><ul><li class="item159"><a href="/offshore/overview"><span>Overview</span></a></li><li class="item160"><a href="/offshore/engagement-models"><span>Engagement Models</span></a></li><li class="item161"><a href="/offshore/best-practices"><span>Best Practices</span></a></li><li class="item162"><a href="/offshore/top-10-reasons-to-use-sofmen"><span>Top 10 reasons to use Sofmen</span></a></li></ul></li><li class="parent item41"><a href="/clients"><span>Clients</span></a><ul><li class="item134"><a href="/clients/sims-on-stage"><span>Sims on Stage</span></a></li><li class="item135"><a href="/clients/real-networks"><spa
...[SNIP]...

2.2. http://sofmen.com/capabilities/content-management-systems-cms  previous  next

Summary

Severity:   Information
Confidence:   Firm
Host:   http://sofmen.com
Path:   /capabilities/content-management-systems-cms

Request 1

GET /capabilities/content-management-systems-cms HTTP/1.1
Host: sofmen.com
Proxy-Connection: keep-alive
Referer: http://sofmen.com/capabilities/business-applications
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
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: c7ee9595cde69e147b68417a7a6f6a30=62b8ei55p2tjpehoaalvpm7h87; __utmz=167605308.1303329336.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=167605308.1696448240.1303329336.1303329336.1303329336.1; __utmc=167605308; __utmb=167605308.4.10.1303329336; menuitem=/capabilities/content-management-systems-cms

Response 1

HTTP/1.1 200 OK
Date: Wed, 20 Apr 2011 19:59:31 GMT
Server: Apache/2.2.3 (CentOS)
X-Powered-By: PHP/5.1.6
P3P: CP="NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM"
X-Content-Encoded-By: Joomla! 1.5
Expires: Mon, 1 Jan 2001 00:00:00 GMT
Last-Modified: Wed, 20 Apr 2011 19:59:31 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Length: 26185
Connection: close
Content-Type: text/html; charset=utf-8

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-gb" lang="en-gb" >

...[SNIP]...
<a href="/capabilities/content-management-systems-cms" id="pqrst"><span>Content Management Systems (CMS)</span></a></li><li class="item176"><a href="/capabilities/open-source"><span>Open Source</span></a></li></ul></li><li class="parent item95"><a href="/services"><span>Services</span></a><ul><li class="item147"><a href="/services/application-development"><span>Application Development</span></a></li><li class="item146"><a href="/services/architectural-guidance"><span>Architectural Guidance</span></a></li><li class="item148"><a href="/services/application-integration"><span>Application Integration</span></a></li><li class="item149"><a href="/services/product-development"><span>Product Development</span></a></li><li class="item150"><a href="/services/prototyping"><span>Prototyping</span></a></li><li class="item151"><a href="/services/migration-and-porting"><span>Migration and Porting</span></a></li><li class="item152"><a href="/services/quality-engineering-and-assurance"><span>Quality Engineering and Assurance</span></a></li><li class="item153"><a href="/services/application-maintenance"><span>Application Maintenance</span></a></li><li class="item145"><a href="/services/web-services"><span>Web Services</span></a></li></ul></li><li class="parent item63"><a href="/offshore"><span>Offshore</span></a><ul><li class="item159"><a href="/offshore/overview"><span>Overview</span></a></li><li class="item160"><a href="/offshore/engagement-models"><span>Engagement Models</span></a></li><li class="item161"><a href="/offshore/best-practices"><span>Best Practices</span></a></li><li class="item162"><a href="/offshore/top-10-reasons-to-use-sofmen"><span>Top 10 reasons to use Sofmen</span></a></li></ul></li><li class="parent item41"><a href="/clients"><span>Clients</span></a><ul><li class="item134"><a href="/clients/sims-on-stage"><span>Sims on Stage</span></a></li><li class="item135"><a href="/clients/real-networks"><span>Real Networks</span></a></li><li class="item136"><a href="/clients/sling-box"><span>Sling Box</span></a></li><li clas
...[SNIP]...

Request 2

GET /capabilities/content-management-systems-cms HTTP/1.1
Host: sofmen.com
Proxy-Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
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: c7ee9595cde69e147b68417a7a6f6a30=62b8ei55p2tjpehoaalvpm7h87; __utmz=167605308.1303329336.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=167605308.1696448240.1303329336.1303329336.1303329336.1; __utmc=167605308; __utmb=167605308.4.10.1303329336; menuitem=/capabilities/content-management-systems-cms

Response 2

HTTP/1.1 200 OK
Date: Wed, 20 Apr 2011 19:59:53 GMT
Server: Apache/2.2.3 (CentOS)
X-Powered-By: PHP/5.1.6
P3P: CP="NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM"
X-Content-Encoded-By: Joomla! 1.5
Expires: Mon, 1 Jan 2001 00:00:00 GMT
Last-Modified: Wed, 20 Apr 2011 20:00:12 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Length: 26174
Connection: close
Content-Type: text/html; charset=utf-8

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-gb" lang="en-gb" >

...[SNIP]...
<a href="/capabilities/content-management-systems-cms"><span>Content Management Systems (CMS)</span></a></li><li class="item176"><a href="/capabilities/open-source"><span>Open Source</span></a></li></ul></li><li class="parent item95"><a href="/services"><span>Services</span></a><ul><li class="item147"><a href="/services/application-development"><span>Application Development</span></a></li><li class="item146"><a href="/services/architectural-guidance"><span>Architectural Guidance</span></a></li><li class="item148"><a href="/services/application-integration"><span>Application Integration</span></a></li><li class="item149"><a href="/services/product-development"><span>Product Development</span></a></li><li class="item150"><a href="/services/prototyping"><span>Prototyping</span></a></li><li class="item151"><a href="/services/migration-and-porting"><span>Migration and Porting</span></a></li><li class="item152"><a href="/services/quality-engineering-and-assurance"><span>Quality Engineering and Assurance</span></a></li><li class="item153"><a href="/services/application-maintenance"><span>Application Maintenance</span></a></li><li class="item145"><a href="/services/web-services"><span>Web Services</span></a></li></ul></li><li class="parent item63"><a href="/offshore"><span>Offshore</span></a><ul><li class="item159"><a href="/offshore/overview"><span>Overview</span></a></li><li class="item160"><a href="/offshore/engagement-models"><span>Engagement Models</span></a></li><li class="item161"><a href="/offshore/best-practices"><span>Best Practices</span></a></li><li class="item162"><a href="/offshore/top-10-reasons-to-use-sofmen"><span>Top 10 reasons to use Sofmen</span></a></li></ul></li><li class="parent item41"><a href="/clients"><span>Clients</span></a><ul><li class="item134"><a href="/clients/sims-on-stage"><span>Sims on Stage</span></a></li><li class="item135"><a href="/clients/real-networks"><span>Real Networks</span></a></li><li class="item136"><a href="/clients/sling-box"><span>Sling Box</span></a></li><li class="item1
...[SNIP]...

2.3. http://sofmen.com/capabilities/e-commerce  previous  next

Summary

Severity:   Information
Confidence:   Firm
Host:   http://sofmen.com
Path:   /capabilities/e-commerce

Request 1

GET /capabilities/e-commerce HTTP/1.1
Host: sofmen.com
Proxy-Connection: keep-alive
Referer: http://sofmen.com/capabilities/web-20--30
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
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: c7ee9595cde69e147b68417a7a6f6a30=62b8ei55p2tjpehoaalvpm7h87; __utmz=167605308.1303329336.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=167605308.1696448240.1303329336.1303329336.1303329336.1; __utmc=167605308; __utmb=167605308.2.10.1303329336; menuitem=/capabilities/e-commerce

Response 1

HTTP/1.1 200 OK
Date: Wed, 20 Apr 2011 19:55:10 GMT
Server: Apache/2.2.3 (CentOS)
X-Powered-By: PHP/5.1.6
P3P: CP="NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM"
X-Content-Encoded-By: Joomla! 1.5
Expires: Mon, 1 Jan 2001 00:00:00 GMT
Last-Modified: Wed, 20 Apr 2011 19:55:11 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Length: 24628
Connection: close
Content-Type: text/html; charset=utf-8

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-gb" lang="en-gb" >

...[SNIP]...
<a href="/capabilities/e-commerce" id="pqrst"><span>E-Commerce</span></a></li><li class="item174"><a href="/capabilities/business-applications"><span>Business Applications</span></a></li><li class="item175"><a href="/capabilities/content-management-systems-cms"><span>Content Management Systems (CMS)</span></a></li><li class="item176"><a href="/capabilities/open-source"><span>Open Source</span></a></li></ul></li><li class="parent item95"><a href="/services"><span>Services</span></a><ul><li class="item147"><a href="/services/application-development"><span>Application Development</span></a></li><li class="item146"><a href="/services/architectural-guidance"><span>Architectural Guidance</span></a></li><li class="item148"><a href="/services/application-integration"><span>Application Integration</span></a></li><li class="item149"><a href="/services/product-development"><span>Product Development</span></a></li><li class="item150"><a href="/services/prototyping"><span>Prototyping</span></a></li><li class="item151"><a href="/services/migration-and-porting"><span>Migration and Porting</span></a></li><li class="item152"><a href="/services/quality-engineering-and-assurance"><span>Quality Engineering and Assurance</span></a></li><li class="item153"><a href="/services/application-maintenance"><span>Application Maintenance</span></a></li><li class="item145"><a href="/services/web-services"><span>Web Services</span></a></li></ul></li><li class="parent item63"><a href="/offshore"><span>Offshore</span></a><ul><li class="item159"><a href="/offshore/overview"><span>Overview</span></a></li><li class="item160"><a href="/offshore/engagement-models"><span>Engagement Models</span></a></li><li class="item161"><a href="/offshore/best-practices"><span>Best Practices</span></a></li><li class="item162"><a href="/offshore/top-10-reasons-to-use-sofmen"><span>Top 10 reasons to use Sofmen</span></a></li></ul></li><li class="parent item41"><a href="/clients"><span>Clients</span></a><ul><li class="item134"><a href="/clients/sims-on-st
...[SNIP]...

Request 2

GET /capabilities/e-commerce HTTP/1.1
Host: sofmen.com
Proxy-Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
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: c7ee9595cde69e147b68417a7a6f6a30=62b8ei55p2tjpehoaalvpm7h87; __utmz=167605308.1303329336.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=167605308.1696448240.1303329336.1303329336.1303329336.1; __utmc=167605308; __utmb=167605308.2.10.1303329336; menuitem=/capabilities/e-commerce

Response 2

HTTP/1.1 200 OK
Date: Wed, 20 Apr 2011 19:55:27 GMT
Server: Apache/2.2.3 (CentOS)
X-Powered-By: PHP/5.1.6
P3P: CP="NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM"
X-Content-Encoded-By: Joomla! 1.5
Expires: Mon, 1 Jan 2001 00:00:00 GMT
Last-Modified: Wed, 20 Apr 2011 19:55:28 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Length: 24617
Connection: close
Content-Type: text/html; charset=utf-8

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-gb" lang="en-gb" >

...[SNIP]...
<a href="/capabilities/e-commerce"><span>E-Commerce</span></a></li><li class="item174"><a href="/capabilities/business-applications"><span>Business Applications</span></a></li><li class="item175"><a href="/capabilities/content-management-systems-cms"><span>Content Management Systems (CMS)</span></a></li><li class="item176"><a href="/capabilities/open-source"><span>Open Source</span></a></li></ul></li><li class="parent item95"><a href="/services"><span>Services</span></a><ul><li class="item147"><a href="/services/application-development"><span>Application Development</span></a></li><li class="item146"><a href="/services/architectural-guidance"><span>Architectural Guidance</span></a></li><li class="item148"><a href="/services/application-integration"><span>Application Integration</span></a></li><li class="item149"><a href="/services/product-development"><span>Product Development</span></a></li><li class="item150"><a href="/services/prototyping"><span>Prototyping</span></a></li><li class="item151"><a href="/services/migration-and-porting"><span>Migration and Porting</span></a></li><li class="item152"><a href="/services/quality-engineering-and-assurance"><span>Quality Engineering and Assurance</span></a></li><li class="item153"><a href="/services/application-maintenance"><span>Application Maintenance</span></a></li><li class="item145"><a href="/services/web-services"><span>Web Services</span></a></li></ul></li><li class="parent item63"><a href="/offshore"><span>Offshore</span></a><ul><li class="item159"><a href="/offshore/overview"><span>Overview</span></a></li><li class="item160"><a href="/offshore/engagement-models"><span>Engagement Models</span></a></li><li class="item161"><a href="/offshore/best-practices"><span>Best Practices</span></a></li><li class="item162"><a href="/offshore/top-10-reasons-to-use-sofmen"><span>Top 10 reasons to use Sofmen</span></a></li></ul></li><li class="parent item41"><a href="/clients"><span>Clients</span></a><ul><li class="item134"><a href="/clients/sims-on-stage
...[SNIP]...

2.4. http://sofmen.com/capabilities/web-20--30  previous  next

Summary

Severity:   Information
Confidence:   Firm
Host:   http://sofmen.com
Path:   /capabilities/web-20--30

Request 1

GET /capabilities/web-20--30 HTTP/1.1
Host: sofmen.com
Proxy-Connection: keep-alive
Referer: http://sofmen.com/
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
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: c7ee9595cde69e147b68417a7a6f6a30=62b8ei55p2tjpehoaalvpm7h87; __utmz=167605308.1303329336.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=167605308.1696448240.1303329336.1303329336.1303329336.1; __utmc=167605308; __utmb=167605308.1.10.1303329336; menuitem=/capabilities/web-20--30

Response 1

HTTP/1.1 200 OK
Date: Wed, 20 Apr 2011 19:55:06 GMT
Server: Apache/2.2.3 (CentOS)
X-Powered-By: PHP/5.1.6
P3P: CP="NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM"
X-Content-Encoded-By: Joomla! 1.5
Expires: Mon, 1 Jan 2001 00:00:00 GMT
Last-Modified: Wed, 20 Apr 2011 19:55:06 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Length: 26557
Connection: close
Content-Type: text/html; charset=utf-8

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-gb" lang="en-gb" >

...[SNIP]...
<a href="/capabilities/web-20--30" id="pqrst"><span>Web 2.0 / 3.0</span></a></li><li class="item171"><a href="/capabilities/media-entertainment"><span>Media / Entertainment</span></a></li><li class="item172"><a href="/capabilities/mobile"><span>Mobile</span></a></li><li class="item173"><a href="/capabilities/e-commerce"><span>E-Commerce</span></a></li><li class="item174"><a href="/capabilities/business-applications"><span>Business Applications</span></a></li><li class="item175"><a href="/capabilities/content-management-systems-cms"><span>Content Management Systems (CMS)</span></a></li><li class="item176"><a href="/capabilities/open-source"><span>Open Source</span></a></li></ul></li><li class="parent item95"><a href="/services"><span>Services</span></a><ul><li class="item147"><a href="/services/application-development"><span>Application Development</span></a></li><li class="item146"><a href="/services/architectural-guidance"><span>Architectural Guidance</span></a></li><li class="item148"><a href="/services/application-integration"><span>Application Integration</span></a></li><li class="item149"><a href="/services/product-development"><span>Product Development</span></a></li><li class="item150"><a href="/services/prototyping"><span>Prototyping</span></a></li><li class="item151"><a href="/services/migration-and-porting"><span>Migration and Porting</span></a></li><li class="item152"><a href="/services/quality-engineering-and-assurance"><span>Quality Engineering and Assurance</span></a></li><li class="item153"><a href="/services/application-maintenance"><span>Application Maintenance</span></a></li><li class="item145"><a href="/services/web-services"><span>Web Services</span></a></li></ul></li><li class="parent item63"><a href="/offshore"><span>Offshore</span></a><ul><li class="item159"><a href="/offshore/overview"><span>Overview</span></a></li><li class="item160"><a href="/offshore/engagement-models"><span>Engagement Models</span></a></li><li class="item161"><a href="/offshore/best-practices"><span>Best
...[SNIP]...

Request 2

GET /capabilities/web-20--30 HTTP/1.1
Host: sofmen.com
Proxy-Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
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: c7ee9595cde69e147b68417a7a6f6a30=62b8ei55p2tjpehoaalvpm7h87; __utmz=167605308.1303329336.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=167605308.1696448240.1303329336.1303329336.1303329336.1; __utmc=167605308; __utmb=167605308.1.10.1303329336; menuitem=/capabilities/web-20--30

Response 2

HTTP/1.1 200 OK
Date: Wed, 20 Apr 2011 19:55:22 GMT
Server: Apache/2.2.3 (CentOS)
X-Powered-By: PHP/5.1.6
P3P: CP="NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM"
X-Content-Encoded-By: Joomla! 1.5
Expires: Mon, 1 Jan 2001 00:00:00 GMT
Last-Modified: Wed, 20 Apr 2011 19:55:23 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Length: 26546
Connection: close
Content-Type: text/html; charset=utf-8

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-gb" lang="en-gb" >

...[SNIP]...
<a href="/capabilities/web-20--30"><span>Web 2.0 / 3.0</span></a></li><li class="item171"><a href="/capabilities/media-entertainment"><span>Media / Entertainment</span></a></li><li class="item172"><a href="/capabilities/mobile"><span>Mobile</span></a></li><li class="item173"><a href="/capabilities/e-commerce"><span>E-Commerce</span></a></li><li class="item174"><a href="/capabilities/business-applications"><span>Business Applications</span></a></li><li class="item175"><a href="/capabilities/content-management-systems-cms"><span>Content Management Systems (CMS)</span></a></li><li class="item176"><a href="/capabilities/open-source"><span>Open Source</span></a></li></ul></li><li class="parent item95"><a href="/services"><span>Services</span></a><ul><li class="item147"><a href="/services/application-development"><span>Application Development</span></a></li><li class="item146"><a href="/services/architectural-guidance"><span>Architectural Guidance</span></a></li><li class="item148"><a href="/services/application-integration"><span>Application Integration</span></a></li><li class="item149"><a href="/services/product-development"><span>Product Development</span></a></li><li class="item150"><a href="/services/prototyping"><span>Prototyping</span></a></li><li class="item151"><a href="/services/migration-and-porting"><span>Migration and Porting</span></a></li><li class="item152"><a href="/services/quality-engineering-and-assurance"><span>Quality Engineering and Assurance</span></a></li><li class="item153"><a href="/services/application-maintenance"><span>Application Maintenance</span></a></li><li class="item145"><a href="/services/web-services"><span>Web Services</span></a></li></ul></li><li class="parent item63"><a href="/offshore"><span>Offshore</span></a><ul><li class="item159"><a href="/offshore/overview"><span>Overview</span></a></li><li class="item160"><a href="/offshore/engagement-models"><span>Engagement Models</span></a></li><li class="item161"><a href="/offshore/best-practices"><span>Best Practice
...[SNIP]...

2.5. http://sofmen.com/company  previous  next

Summary

Severity:   Information
Confidence:   Firm
Host:   http://sofmen.com
Path:   /company

Request 1

GET /company HTTP/1.1
Host: sofmen.com
Proxy-Connection: keep-alive
Referer: http://sofmen.com/contact-us/contact-information
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
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: c7ee9595cde69e147b68417a7a6f6a30=62b8ei55p2tjpehoaalvpm7h87; __utmz=167605308.1303329336.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=167605308.1696448240.1303329336.1303329336.1303329336.1; __utmc=167605308; __utmb=167605308.8.10.1303329336; menuitem=/company

Response 1

HTTP/1.1 200 OK
Date: Wed, 20 Apr 2011 19:59:57 GMT
Server: Apache/2.2.3 (CentOS)
X-Powered-By: PHP/5.1.6
P3P: CP="NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM"
X-Content-Encoded-By: Joomla! 1.5
Expires: Mon, 1 Jan 2001 00:00:00 GMT
Last-Modified: Wed, 20 Apr 2011 19:59:58 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Length: 24866
Connection: close
Content-Type: text/html; charset=utf-8

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-gb" lang="en-gb" >

...[SNIP]...
<a href="/company" id="pqrst"><span>Company</span></a><ul><li class="item66"><a href="/company/about-us"><span>About Us</span></a></li><li class="item156"><a href="/company/leadership"><span>Leadership</span></a></li><li class="item157"><a href="/company/mission-vision-values"><span>Mission Vision Values</span></a></li><li class="item155"><a href="/company/business-models"><span>Business Models</span></a></li><li class="item65"><a href="/company/careers"><span>Careers</span></a></li></ul></li><li class="parent item167"><a href="/capabilities"><span>Capabilities</span></a><ul><li class="item168"><a href="/capabilities/technology"><span>Technology</span></a></li><li class="item169"><a href="/capabilities/social-networking"><span>Social Networking</span></a></li><li class="item170"><a href="/capabilities/web-20--30"><span>Web 2.0 / 3.0</span></a></li><li class="item171"><a href="/capabilities/media-entertainment"><span>Media / Entertainment</span></a></li><li class="item172"><a href="/capabilities/mobile"><span>Mobile</span></a></li><li class="item173"><a href="/capabilities/e-commerce"><span>E-Commerce</span></a></li><li class="item174"><a href="/capabilities/business-applications"><span>Business Applications</span></a></li><li class="item175"><a href="/capabilities/content-management-systems-cms"><span>Content Management Systems (CMS)</span></a></li><li class="item176"><a href="/capabilities/open-source"><span>Open Source</span></a></li></ul></li><li class="parent item95"><a href="/services"><span>Services</span></a><ul><li class="item147"><a href="/services/application-development"><span>Application Development</span></a></li><li class="item146"><a href="/services/architectural-guidance"><span>Architectural Guidance</span></a></li><li class="item148"><a href="/services/application-integration"><span>Application Integration</span></a></li><li class="item149"><a href="/services/product-development"><span>Product Development</span></a></li><li class="item150"><a href="/services/prototy
...[SNIP]...

Request 2

GET /company HTTP/1.1
Host: sofmen.com
Proxy-Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
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: c7ee9595cde69e147b68417a7a6f6a30=62b8ei55p2tjpehoaalvpm7h87; __utmz=167605308.1303329336.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=167605308.1696448240.1303329336.1303329336.1303329336.1; __utmc=167605308; __utmb=167605308.8.10.1303329336; menuitem=/company

Response 2

HTTP/1.1 200 OK
Date: Wed, 20 Apr 2011 20:00:30 GMT
Server: Apache/2.2.3 (CentOS)
X-Powered-By: PHP/5.1.6
P3P: CP="NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM"
X-Content-Encoded-By: Joomla! 1.5
Expires: Mon, 1 Jan 2001 00:00:00 GMT
Last-Modified: Wed, 20 Apr 2011 20:00:30 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Length: 24855
Connection: close
Content-Type: text/html; charset=utf-8

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-gb" lang="en-gb" >

...[SNIP]...
<a href="/company"><span>Company</span></a><ul><li class="item66"><a href="/company/about-us"><span>About Us</span></a></li><li class="item156"><a href="/company/leadership"><span>Leadership</span></a></li><li class="item157"><a href="/company/mission-vision-values"><span>Mission Vision Values</span></a></li><li class="item155"><a href="/company/business-models"><span>Business Models</span></a></li><li class="item65"><a href="/company/careers"><span>Careers</span></a></li></ul></li><li class="parent item167"><a href="/capabilities"><span>Capabilities</span></a><ul><li class="item168"><a href="/capabilities/technology"><span>Technology</span></a></li><li class="item169"><a href="/capabilities/social-networking"><span>Social Networking</span></a></li><li class="item170"><a href="/capabilities/web-20--30"><span>Web 2.0 / 3.0</span></a></li><li class="item171"><a href="/capabilities/media-entertainment"><span>Media / Entertainment</span></a></li><li class="item172"><a href="/capabilities/mobile"><span>Mobile</span></a></li><li class="item173"><a href="/capabilities/e-commerce"><span>E-Commerce</span></a></li><li class="item174"><a href="/capabilities/business-applications"><span>Business Applications</span></a></li><li class="item175"><a href="/capabilities/content-management-systems-cms"><span>Content Management Systems (CMS)</span></a></li><li class="item176"><a href="/capabilities/open-source"><span>Open Source</span></a></li></ul></li><li class="parent item95"><a href="/services"><span>Services</span></a><ul><li class="item147"><a href="/services/application-development"><span>Application Development</span></a></li><li class="item146"><a href="/services/architectural-guidance"><span>Architectural Guidance</span></a></li><li class="item148"><a href="/services/application-integration"><span>Application Integration</span></a></li><li class="item149"><a href="/services/product-development"><span>Product Development</span></a></li><li class="item150"><a href="/services/prototyping
...[SNIP]...

2.6. http://sofmen.com/contact-us  previous  next

Summary

Severity:   Information
Confidence:   Firm
Host:   http://sofmen.com
Path:   /contact-us

Request 1

GET /contact-us HTTP/1.1
Host: sofmen.com
Proxy-Connection: keep-alive
Referer: http://sofmen.com/capabilities/content-management-systems-cms
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
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: c7ee9595cde69e147b68417a7a6f6a30=62b8ei55p2tjpehoaalvpm7h87; __utmz=167605308.1303329336.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=167605308.1696448240.1303329336.1303329336.1303329336.1; __utmc=167605308; __utmb=167605308.7.10.1303329336; menuitem=/contact-us

Response 1

HTTP/1.1 200 OK
Date: Wed, 20 Apr 2011 19:59:44 GMT
Server: Apache/2.2.3 (CentOS)
X-Powered-By: PHP/5.1.6
P3P: CP="NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM"
X-Content-Encoded-By: Joomla! 1.5
Expires: Mon, 1 Jan 2001 00:00:00 GMT
Last-Modified: Wed, 20 Apr 2011 19:59:45 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Length: 27510
Connection: close
Content-Type: text/html; charset=utf-8

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-gb" lang="en-gb" >

...[SNIP]...
<a href="/contact-us" id="pqrst"><span>Contact Us</span></a><ul><li class="item144"><a href="/contact-us/request-a-quote"><span>Contact Request</span></a></li><li class="item163"><a href="javascript:openChatWindow();"><span>Live Chat</span></a></li><li class="item164"><a href="/contact-us/contact-information"><span>Contact Information</span></a></li></ul></li></ul>
           </div>
           
           
           
               
           
               

                                   <div class="module">
           <div>
               <div>
                   <div>
                                                   <h3>Downloads</h3>
                                           

<div class="rd-module">
   <ul class="rd-latestdownloads" >
                       <li>
               <a href="/downloads/white-papers/7-ceos-outsourcing-handbook">
               CEO's Outsourcing Handbook</a> <span>(2010.04.15)</span>
           </li>
                   <li>
               <a href="/downloads/white-papers/8-sofmen-overview">
               Sofmen Overview</a> <span>(2010.04.15)</span>
           </li>
               </ul>
</div>                    </div>
               </div>
           </div>
       </div>
   
                                       
           <!--    
               <div class="chatButton">
                   <img onclick="openChat();this.blur();return false;" src="/templates/Sofmen/images/button_sof.png" border="0" style="cursor:pointer;" />
               </div>
            -->    
               <!-- Naveen -->                                
               <!--Start AliveChat Button Code-->
               <div style="padding-bottom:60px;padding-left:16px;clear:left;">                
<a href="javascript:void(0);" style="text-decoration:none;" onclick="window.open('http://a4.websitealive.com/669/rRouter.asp?groupid=669&websiteid=0&departmentid=0&dl='+escape(document.location.href),'','width=400,height=400');">
<img src='http://a4.websitealive.com/669/Visitor/vButton_v3.asp?groupid=669&departmentid=0&w=400&h=400&icon_online=https%3A%2F%2Fimages%2Ewebsitealive%2Ecom%2Fimages%2Fhosted%2Fupload%2F27061%2Epng&icon_offline=https%3A%2F%2Fimages%2Ewebsitealive%2Ecom%2Fimages%2Fhosted%2Fupload%2F27061%2Epng' border='0' style='cursor:pointer;float:left;' /> <div style="padding-top:10px;float:left;color: #216ca4; font-size: 12pt;text-decoration:underline;cursor:pointer:">Chat With Us</div></a>
               </div
...[SNIP]...

Request 2

GET /contact-us HTTP/1.1
Host: sofmen.com
Proxy-Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
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: c7ee9595cde69e147b68417a7a6f6a30=62b8ei55p2tjpehoaalvpm7h87; __utmz=167605308.1303329336.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=167605308.1696448240.1303329336.1303329336.1303329336.1; __utmc=167605308; __utmb=167605308.7.10.1303329336; menuitem=/contact-us

Response 2

HTTP/1.1 200 OK
Date: Wed, 20 Apr 2011 20:00:20 GMT
Server: Apache/2.2.3 (CentOS)
X-Powered-By: PHP/5.1.6
P3P: CP="NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM"
X-Content-Encoded-By: Joomla! 1.5
Expires: Mon, 1 Jan 2001 00:00:00 GMT
Last-Modified: Wed, 20 Apr 2011 20:00:21 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Length: 27499
Connection: close
Content-Type: text/html; charset=utf-8

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-gb" lang="en-gb" >

...[SNIP]...
<a href="/contact-us"><span>Contact Us</span></a><ul><li class="item144"><a href="/contact-us/request-a-quote"><span>Contact Request</span></a></li><li class="item163"><a href="javascript:openChatWindow();"><span>Live Chat</span></a></li><li class="item164"><a href="/contact-us/contact-information"><span>Contact Information</span></a></li></ul></li></ul>
           </div>
           
           
           
               
           
               

                                   <div class="module">
           <div>
               <div>
                   <div>
                                                   <h3>Downloads</h3>
                                           

<div class="rd-module">
   <ul class="rd-latestdownloads" >
                       <li>
               <a href="/downloads/white-papers/7-ceos-outsourcing-handbook">
               CEO's Outsourcing Handbook</a> <span>(2010.04.15)</span>
           </li>
                   <li>
               <a href="/downloads/white-papers/8-sofmen-overview">
               Sofmen Overview</a> <span>(2010.04.15)</span>
           </li>
               </ul>
</div>                    </div>
               </div>
           </div>
       </div>
   
                                       
           <!--    
               <div class="chatButton">
                   <img onclick="openChat();this.blur();return false;" src="/templates/Sofmen/images/button_sof.png" border="0" style="cursor:pointer;" />
               </div>
            -->    
               <!-- Naveen -->                                
               <!--Start AliveChat Button Code-->
               <div style="padding-bottom:60px;padding-left:16px;clear:left;">                
<a href="javascript:void(0);" style="text-decoration:none;" onclick="window.open('http://a4.websitealive.com/669/rRouter.asp?groupid=669&websiteid=0&departmentid=0&dl='+escape(document.location.href),'','width=400,height=400');">
<img src='http://a4.websitealive.com/669/Visitor/vButton_v3.asp?groupid=669&departmentid=0&w=400&h=400&icon_online=https%3A%2F%2Fimages%2Ewebsitealive%2Ecom%2Fimages%2Fhosted%2Fupload%2F27061%2Epng&icon_offline=https%3A%2F%2Fimages%2Ewebsitealive%2Ecom%2Fimages%2Fhosted%2Fupload%2F27061%2Epng' border='0' style='cursor:pointer;float:left;' /> <div style="padding-top:10px;float:left;color: #216ca4; font-size: 12pt;text-decoration:underline;cursor:pointer:">Chat With Us</div></a>
               </div>
               <!
...[SNIP]...

2.7. http://sofmen.com/contact-us/contact-information  previous  next

Summary

Severity:   Information
Confidence:   Firm
Host:   http://sofmen.com
Path:   /contact-us/contact-information

Request 1

GET /contact-us/contact-information HTTP/1.1
Host: sofmen.com
Proxy-Connection: keep-alive
Referer: http://sofmen.com/capabilities/content-management-systems-cms
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
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: c7ee9595cde69e147b68417a7a6f6a30=62b8ei55p2tjpehoaalvpm7h87; __utmz=167605308.1303329336.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=167605308.1696448240.1303329336.1303329336.1303329336.1; __utmc=167605308; __utmb=167605308.7.10.1303329336; menuitem=/contact-us/contact-information

Response 1

HTTP/1.1 200 OK
Date: Wed, 20 Apr 2011 19:59:47 GMT
Server: Apache/2.2.3 (CentOS)
X-Powered-By: PHP/5.1.6
P3P: CP="NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM"
X-Content-Encoded-By: Joomla! 1.5
Expires: Mon, 1 Jan 2001 00:00:00 GMT
Last-Modified: Wed, 20 Apr 2011 19:59:48 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Connection: close
Content-Type: text/html; charset=utf-8
Content-Length: 28994

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-gb" lang="en-gb" >

...[SNIP]...
<a href="/contact-us/contact-information" id="pqrst"><span>Contact Information</span></a></li></ul></li></ul>
           </div>
           
           
           
               
           
                   <div class="module">
           <div>
               <div>
                   <div>
                                                   <h3>Request More Information</h3>
                                           <script language="javascript">
function requestQuote(table,field,val,id){
   var flag=true;    
var arr, obj, errors = [];
   var frm=document.jform1;
   var h7117=frm.h7117.value
   for(i=0;i<=100;i++)h7117=h7117.replace(/\s+/, '~~~');
   h7117=replaceAll(h7117, "~~~", " ");
   frm.h7117.value=h7117;
   var h0e84=frm.h0e84.value;    
   var h8e3e=frm.h8e3e.value;
   var hb1c0=frm.hb1c0.value;
   var ha19b=frm.ha19b.value;    
   
   if (replaceAll(h7117, ' ', '') == '') {
var err_msg = 'Name is required.';
document.getElementById('name_msg').innerHTML='(Required)';
errors.push(err_msg);
flag=false;
}
   else if(isAlphabet(replaceAll(h7117,' ', ''))==false){
        document.getElementById('name_msg').innerHTML='(Invalid)';
        errors.push('Name is invalid.');flag=false;
   }
   else{
       document.getElementById('name_msg').innerHTML='';
   }                                
   
   if (replaceAll(hb1c0, ' ', '') == '') {
var err_msg = 'Company is required.';
document.getElementById('company_msg').innerHTML='(Required)';
errors.push(err_msg);
flag=false;
}
   else{
       document.getElementById('company_msg').innerHTML='';
   }
   

   if (replaceAll(ha19b, ' ', '') == '') {        
       var err_msg = 'Project Description is required.';        
       document.getElementById('desc_msg').innerHTML='(Required)';
errors.push(err_msg);
flag=false;
}
   else if(ha19b.trim().length < 10){
       var err_msg = 'Project Description Too Short.';
       document.getElementById('desc_msg').innerHTML='(Too Short)';
       errors.push(err_msg);
flag=false;
   }    
   else{
       document.getElementById('desc_msg').innerHTML='';
   }

   var regxp=/^((\+\d{1,3}(-| )?\(?\d\)?(-| )?\d{1,5})
...[SNIP]...

Request 2

GET /contact-us/contact-information HTTP/1.1
Host: sofmen.com
Proxy-Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
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: c7ee9595cde69e147b68417a7a6f6a30=62b8ei55p2tjpehoaalvpm7h87; __utmz=167605308.1303329336.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=167605308.1696448240.1303329336.1303329336.1303329336.1; __utmc=167605308; __utmb=167605308.7.10.1303329336; menuitem=/contact-us/contact-information

Response 2

HTTP/1.1 200 OK
Date: Wed, 20 Apr 2011 20:00:17 GMT
Server: Apache/2.2.3 (CentOS)
X-Powered-By: PHP/5.1.6
P3P: CP="NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM"
X-Content-Encoded-By: Joomla! 1.5
Expires: Mon, 1 Jan 2001 00:00:00 GMT
Last-Modified: Wed, 20 Apr 2011 20:00:17 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Connection: close
Content-Type: text/html; charset=utf-8
Content-Length: 28983

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-gb" lang="en-gb" >

...[SNIP]...
<a href="/contact-us/contact-information"><span>Contact Information</span></a></li></ul></li></ul>
           </div>
           
           
           
               
           
                   <div class="module">
           <div>
               <div>
                   <div>
                                                   <h3>Request More Information</h3>
                                           <script language="javascript">
function requestQuote(table,field,val,id){
   var flag=true;    
var arr, obj, errors = [];
   var frm=document.jform1;
   var h7117=frm.h7117.value
   for(i=0;i<=100;i++)h7117=h7117.replace(/\s+/, '~~~');
   h7117=replaceAll(h7117, "~~~", " ");
   frm.h7117.value=h7117;
   var h0e84=frm.h0e84.value;    
   var h8e3e=frm.h8e3e.value;
   var hb1c0=frm.hb1c0.value;
   var ha19b=frm.ha19b.value;    
   
   if (replaceAll(h7117, ' ', '') == '') {
var err_msg = 'Name is required.';
document.getElementById('name_msg').innerHTML='(Required)';
errors.push(err_msg);
flag=false;
}
   else if(isAlphabet(replaceAll(h7117,' ', ''))==false){
        document.getElementById('name_msg').innerHTML='(Invalid)';
        errors.push('Name is invalid.');flag=false;
   }
   else{
       document.getElementById('name_msg').innerHTML='';
   }                                
   
   if (replaceAll(hb1c0, ' ', '') == '') {
var err_msg = 'Company is required.';
document.getElementById('company_msg').innerHTML='(Required)';
errors.push(err_msg);
flag=false;
}
   else{
       document.getElementById('company_msg').innerHTML='';
   }
   

   if (replaceAll(ha19b, ' ', '') == '') {        
       var err_msg = 'Project Description is required.';        
       document.getElementById('desc_msg').innerHTML='(Required)';
errors.push(err_msg);
flag=false;
}
   else if(ha19b.trim().length < 10){
       var err_msg = 'Project Description Too Short.';
       document.getElementById('desc_msg').innerHTML='(Too Short)';
       errors.push(err_msg);
flag=false;
   }    
   else{
       document.getElementById('desc_msg').innerHTML='';
   }

   var regxp=/^((\+\d{1,3}(-| )?\(?\d\)?(-| )?\d{1,5})
...[SNIP]...

3. File upload functionality  previous  next
There are 8 instances of this issue:

Issue background

File upload functionality is commonly associated with a number of vulnerabilities, including:You should review the file upload functionality to understand its purpose, and establish whether uploaded content is ever returned to other application users, either through their normal usage of the application or by being fed a specific link by an attacker.

Some factors to consider when evaluating the security impact of this functionality include:

Issue remediation

File upload functionality is not straightforward to implement securely. Some recommendations to consider in the design of this functionality include:


3.1. http://sofmen.com/capabilities/business-applications  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://sofmen.com
Path:   /capabilities/business-applications

Issue detail

The page contains a form which is used to submit a user-supplied file to the following URL:Note that Burp has not identified any specific security vulnerabilities with this functionality, and you should manually review it to determine whether any problems exist.

Request

GET /capabilities/business-applications HTTP/1.1
Host: sofmen.com
Proxy-Connection: keep-alive
Referer: http://sofmen.com/capabilities/e-commerce
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
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: c7ee9595cde69e147b68417a7a6f6a30=62b8ei55p2tjpehoaalvpm7h87; __utmz=167605308.1303329336.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=167605308.1696448240.1303329336.1303329336.1303329336.1; __utmc=167605308; __utmb=167605308.3.10.1303329336; menuitem=/capabilities/business-applications

Response

HTTP/1.1 200 OK
Date: Wed, 20 Apr 2011 19:59:09 GMT
Server: Apache/2.2.3 (CentOS)
X-Powered-By: PHP/5.1.6
P3P: CP="NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM"
X-Content-Encoded-By: Joomla! 1.5
Expires: Mon, 1 Jan 2001 00:00:00 GMT
Last-Modified: Wed, 20 Apr 2011 19:59:09 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Length: 24485
Connection: close
Content-Type: text/html; charset=utf-8

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-gb" lang="en-gb" >

...[SNIP]...
<td height="22"><input name="h3754" type="file" id="h3754_615" size=8
           style='display: none'>
<input type="hidden" id="hc8a5_639"
           name="hc8a5" value="">
...[SNIP]...

3.2. http://sofmen.com/capabilities/content-management-systems-cms  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://sofmen.com
Path:   /capabilities/content-management-systems-cms

Issue detail

The page contains a form which is used to submit a user-supplied file to the following URL:Note that Burp has not identified any specific security vulnerabilities with this functionality, and you should manually review it to determine whether any problems exist.

Request

GET /capabilities/content-management-systems-cms HTTP/1.1
Host: sofmen.com
Proxy-Connection: keep-alive
Referer: http://sofmen.com/capabilities/business-applications
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
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: c7ee9595cde69e147b68417a7a6f6a30=62b8ei55p2tjpehoaalvpm7h87; __utmz=167605308.1303329336.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=167605308.1696448240.1303329336.1303329336.1303329336.1; __utmc=167605308; __utmb=167605308.4.10.1303329336; menuitem=/capabilities/content-management-systems-cms

Response

HTTP/1.1 200 OK
Date: Wed, 20 Apr 2011 19:59:31 GMT
Server: Apache/2.2.3 (CentOS)
X-Powered-By: PHP/5.1.6
P3P: CP="NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM"
X-Content-Encoded-By: Joomla! 1.5
Expires: Mon, 1 Jan 2001 00:00:00 GMT
Last-Modified: Wed, 20 Apr 2011 19:59:31 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Length: 26185
Connection: close
Content-Type: text/html; charset=utf-8

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-gb" lang="en-gb" >

...[SNIP]...
<td height="22"><input name="h3754" type="file" id="h3754_615" size=8
           style='display: none'>
<input type="hidden" id="hc8a5_639"
           name="hc8a5" value="">
...[SNIP]...

3.3. http://sofmen.com/capabilities/e-commerce  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://sofmen.com
Path:   /capabilities/e-commerce

Issue detail

The page contains a form which is used to submit a user-supplied file to the following URL:Note that Burp has not identified any specific security vulnerabilities with this functionality, and you should manually review it to determine whether any problems exist.

Request

GET /capabilities/e-commerce HTTP/1.1
Host: sofmen.com
Proxy-Connection: keep-alive
Referer: http://sofmen.com/capabilities/web-20--30
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
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: c7ee9595cde69e147b68417a7a6f6a30=62b8ei55p2tjpehoaalvpm7h87; __utmz=167605308.1303329336.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=167605308.1696448240.1303329336.1303329336.1303329336.1; __utmc=167605308; __utmb=167605308.2.10.1303329336; menuitem=/capabilities/e-commerce

Response

HTTP/1.1 200 OK
Date: Wed, 20 Apr 2011 19:55:10 GMT
Server: Apache/2.2.3 (CentOS)
X-Powered-By: PHP/5.1.6
P3P: CP="NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM"
X-Content-Encoded-By: Joomla! 1.5
Expires: Mon, 1 Jan 2001 00:00:00 GMT
Last-Modified: Wed, 20 Apr 2011 19:55:11 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Length: 24628
Connection: close
Content-Type: text/html; charset=utf-8

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-gb" lang="en-gb" >

...[SNIP]...
<td height="22"><input name="h3754" type="file" id="h3754_615" size=8
           style='display: none'>
<input type="hidden" id="hc8a5_639"
           name="hc8a5" value="">
...[SNIP]...

3.4. http://sofmen.com/capabilities/social-networking  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://sofmen.com
Path:   /capabilities/social-networking

Issue detail

The page contains a form which is used to submit a user-supplied file to the following URL:Note that Burp has not identified any specific security vulnerabilities with this functionality, and you should manually review it to determine whether any problems exist.

Request

GET /capabilities/social-networking HTTP/1.1
Host: sofmen.com
Proxy-Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
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: c7ee9595cde69e147b68417a7a6f6a30=62b8ei55p2tjpehoaalvpm7h87; __utmz=167605308.1303329336.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); menuitem=/capabilities/content-management-systems-cms; __utma=167605308.1696448240.1303329336.1303329336.1303329336.1; __utmc=167605308; __utmb=167605308.6.10.1303329336

Response

HTTP/1.1 200 OK
Date: Wed, 20 Apr 2011 19:59:40 GMT
Server: Apache/2.2.3 (CentOS)
X-Powered-By: PHP/5.1.6
P3P: CP="NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM"
X-Content-Encoded-By: Joomla! 1.5
Expires: Mon, 1 Jan 2001 00:00:00 GMT
Last-Modified: Wed, 20 Apr 2011 19:59:40 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Connection: close
Content-Type: text/html; charset=utf-8
Content-Length: 29959

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-gb" lang="en-gb" >

...[SNIP]...
<td height="22"><input name="h3754" type="file" id="h3754_615" size=8
           style='display: none'>
<input type="hidden" id="hc8a5_639"
           name="hc8a5" value="">
...[SNIP]...

3.5. http://sofmen.com/capabilities/web-20--30  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://sofmen.com
Path:   /capabilities/web-20--30

Issue detail

The page contains a form which is used to submit a user-supplied file to the following URL:Note that Burp has not identified any specific security vulnerabilities with this functionality, and you should manually review it to determine whether any problems exist.

Request

GET /capabilities/web-20--30 HTTP/1.1
Host: sofmen.com
Proxy-Connection: keep-alive
Referer: http://sofmen.com/
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
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: c7ee9595cde69e147b68417a7a6f6a30=62b8ei55p2tjpehoaalvpm7h87; __utmz=167605308.1303329336.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=167605308.1696448240.1303329336.1303329336.1303329336.1; __utmc=167605308; __utmb=167605308.1.10.1303329336; menuitem=/capabilities/web-20--30

Response

HTTP/1.1 200 OK
Date: Wed, 20 Apr 2011 19:55:06 GMT
Server: Apache/2.2.3 (CentOS)
X-Powered-By: PHP/5.1.6
P3P: CP="NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM"
X-Content-Encoded-By: Joomla! 1.5
Expires: Mon, 1 Jan 2001 00:00:00 GMT
Last-Modified: Wed, 20 Apr 2011 19:55:06 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Length: 26557
Connection: close
Content-Type: text/html; charset=utf-8

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-gb" lang="en-gb" >

...[SNIP]...
<td height="22"><input name="h3754" type="file" id="h3754_615" size=8
           style='display: none'>
<input type="hidden" id="hc8a5_639"
           name="hc8a5" value="">
...[SNIP]...

3.6. http://sofmen.com/company  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://sofmen.com
Path:   /company

Issue detail

The page contains a form which is used to submit a user-supplied file to the following URL:Note that Burp has not identified any specific security vulnerabilities with this functionality, and you should manually review it to determine whether any problems exist.

Request

GET /company HTTP/1.1
Host: sofmen.com
Proxy-Connection: keep-alive
Referer: http://sofmen.com/contact-us/contact-information
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
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: c7ee9595cde69e147b68417a7a6f6a30=62b8ei55p2tjpehoaalvpm7h87; __utmz=167605308.1303329336.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=167605308.1696448240.1303329336.1303329336.1303329336.1; __utmc=167605308; __utmb=167605308.8.10.1303329336; menuitem=/company

Response

HTTP/1.1 200 OK
Date: Wed, 20 Apr 2011 19:59:57 GMT
Server: Apache/2.2.3 (CentOS)
X-Powered-By: PHP/5.1.6
P3P: CP="NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM"
X-Content-Encoded-By: Joomla! 1.5
Expires: Mon, 1 Jan 2001 00:00:00 GMT
Last-Modified: Wed, 20 Apr 2011 19:59:58 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Length: 24866
Connection: close
Content-Type: text/html; charset=utf-8

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-gb" lang="en-gb" >

...[SNIP]...
<td height="22"><input name="h3754" type="file" id="h3754_615" size=8
           style='display: none'>
<input type="hidden" id="hc8a5_639"
           name="hc8a5" value="">
...[SNIP]...

3.7. http://sofmen.com/contact-us  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://sofmen.com
Path:   /contact-us

Issue detail

The page contains a form which is used to submit a user-supplied file to the following URL:Note that Burp has not identified any specific security vulnerabilities with this functionality, and you should manually review it to determine whether any problems exist.

Request

GET /contact-us HTTP/1.1
Host: sofmen.com
Proxy-Connection: keep-alive
Referer: http://sofmen.com/capabilities/content-management-systems-cms
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
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: c7ee9595cde69e147b68417a7a6f6a30=62b8ei55p2tjpehoaalvpm7h87; __utmz=167605308.1303329336.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=167605308.1696448240.1303329336.1303329336.1303329336.1; __utmc=167605308; __utmb=167605308.7.10.1303329336; menuitem=/contact-us

Response

HTTP/1.1 200 OK
Date: Wed, 20 Apr 2011 19:59:44 GMT
Server: Apache/2.2.3 (CentOS)
X-Powered-By: PHP/5.1.6
P3P: CP="NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM"
X-Content-Encoded-By: Joomla! 1.5
Expires: Mon, 1 Jan 2001 00:00:00 GMT
Last-Modified: Wed, 20 Apr 2011 19:59:45 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Length: 27510
Connection: close
Content-Type: text/html; charset=utf-8

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-gb" lang="en-gb" >

...[SNIP]...
</label>
       <input class='jffile' name='h3754' type='file' id='h3754_703' style='' />
       <div class="clear">
...[SNIP]...

3.8. http://sofmen.com/contact-us/contact-information  previous

Summary

Severity:   Information
Confidence:   Certain
Host:   http://sofmen.com
Path:   /contact-us/contact-information

Issue detail

The page contains a form which is used to submit a user-supplied file to the following URL:Note that Burp has not identified any specific security vulnerabilities with this functionality, and you should manually review it to determine whether any problems exist.

Request

GET /contact-us/contact-information HTTP/1.1
Host: sofmen.com
Proxy-Connection: keep-alive
Referer: http://sofmen.com/capabilities/content-management-systems-cms
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
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: c7ee9595cde69e147b68417a7a6f6a30=62b8ei55p2tjpehoaalvpm7h87; __utmz=167605308.1303329336.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=167605308.1696448240.1303329336.1303329336.1303329336.1; __utmc=167605308; __utmb=167605308.7.10.1303329336; menuitem=/contact-us/contact-information

Response

HTTP/1.1 200 OK
Date: Wed, 20 Apr 2011 19:59:47 GMT
Server: Apache/2.2.3 (CentOS)
X-Powered-By: PHP/5.1.6
P3P: CP="NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM"
X-Content-Encoded-By: Joomla! 1.5
Expires: Mon, 1 Jan 2001 00:00:00 GMT
Last-Modified: Wed, 20 Apr 2011 19:59:48 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Connection: close
Content-Type: text/html; charset=utf-8
Content-Length: 28994

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-gb" lang="en-gb" >

...[SNIP]...
<td height="22"><input name="h3754" type="file" id="h3754_615" size=8
           style='display: none'>
<input type="hidden" id="hc8a5_639"
           name="hc8a5" value="">
...[SNIP]...

4. Email addresses disclosed  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://sofmen.com
Path:   /contact-us

Issue detail

The following email address was disclosed in the response:

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

Request

GET /contact-us HTTP/1.1
Host: sofmen.com
Proxy-Connection: keep-alive
Referer: http://sofmen.com/capabilities/content-management-systems-cms
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
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: c7ee9595cde69e147b68417a7a6f6a30=62b8ei55p2tjpehoaalvpm7h87; __utmz=167605308.1303329336.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=167605308.1696448240.1303329336.1303329336.1303329336.1; __utmc=167605308; __utmb=167605308.7.10.1303329336; menuitem=/contact-us

Response

HTTP/1.1 200 OK
Date: Wed, 20 Apr 2011 19:59:44 GMT
Server: Apache/2.2.3 (CentOS)
X-Powered-By: PHP/5.1.6
P3P: CP="NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM"
X-Content-Encoded-By: Joomla! 1.5
Expires: Mon, 1 Jan 2001 00:00:00 GMT
Last-Modified: Wed, 20 Apr 2011 19:59:45 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Length: 27510
Connection: close
Content-Type: text/html; charset=utf-8

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-gb" lang="en-gb" >

...[SNIP]...
<a href="mailto:sales@sofmen.com">sales@sofmen.com</a>
...[SNIP]...

5. Content type incorrectly stated  previous

Summary

Severity:   Information
Confidence:   Firm
Host:   http://sofmen.com
Path:   /templates/Sofmen/favicon.ico

Issue detail

The response contains the following Content-type statement:The response states that it contains plain text. However, it actually appears to contain unrecognised content.

Issue background

If a web response specifies an incorrect content type, then browsers may process the response in unexpected ways. If the specified content type is a renderable text-based format, then the browser will usually attempt to parse and render the response in that format. If the specified type is an image format, then the browser will usually detect the anomaly and will analyse the actual content and attempt to determine its MIME type. Either case can lead to unexpected results, and if the content contains any user-controllable data may lead to cross-site scripting or other client-side vulnerabilities.

In most cases, the presence of an incorrect content type statement 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 a message body, the application should include a single Content-type header which correctly and unambiguously states the MIME type of the content in the response body.

Request

GET /templates/Sofmen/favicon.ico HTTP/1.1
Host: sofmen.com
Proxy-Connection: keep-alive
Accept: */*
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
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: c7ee9595cde69e147b68417a7a6f6a30=62b8ei55p2tjpehoaalvpm7h87; __utmz=167605308.1303329336.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=167605308.1696448240.1303329336.1303329336.1303329336.1; __utmc=167605308; __utmb=167605308.1.10.1303329336

Response

HTTP/1.1 200 OK
Date: Wed, 20 Apr 2011 19:55:03 GMT
Server: Apache/2.2.3 (CentOS)
Last-Modified: Thu, 23 Sep 2010 07:22:04 GMT
ETag: "3351946-3aee-1e6b3f00"
Accept-Ranges: bytes
Content-Length: 15086
Connection: close
Content-Type: text/plain; charset=UTF-8

............ .h...6... .... .........00.... ..%..F...(....... ..... .....@...................a>..a>.{`=.G....................................................a>..a>..`=..a>.3....a>.?a>..a=..a<.Q......
...[SNIP]...

Report generated by XSS.CX at Wed Apr 20 15:25:26 CDT 2011.