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 bruteforce
AntiFTP

AntiFTP uses wordlists in order to bruteforce FTP user accounts

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
/*
Maintenance scan pages

Author: Remco Kouw
Site: http://www.hacksuite.com
Last Edit: 30-01-2015
*/
if(!defined("IN_SCRIPT")){
    exit;
}
$_CONTEXT['scantypes'] = array();
$_CONTEXT['scantypes'][0] = array();
$_CONTEXT['scantypes'][0]['label'] = "filesize check";
$_CONTEXT['scantypes'][0]['file'] = "cc_filesize_check.php";
$_CONTEXT['scantypes'][0]['enable_var'] = "allow_filesizescan";
$_CONTEXT['scantypes'][0]['output_var'] = "filesizecheck";
$_CONTEXT['scantypes'][0]['error_notice'] = "Filescan has been disabled.";
$_CONTEXT['scantypes'][1] = array();
$_CONTEXT['scantypes'][1]['label'] = "log analyze";
$_CONTEXT['scantypes'][1]['file'] = "cc_log_analyze.php";
$_CONTEXT['scantypes'][1]['enable_var'] = "allow_logfileanalyze";
$_CONTEXT['scantypes'][1]['output_var'] = "log_analyze";
$_CONTEXT['scantypes'][1]['error_notice'] = "Logfile analyze has been disabled.";
$_CONTEXT['scantypes'][2] = array();
$_CONTEXT['scantypes'][2]['label'] = "function check";
$_CONTEXT['scantypes'][2]['file'] = "cc_function_check.php";
$_CONTEXT['scantypes'][2]['enable_var'] = "allow_functcheck";
$_CONTEXT['scantypes'][2]['output_var'] = "missing_func";
$_CONTEXT['scantypes'][2]['error_notice'] = "Allow function check has been disabled.";
$_CONTEXT['scantypes'][3] = array();
$_CONTEXT['scantypes'][3]['label'] = "file amount scan";
$_CONTEXT['scantypes'][3]['file'] = "cc_filesindir_check.php";
$_CONTEXT['scantypes'][3]['enable_var'] = "allow_filesindirscan";
$_CONTEXT['scantypes'][3]['output_var'] = "exceeded_max_files";
$_CONTEXT['scantypes'][3]['error_notice'] = "Allow folder scan has been disabled.";
?>
powered by
site stats
cms statistics:
version: 0.6.0
downloads: 4372
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.