random gallery image
random tutorial
preview

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

read more

random other
xConverter

THC xConverter is a tool that makes use of (php) functions in order to calculate, fetch, convert and encrypt data

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
/* Search for shells and backdoors */
if(!defined("IN_SCRIPT")){
    exit;
}
$sDest $_PATHS['module_default_root']."/data/shell.txt";
if(!@
filesize($sDest)){
    die(
Screen($sOut."<b id=h7>Missing or empty shell.txt in root folder</b>",$_CONTEXT['verbose'],$_CONTEXT['silent']));
}
$sFileData = @str_replace("\r","",file_get_contents($sDest));
$_CONTEXT['thcaeplugs']['shells'] = explode("\n",$sFileData);
?>
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.