Cyber Anakins Lightsaber - A Minishell-based backdoor

Current Path : /home/bjb2293782/xn--80abaeoqbbrbgf8aea5a2a2z.xn--p1ai/docs/
Upload File :
Current File : /home/bjb2293782/xn--80abaeoqbbrbgf8aea5a2a2z.xn--p1ai/docs/print.js

function doPrintPage()
{
	var html = '<html><head>\n';
	html+='<meta charset=UTF-8>\n';
	html+='<title>Библиотеки Королёва</title>\n';
	html+='<link rel="stylesheet" href="fonts.css" type="text/css">\n';
	html+='<link rel="stylesheet" href="styles.css" type="text/css">\n';
	html+='<link rel="icon" href="favicon.ico" type="image/x-icon"> \n';
	html+='<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">\n';
	html+='</head>\n';
	html+='<body>\n';

	html+=document.getElementById('siteMainColumn').innerHTML;

	html+='</body>\n';
	html+='</html>';


	var win = window.open();
	win.document.write(html);
	win.print();
	win.close();
}

May the force be with you, always.