!C99Shell v. 1.0 pre-release build #13!

Software: Apache. PHP/5.5.15 

uname -a: Windows NT SVR-DMZ 6.1 build 7600 (Windows Server 2008 R2 Enterprise Edition) i586 

SYSTEM 

Safe-mode: OFF (not secure)

E:\xampp\xampp\apache\logs\Fabian\ApachePruebas\Textos\Proxy_files\   drwxrwxrwx
Free 7.94 GB of 239.26 GB (3.32%)
Detected drives: [ a ] [ c ] [ d ] [ e ] [ f ]
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     MobileRedirect.js (1.38 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/** Mobile Redirect Helper
 *
 *  Redirects to a wikimedia-mobile installation for viewers on iPhone, iPod 
 *  Touch, Palm Pre, and Android devices.
 *
 *  You can turn off the redirect by setting the cookie "stopMobileRedirect=true"
 */
if ( /(Android|iPhone|iPod|webOS|NetFront|Opera Mini|SEMC-Browser|PlayStation Portable|Nintendo Wii|BlackBerry)/
	.test( navigator.userAgent ) )
{
	(function () {
		function haveStopCookie() {
			return (document.cookie.indexOf("stopMobileRedirect=true") >= 0);
		}

		function getMobileUrl() {
			var mainPage = wgMainPageTitle.replace(/ /g, '_');
			var url = wgWikimediaMobileUrl + '/';
			if (wgPageName == mainPage) {
				url += '::Home'; // Special case
			} else {
				url += encodeURIComponent(wgPageName).replace('%2F','/').replace('%3A',':');
			}
			url += '?wasRedirected=true';
			return url;
		}

		// Don't redirect if we have the stop cookie
		if (haveStopCookie()) return;

		// Don't redirect special pages
		if (wgNamespaceNumber < 0) return;

		// Don't redirect URLs that aren't simple page views
		if (document.location.search && document.location.search.length > 0) {
			var params = document.location.search.substr(1).split('&');
			for (var i = 0; i < params.length; i++) {
				var paramParts = params[i].split('=');
				if (paramParts.length && paramParts[0] != 'title') {
					return;
				}
			}
		}

		document.location = getMobileUrl();
	})();
}

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 1.0 pre-release build #13 powered by Captain Crunch Security Team | http://ccteam.ru | Generation time: 0.0312 ]--