random gallery image
random tutorial
preview

..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 if you don't know..

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
/*
Password Generator GUI

Author: Remco Kouw
Site: http://www.hacksuite.com
Last Edit: 12-04-2015
*/
if(!defined("IN_SCRIPT")){
    exit;
}
$sCode = (isset($sCode) ? $sCode "");
$_CONTEXT['headers'] = (isset($_CONTEXT['headers']) ? $_CONTEXT['headers'] : "")."<script type=\"text/javascript\" src=\"".$_PATHS['module_default_root_http']."/menu.js\"></script>\n";
$sCode .= "<form method=\"post\" class=\"sendform\">\n";
$sCode .= "<div class=\"modtable borderr10 border1pxstrans pad5 modglow\">\n";
$sCode .= "    <div class=\"moddesc modhdr modglow border1pxstrans borderr5\"><img src=\"./Modules/".$_CONTEXT['module_current']."/".$_CONTEXT['module_current'].".png\" width=\"90\" align=\"left\" /><h2>".$_CONTEXT['modules'][$_CONTEXT['module_current']]['name']."</h2>".$_CONTEXT['modules'][$_CONTEXT['module_current']]['description']."</div>\n";
$sCode .= "    <div class=\"modrow\">\n";
$sCode .= "        <div class=\"modrowleft\"><b>enter as much details about somebody and separate keywords with comma's</b></div>\n";
$sCode .= "    </div>\n";
$sCode .= "    <div class=\"modrow\">\n";
$sCode .= "        <div class=\"modleft\">keywords</div>\n";
$sCode .= "        <div class=\"modright\"><textarea name=\"sInput\" rows=\"20\" cols=\"35\" value=\"\">John Doe, johndoe1, john@gmail.com, wallstreet 56, 0564567656, metallica, cat, Michelle, programmer, sillicon valley</textarea></div>\n";
$sCode .= "    </div>\n";
$sCode .= "    <div class=\"modrow\">\n";
$sCode .= "        <div class=\"modleft\">save as</div>\n";
$sCode .= "        <div class=\"modright\"><input type=\"text\" name=\"sFile\" /><div><small>file will be saved in the Wordlists folder</small></div></div>\n";
$sCode .= "    </div>\n";
$sCode .= "    <div class=\"modrow\">\n";
$sCode .= "        <div class=\"modleft\">include common.php</div>\n";
$sCode .= "        <div class=\"modright\"><input type=\"checkbox\" name=\"iCommon\" value=\"1\" /><div><small>passes in common.php will be added to the wordlist</small></div></div>\n";
$sCode .= "    </div>\n";
$sCode .= "    <div class=\"modrow\">\n";
$sCode .= "        <div class=\"modrowleft mt5\"><input type=\"submit\" name=\"submit\" value=\"Create Wordlist\" class=\"createwordlist\" /></div>\n";
$sCode .= "    </div>\n";
$sCode .= "</div>\n";
$sCode .= "</form>\n";
?>
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.