random gallery image
random tutorial
preview

..will make a new module and not just some new module, nope let's make a fully automatic injection script! This tutorial is the first step into making this. Let's first explain what we're..

read more

random generators
THC xMap

Creates a blueprint/map of a server folder

more about this module
more of this category
more modules

HackSuite File Library
File Library
Here you can find the latest files and structure of the THC HackSuite, note that if you have an earlier version of the suite it's not recommended to update files manually. Instead you should overwrite your existing HackSuite environment.
<?php
/* servers */
include_once("header.php");
$_CONTEXT['page_title'] = "THC HackSuite CMS: SERVERS";
$_CONTEXT['subtitle'] = "HackSuite Servers";
$sJSDev "<script type=\"text/javascript\" src=\"Templates/".$_PATHS['style_user']."/js/postservercfg.js\"></script>\n";
$_CONTEXT['headers'] = isset($_CONTEXT['headers']) ? $_CONTEXT['headers'].$sJSDev $sJSDev;
$sCode = (isset($sCode) ? $sCode "");
$sServers "";
$sFalseImg $_PATHS['style_root_http']."/images/unknown.png";
if(
false!=($iExtra = @count($_CONTEXT['services']))){
    
$sServers .= "            <div class=\"emboss borderr5 border1pxtrans pad5 edgeglow overflw\">\n";
    
$sServers .= "                <div class=\"embosshdrnocenter border1pxtrans pad10\">Vulnerable TestServers</div>\n";
    for(
$x=0;$x<$iExtra;$x++){
        
$sServers .= "                <div class=\"w250 flt pad5 blk overflw\">\n";
        
$sServers .= "                    <div class=\"overflw\">\n";
        
$sDest = (file_exists($_PATHS['style_root']."/images/".$_CONTEXT['services'][$x][2]) ? $_PATHS['style_root_http']."/images/".$_CONTEXT['services'][$x][2] : $sFalseImg);
        
$sServers .= "                        <div><a href=\"TestServers/".$_CONTEXT['services'][$x][0]."\"><img src=\"".$sDest."\" width=\"60\" class=\"padt10 padl5\" border=\"0\" /></a></div>\n";
        
$sServers .= "                        <div class=\"borderr15 border1pxstrans padt5 emboss h80\"><b>".$_CONTEXT['services'][$x][1]."</b><div class=\"editcfg\" title=\"".$_CONTEXT['services'][$x][0]."\">[ change settings ]</div></div>\n";
        
$sServers .= "                    </div>\n";
        
$sServers .= "                </div>\n";
    }
    
$sServers .= "            </div>\n";
}
$sCode .= ($sServers=="" "            <div class=\"spacingmsg\">".$_CONTEXT['result_headers']['notice']."No servers have been installed</div>" $sServers);
include_once(
$_PATHS['style_root']."/index.php");
?>
powered by
site stats
cms statistics:
version: 0.6.0
downloads: 4384
native: 26
modules: 21
apps: 2
support development
It takes lots of calories in order to create new things for the hacksuite, so it would be grand if you could buy me a protein shake or extra energy to keep me going. Thanks!
disclaimer
We are not responsible for any direct or indirect damage caused by abusing the tools provided on hacksuite.com. The suite is developed for educational purposes, use at your own risk!
Created by Remco Kouw. Powered by protein shakes and a high calorie diet.