random gallery image
random tutorial
preview

..you how to make a multi bridge between THC_DO, THC_SS and THC_II and keep track of the output in realtime using iframes. So what exactly are we going to do? First of all if you don't..

read more

random information gathering
THC Sscan

THC Sscan is a very versatile tool for scanning (html) files

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
session_cache_limiter
('nocache');
header('Expires: '.gmdate('r',0));
header('Content-type: text/html');
$_DYNAMIC_ROOT "../..";
include_once(
"../../header.php");
include_once(
"convertopt.php");
// find function
$bExists false;
$aOptions = array();
$sFields "";
for(
$x=0;$x<count($_CONVERT);$x++){
    if(
$_CONVERT[$x]['function']==$_POST['function']){
        
$bExists true;
        for(
$y=0;$y<count($_CONVERT[$x]['fieldnames']);$y++){
            
// make fields
            
$sFields .= "    <div class=\"modrow\" id=\"temp\">\n";
            
$sFields .= "        <div class=\"modleft\">".$_CONVERT[$x]['fieldnames'][$y]."</div>\n";
            
$sFields .= "        <div class=\"modright\">";
            switch(
$_CONVERT[$x]['type'][$y]){
                
// input
                
case 0:
                
$sFields .= "<input type=\"text\" name=\"sInput".$y."\" value=\"\" size=\"35\" />";
                break;
                
// textarea
                
case 1:
                
$sFields .= "<textarea rows=\"5\" cols=\"35\" name=\"sInput".$y."\"></textarea>";
                break;
                
// input
                
default:
                
$sFields .= "<input type=\"text\" name=\"sInput".$y."\" value=\"\" size=\"35\" />";
            }
            
$sFields .= "        </div>\n";
            
$sFields .= "    </div>\n";
        }
        break;
    }
}
echo 
$sFields;
?>
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.