random gallery image
random tutorial
preview

..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 suite. We are..

read more

random vulnerability assesment
Mister LG

Mister LG can create upload forms and test targets on file upload vulnerabilities

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
/* modules */
include_once("header.php");
$_CONTEXT['page_title'] = "THC HackSuite CMS: MODULES";
$_CONTEXT['subtitle'] = "HackSuite Modules";
$sCode = (isset($sCode) ? $sCode "");
$sModules "";
$sFalseImg $_PATHS['style_root_http']."/images/unknown.png";
foreach(
$_CONTEXT['modcats'] as $sCat=>$aValues){
    
$sModules .= "            <div class=\"emboss borderr5 border1pxtrans pad5 edgeglow overflw\">\n";
    
$sModules .= "                <div class=\"embosshdrnocenter border1pxtrans pad10\">".strtoupper(str_replace("_"," ",$sCat))."</div>\n";
    for(
$x=0;$x<count($aValues);$x++){
        
$sMod $aValues[$x][0];
        
$sModules .= "                <div class=\"w375 flt pad5 blk overflw\">\n";
        
$sModules .= "                    <div class=\"overflw\">\n";
        
$sDest = (file_exists($_PATHS['root']."/Modules/".$sMod."/".$sMod.".png") ? $_PATHS['root_http']."/Modules/".$sMod."/".$sMod.".png" $sFalseImg);
        
$sModules .= "                        <div class=\"w100\"><a href=\"".$_PATHS['root_http']."/index.php?module=".$sMod."\"><img src=\"".$sDest."\" width=\"90\" class=\"padt20 padl5\" border=\"0\" /></a></div>\n";
        
$sModules .= "                        <div class=\"borderr15 h150 border1pxstrans padt10 padr5 emboss\"><a href=\"".$_PATHS['root_http']."/index.php?module=".$sMod."\">".$aValues[$x][1]."</a>".(isset($_CONTEXT['modules'][$sMod]['version']) ? " - ".$_CONTEXT['modules'][$sMod]['version'] : "n/a")."<br />".(isset($_CONTEXT['modules'][$sMod]['description']) ? $_CONTEXT['modules'][$sMod]['description'] : "n/a")."</div>\n";
        
$sModules .= "                    </div>\n";
        
$sModules .= "                </div>\n";
    }
    
$sModules .= "            </div>\n";
    
$sModules .= "            <div class=\"clear\"></div>\n";
}
$sCode .= ($sModules=="" "            <div class=\"spacingmsg\">".$_CONTEXT['result_headers']['notice']."No modules have been installed</div>" $sModules);
include_once(
$_PATHS['style_root']."/index.php");
?>
powered by
site stats
cms statistics:
version: 0.6.0
downloads: 4381
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.