403Webshell
Server IP : 195.130.67.5  /  Your IP : 216.73.217.154
Web Server : Microsoft-IIS/10.0
System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586
User : IUSR ( 0)
PHP Version : 7.4.19
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  C:/inetpub/wwwroot/icd/administrator/components/com_ninjaxplorer/scripts/codepress/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : C:/inetpub/wwwroot/icd/administrator/components/com_ninjaxplorer/scripts/codepress/codepress.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
	<head>
		<title>CodePress - Real Time Syntax Highlighting Editor written in JavaScript</title>
		<meta name="description" content="CodePress - source code editor window" />
	
		<script type="text/javascript">
		var language = 'generic';
		var engine = 'older';
		var ua = navigator.userAgent;
		var ts = (new Date).getTime(); // timestamp to avoid cache
		var lh = location.href;
		
		if(ua.match('MSIE')) engine = 'msie';
		else if(ua.match('KHTML')) engine = 'khtml'; 
		else if(ua.match('Opera')) engine = 'opera'; 
		else if(ua.match('Gecko')) engine = 'gecko';
	
		if(lh.match('language=')) language = lh.replace(/.*language=(.*?)(&.*)?$/,'$1');
	
		document.write('<link type="text/css" href="codepress.css?ts='+ts+'" rel="stylesheet" />');
		document.write('<link type="text/css" href="languages/'+language+'.css?ts='+ts+'" rel="stylesheet" id="cp-lang-style" />');
		document.write('<scr'+'ipt type="text/javascript" src="engines/'+engine+'.js?ts='+ts+'"></scr'+'ipt>');
		document.write('<scr'+'ipt type="text/javascript" src="languages/'+language+'.js?ts='+ts+'"></scr'+'ipt>');
		</script>
	
	</head>
	<body>
		<script type="text/javascript">
		if(engine == "msie") document.write('<pre></pre>');
		</script>
	</body>
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit