..we are going to create a new app for the hacksuite. We're not going to do anything fancy here, we will make a simple app to get familiar how to write compatible scripts for the..
Attempts to find suspicious and evil files or code
<?php
/* Start of body template
Author: Remco Kouw
Site: http://www.hacksuite.com
Last Edit: 31-12-2014
*/
if(!defined('IN_SCRIPT')){
exit;
}
// main
$_CONTEXT['htmlo'] .= "<body>\n";
$_CONTEXT['htmlo'] .= "<div class=\"containerx\">\n";
$_CONTEXT['htmlo'] .= "<div class=\"container\">\n";
$_CONTEXT['htmlo'] .= " <div class=\"logoblock\">\n";
$_CONTEXT['htmlo'] .= " <div class=\"thclogo\">\n";
$_CONTEXT['htmlo'] .= " <a href=\"index.php\"><img src=\"Templates/".$_PATHS['style_user']."/images/thc_logo.png\" alt=\"THC HackSuite Logo\" /></a>\n";
$_CONTEXT['htmlo'] .= " <div class=\"dhead\"><div class=\"dvers\">".$_CONTEXT['projcname']." ".$_CONTEXT['version']."</div></div>\n";
$_CONTEXT['htmlo'] .= " </div>\n";
$_CONTEXT['htmlo'] .= " </div>\n";
$_CONTEXT['htmlo'] .= " <div class=\"clear\"></div>\n";
$_CONTEXT['htmlo'] .= " <div class=\"content edgeglow pad5\">\n";
$_CONTEXT['htmlo'] .= " <div class=\"links edgeglow pad5\">\n";
?>