random gallery image
random tutorial
preview

..we 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..

read more

random debugging
xAnalyze

xAnalyze is a module that can search through corrupt data and configuration files in order to find the exact position of errors

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
/* Path editor

Author: Remco Kouw
Site: http://www.hacksuite.com
Last Edit: 21-02-2015
*/
if(!defined('IN_SCRIPT')){
    exit;
}
$_CONTEXT['subtitle'] = "Path Editor";
$sDest $_PATHS['data_root']."/allowed_paths.php";
(!
IsThere($sDest) ? include_once($_PATHS['end']) : include($sDest));
$sJSDev "<script type=\"text/javascript\" src=\"Templates/".$_PATHS['style_user']."/js/path_edit.js\"></script>\n";
$_CONTEXT['headers'] = isset($_CONTEXT['headers']) ? $_CONTEXT['headers'].$sJSDev $sJSDev;
$sSelect "no folders allowed";
if(
false!==($iSelect = @count($_CONTEXT['allowedpaths']))){
    
$sSelect "<select name=\"sFolderName\">";
    for(
$x=0;$x<$iSelect;$x++){
        
$sSelect .= "<option value=\"".$_CONTEXT['allowedpaths'][$x]."\">".$_CONTEXT['allowedpaths'][$x]."</option>\n";
    }
    
$sSelect .= "</select>\n";
}
$sCode .= "                        <form class=\"pathform\"><div class=\"cc_summary emboss borderr5 border1pxtrans pad5 edgeglow\">\n";
$sCode .= "                            <div class=\"embosshdrnocenter border1pxtrans pad5\">EDIT PATHS</div>\n";
$sCode .= "                            <div class=\"cc_record\">\n";
$sCode .= "                                <div class=\"flt pad3 w150\"><b>path variable</b></div><div class=\"flt pad3\">".$sSelect."</div>\n";
$sCode .= "                            </div>\n";
$sCode .= "                            <div class=\"clear\" id=\"pathnames\"></div>\n";
$sCode .= "                            <div class=\"cc_record\">\n";
$sCode .= "                                <div class=\"flt pad3\"><input type=\"submit\" name=\"submit\" class=\"editpath\" value=\"Edit\" /></div>\n";
$sCode .= "                            </div>\n";
$sCode .= "                            <div class=\"clear\"></div>\n";
$sCode .= "                        </div></form>\n";
?>
powered by
site stats
cms statistics:
version: 0.6.0
downloads: 4380
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.