random gallery image
random tutorial
preview

..I will show 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..

read more

random stress testing
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.
$(document).ready(function(){
     $('div.formcheckbox').animate({'margin-Top':'500px'}, 2000, 'easeInOutExpo');
});
$(document).on("submit","form.checkbox",function(e){
    e.preventDefault();
    dataString = $("form.checkbox").serialize();
    $.ajax({
        type: "POST",
        url: "JSON/setup.php",
        data: dataString,
        dataType: "json",
        beforeSend:function() {
            $('input.hitme').hide('slow');
        },
        success: function(json){
            if(json.jresult==false){
                $('input.hitme').show('slow');
                alert(json.jmessage);
            }
            else{
                $('input.hitme').show('slow');
                $('div.formcheckbox').hide('slow');
                if(json.jnext=='pass'){
                    $('div.formpass').css("display","block");
                    $('div.formpass').animate({'margin-Top':'500px'}, 2000, 'easeInOutElastic');
                }
                else if(json.jnext=='both'){
                    $('div.formip').css("display","block");
                    $('div.formip').animate({'margin-Top':'500px'}, 2000, 'easeInOutElastic');
                    $('form.ipform').append('<input type="hidden" name="passadd" value="1" />');
                }
                else{
                    $('div.formip').css("display","block");
                    $('div.formip').animate({'margin-Top':'500px'}, 2000, 'easeInOutBounce');
                }
            }
        }
    });
});
$(document).on("submit","form.ipform",function(e){
    e.preventDefault();
    dataString = $("form.ipform").serialize();
    $.ajax({
        type: "POST",
        url: "JSON/setup.php",
        data: dataString,
        dataType: "json",
        beforeSend:function() {
            $('input.hitme').hide('slow');
        },
        success: function(json){
            if(json.jresult==false){
                if(json.jallow){
                    $('form.ipform').append('<input type="hidden" name="iConfirm" value="1" />');
                }
                $('input.hitme').show('slow');
                alert(json.jmessage);
            }
            else{
                $('input.hitme').show('slow');
                $('div.formip').hide('slow');
                if(json.jnext=='pass'){
                    $('div.formpass').css("display","block");
                    $('div.formpass').animate({'margin-Top':'500px'}, 2000, 'easeInOutElastic');
                }
                else{
                    alert('Successfully ip secured your environment, redirecting to index');
                    document.location.href = 'index.php';
                }
            }
        }
    });
});
$(document).on("submit","form.passform",function(e){
    e.preventDefault();
    dataString = $("form.passform").serialize();
    $.ajax({
        type: "POST",
        url: "JSON/setup.php",
        data: dataString,
        dataType: "json",
        beforeSend:function() {
            $('input.hitme').hide('slow');
        },
        success: function(json){
            if(json.jresult==false){
                $('input.hitme').show('slow');
                alert(json.jmessage);
            }
            else{
                alert('Successfully password secured your environment, redirecting to login');
                document.location.href = 'login.php';
            }
        }
    });
});
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.