random gallery image
random tutorial
preview

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

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.
/* Adds useful hints to notification messages */
$(document).on("click","a.mlink",function(e){
    e.preventDefault();
    var textMessage = '';
    if($(this).attr('id')=='bf'){
        /* bruteforce */
        textMessage += 'Detected a possible threat to your environment, always make sure you have a strong password. For more information about this issue you can <a class="wrapcfg" id="6" href="#">view your log files</a>.';
    }
    else if($(this).attr('id')=='nopass'){
        /* no password */
        textMessage += 'You can increase your security by <a class="wrapcfg" id="12" href="#">specifying a password for hacksuite access</a>.';
    }
    else if($(this).attr('id')=='noip'){
        /* no ip address */
        textMessage += 'This option allows you to <a class="wrapcfg" id="12" href="#">bind the environment access to a range of ip addresses</a>.';
    }
    else if($(this).attr('id')=='samelog'){
        /* same log folder */
        textMessage += 'You can prevent people from directly accessing the log folder by <a class="wrapcfg" id="23" href="#">changing the folder name</a> and even the <a class="wrapcfg" id="24" href="#">log file names</a>.';
    }
    $('div#'+$(this).attr('id')).after('<div class=\"lnk flt pad3\"><i>'+textMessage+'</i></div>');
});
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.