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 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
/*
Properties file for login_single_user.php
*/
$_PROPERTIES = array();
// iSleep
$_PROPERTIES['iSleep'] = array();
$_PROPERTIES['iSleep']['description'] = "sleep in seconds after a login failure";
$_PROPERTIES['iSleep']['default_value'] = 0;
$_PROPERTIES['iSleep']['input_type'] = "input";
$_PROPERTIES['iSleep']['type_expected'] = 0;
$_PROPERTIES['iSleep']['max_length'] = 0;
// iBanTimeSpan
$_PROPERTIES['iBanTimeSpan'] = array();
$_PROPERTIES['iBanTimeSpan']['description'] = "time in seconds your ip is banned from logging in, after x attempts";
$_PROPERTIES['iBanTimeSpan']['default_value'] = 900;
$_PROPERTIES['iBanTimeSpan']['input_type'] = "input";
$_PROPERTIES['iBanTimeSpan']['type_expected'] = "int";
$_PROPERTIES['iBanTimeSpan']['max_length'] = 2;
// iAttempts
$_PROPERTIES['iAttempts'] = array();
$_PROPERTIES['iAttempts']['description'] = "attempts until your ip gets banned from logging in for x seconds";
$_PROPERTIES['iAttempts']['default_value'] = 3;
$_PROPERTIES['iAttempts']['input_type'] = "input";
$_PROPERTIES['iAttempts']['type_expected'] = "int";
$_PROPERTIES['iAttempts']['max_length'] = 0;
// iUseLog
$_PROPERTIES['iUseLog'] = array();
$_PROPERTIES['iUseLog']['description'] = "use a log file to simulate real ip banning";
$_PROPERTIES['iUseLog']['default_value'] = 1;
$_PROPERTIES['iUseLog']['input_type'] = "checkbox";
$_PROPERTIES['iUseLog']['type_expected'] = "int";
$_PROPERTIES['iUseLog']['max_length'] = 1;
// sUser
$_PROPERTIES['sUser'] = array();
$_PROPERTIES['sUser']['description'] = "default username";
$_PROPERTIES['sUser']['default_value'] = "admin";
$_PROPERTIES['sUser']['input_type'] = "input";
$_PROPERTIES['sUser']['type_expected'] = "string";
$_PROPERTIES['sUser']['max_length'] = 0;
// sPass
$_PROPERTIES['sPass'] = array();
$_PROPERTIES['sPass']['description'] = "default password";
$_PROPERTIES['sPass']['default_value'] = "samantha";
$_PROPERTIES['sPass']['input_type'] = "input";
$_PROPERTIES['sPass']['type_expected'] = "string";
$_PROPERTIES['sPass']['max_length'] = 0;
// sFailed
$_PROPERTIES['sFailed'] = array();
$_PROPERTIES['sFailed']['description'] = "message that appears when you failed to login";
$_PROPERTIES['sFailed']['default_value'] = "wrong try again";
$_PROPERTIES['sFailed']['input_type'] = "input";
$_PROPERTIES['sFailed']['type_expected'] = "string";
$_PROPERTIES['sFailed']['max_length'] = 0;
// sBanned
$_PROPERTIES['sBanned'] = array();
$_PROPERTIES['sBanned']['description'] = "message that appears when your ip has been block for x minutes";
$_PROPERTIES['sBanned']['default_value'] = "you have been banned for a x amount of time";
$_PROPERTIES['sBanned']['input_type'] = "input";
$_PROPERTIES['sBanned']['type_expected'] = "string";
$_PROPERTIES['sBanned']['max_length'] = 0;
// sHacked
$_PROPERTIES['sHacked'] = array();
$_PROPERTIES['sHacked']['description'] = "message that appears when you logged in";
$_PROPERTIES['sHacked']['default_value'] = "thank you for logging in";
$_PROPERTIES['sHacked']['input_type'] = "input";
$_PROPERTIES['sHacked']['type_expected'] = "string";
$_PROPERTIES['sHacked']['max_length'] = 0;
?>
powered by
site stats
cms statistics:
version: 0.6.0
downloads: 4384
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.