random gallery image
random tutorial
preview

..tutorial we are 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..

read more

random information gathering
THC Sscan

THC Sscan is a very versatile tool for scanning (html) files

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 for THC_SS attack form */
$_CONTEXT['thc_ss_indexform'] = array();
$_CONTEXT['thc_ss_indexform'][0] = array();
$_CONTEXT['thc_ss_indexform'][0]['value'] = "url to scan";
$_CONTEXT['thc_ss_indexform'][0]['fieldclass'] = "a1f";
$_CONTEXT['thc_ss_indexform'][0]['row'] = "a1";
$_CONTEXT['thc_ss_indexform'][0]['var'] = "sScanUrl";
$_CONTEXT['thc_ss_indexform'][0]['html'] = "<input type=\"text\" name=\"".$_CONTEXT['thc_ss_indexform'][0]['var']."\" value=\"\" title=\"url to the location\" size=\"35\" class=\"".$_CONTEXT['thc_ss_indexform'][0]['fieldclass']."\" />";
$_CONTEXT['thc_ss_indexform'][1] = array();
$_CONTEXT['thc_ss_indexform'][1]['value'] = "scan interval(s)";
$_CONTEXT['thc_ss_indexform'][1]['fieldclass'] = "a2f";
$_CONTEXT['thc_ss_indexform'][1]['row'] = "a2";
$_CONTEXT['thc_ss_indexform'][1]['var'] = "iInterval";
$_CONTEXT['thc_ss_indexform'][1]['html'] = "<input type=\"text\" name=\"".$_CONTEXT['thc_ss_indexform'][1]['var']."\" value=\"\" title=\"scan interval in seconds, keep 0 if you want to brute force something\" class=\"".$_CONTEXT['thc_ss_indexform'][1]['fieldclass']."\" />";
$_CONTEXT['thc_ss_indexform'][2] = array();
$_CONTEXT['thc_ss_indexform'][2]['value'] = "end after match";
$_CONTEXT['thc_ss_indexform'][2]['fieldclass'] = "a3f";
$_CONTEXT['thc_ss_indexform'][2]['row'] = "a3";
$_CONTEXT['thc_ss_indexform'][2]['var'] = "iKill";
$_CONTEXT['thc_ss_indexform'][2]['html'] = "<input type=\"checkbox\" name=\"".$_CONTEXT['thc_ss_indexform'][2]['var']."\" value=\"1\" class=\"".$_CONTEXT['thc_ss_indexform'][2]['fieldclass']."\" title=\"destroy the session after match has been found\" checked />";
$_CONTEXT['thc_ss_indexform'][3] = array();
$_CONTEXT['thc_ss_indexform'][3]['value'] = "regex search";
$_CONTEXT['thc_ss_indexform'][3]['fieldclass'] = "a4f";
$_CONTEXT['thc_ss_indexform'][3]['row'] = "a4";
$_CONTEXT['thc_ss_indexform'][3]['var'] = "iRegex";
$_CONTEXT['thc_ss_indexform'][3]['html'] = "<input type=\"checkbox\" name=\"".$_CONTEXT['thc_ss_indexform'][3]['var']."\" value=\"1\" title=\"use regular expression to search\" class=\"".$_CONTEXT['thc_ss_indexform'][3]['fieldclass']."\" />";
$_CONTEXT['thc_ss_indexform'][4] = array();
$_CONTEXT['thc_ss_indexform'][4]['value'] = "string to find";
$_CONTEXT['thc_ss_indexform'][4]['fieldclass'] = "a5f";
$_CONTEXT['thc_ss_indexform'][4]['row'] = "a5";
$_CONTEXT['thc_ss_indexform'][4]['var'] = "sSearch";
$_CONTEXT['thc_ss_indexform'][4]['html'] = "<input type=\"text\" name=\"".$_CONTEXT['thc_ss_indexform'][4]['var']."\" value=\"\" title=\"takes a perl compatible regular expression or a normal string (eg some text) in order to search the target's response\" class=\"".$_CONTEXT['thc_ss_indexform'][4]['fieldclass']."\" />";
$_CONTEXT['thc_ss_indexform'][5] = array();
$_CONTEXT['thc_ss_indexform'][5]['value'] = "method to send";
$_CONTEXT['thc_ss_indexform'][5]['fieldclass'] = "a6f";
$_CONTEXT['thc_ss_indexform'][5]['row'] = "a6";
$_CONTEXT['thc_ss_indexform'][5]['var'] = "sMethod";
$_CONTEXT['thc_ss_indexform'][5]['html'] = "            <select name=\"".$_CONTEXT['thc_ss_indexform'][5]['var']."\" class=\"".$_CONTEXT['thc_ss_indexform'][5]['fieldclass']."\">\n";
$_CONTEXT['thc_ss_indexform'][5]['html'] .= "                <option value=\"\" selected=\"selected\">select option</option>\n";
$_CONTEXT['thc_ss_indexform'][5]['html'] .= "                <option value=\"post\">POST</option>\n";
$_CONTEXT['thc_ss_indexform'][5]['html'] .= "                <option value=\"get\">GET</option>\n";
$_CONTEXT['thc_ss_indexform'][5]['html'] .= "            </select>\n";
$_CONTEXT['thc_ss_indexform'][6] = array();
$_CONTEXT['thc_ss_indexform'][6]['value'] = "scan type";
$_CONTEXT['thc_ss_indexform'][6]['fieldclass'] = "scanf";
$_CONTEXT['thc_ss_indexform'][6]['row'] = "a7";
$_CONTEXT['thc_ss_indexform'][6]['var'] = "iScan";
$_CONTEXT['thc_ss_indexform'][6]['html'] = "            <select name=\"".$_CONTEXT['thc_ss_indexform'][6]['var']."\" class=\"".$_CONTEXT['thc_ss_indexform'][6]['fieldclass']."\">\n";
$_CONTEXT['thc_ss_indexform'][6]['html'] .= "                <option value=\"\" selected=\"selected\">select option</option>\n";
$_CONTEXT['thc_ss_indexform'][6]['html'] .= "                <option value=\"1\">infinite scan, act on string found</option>\n";
$_CONTEXT['thc_ss_indexform'][6]['html'] .= "                <option value=\"2\">infinite scan, act on missing string</option>\n";
$_CONTEXT['thc_ss_indexform'][6]['html'] .= "                <option value=\"3\">temporary scan, act on string found</option>\n";
$_CONTEXT['thc_ss_indexform'][6]['html'] .= "                <option value=\"4\">temporary scan, act on missing string</option>\n";
$_CONTEXT['thc_ss_indexform'][6]['html'] .= "            </select>\n";
$_CONTEXT['thc_ss_indexform'][7] = array();
$_CONTEXT['thc_ss_indexform'][7]['value'] = "notification";
$_CONTEXT['thc_ss_indexform'][7]['fieldclass'] = "notifyf";
$_CONTEXT['thc_ss_indexform'][7]['row'] = "a8";
$_CONTEXT['thc_ss_indexform'][7]['var'] = "iNotify";
$_CONTEXT['thc_ss_indexform'][7]['html'] = "            <select name=\"".$_CONTEXT['thc_ss_indexform'][7]['var']."\" class=\"".$_CONTEXT['thc_ss_indexform'][7]['fieldclass']."\">\n";
$_CONTEXT['thc_ss_indexform'][7]['html'] .= "                <option value=\"\" selected=\"selected\">don't notify me</option>\n";
$_CONTEXT['thc_ss_indexform'][7]['html'] .= "                <option value=\"1\">send me an email</option>\n";
$_CONTEXT['thc_ss_indexform'][7]['html'] .= "                <option value=\"2\">log using a template</option>\n";
$_CONTEXT['thc_ss_indexform'][7]['html'] .= "            </select>\n";
$_CONTEXT['thc_ss_indexform'][8] = array();
$_CONTEXT['thc_ss_indexform'][8]['value'] = "use callback?";
$_CONTEXT['thc_ss_indexform'][8]['fieldclass'] = "callbackf";
$_CONTEXT['thc_ss_indexform'][8]['row'] = "a9";
$_CONTEXT['thc_ss_indexform'][8]['var'] = "sCallback";
$_CONTEXT['thc_ss_indexform'][8]['notinform'] = 1;
$_CONTEXT['thc_ss_indexform'][8]['html'] = "            <select name=\"".$_CONTEXT['thc_ss_indexform'][8]['var']."\" class=\"".$_CONTEXT['thc_ss_indexform'][8]['fieldclass']."\">\n";
$_CONTEXT['thc_ss_indexform'][8]['html'] .= "                <option value=\"\" selected=\"selected\">select option</option>\n";
$_CONTEXT['thc_ss_indexform'][8]['html'] .= "                <option value=\"no\">no</option>\n";
$_CONTEXT['thc_ss_indexform'][8]['html'] .= "                <option value=\"yes\">yes</option>\n";
$_CONTEXT['thc_ss_indexform'][8]['html'] .= "            </select>\n";
$_CONTEXT['thc_ss_indexform'][9] = array();
$_CONTEXT['thc_ss_indexform'][9]['value'] = "time to scan(s)";
$_CONTEXT['thc_ss_indexform'][9]['fieldclass'] = "timescan";
$_CONTEXT['thc_ss_indexform'][9]['row'] = "optscan";
$_CONTEXT['thc_ss_indexform'][9]['var'] = "iScanSec";
$_CONTEXT['thc_ss_indexform'][9]['html'] = "<input type=\"text\" class=\"".$_CONTEXT['thc_ss_indexform'][9]['fieldclass']."\" name=\"".$_CONTEXT['thc_ss_indexform'][9]['var']."\" value=\"\" title=\"for how many seconds should the program run?\" />";
$_CONTEXT['thc_ss_indexform'][10] = array();
$_CONTEXT['thc_ss_indexform'][10]['value'] = "send vars";
$_CONTEXT['thc_ss_indexform'][10]['fieldclass'] = "optvars";
$_CONTEXT['thc_ss_indexform'][10]['row'] = "sendvars";
$_CONTEXT['thc_ss_indexform'][10]['var'] = "sSendVars";
$_CONTEXT['thc_ss_indexform'][10]['html'] = "<input type=\"text\" class=\"".$_CONTEXT['thc_ss_indexform'][10]['fieldclass']."\" name=\"".$_CONTEXT['thc_ss_indexform'][10]['var']."\" value=\"\" title=\"[OPTIONAL] e.g. var1=value1&var2=value2\" />";
$_CONTEXT['thc_ss_indexform'][11] = array();
$_CONTEXT['thc_ss_indexform'][11]['value'] = "email address";
$_CONTEXT['thc_ss_indexform'][11]['fieldclass'] = "optemail";
$_CONTEXT['thc_ss_indexform'][11]['row'] = "emailaddress";
$_CONTEXT['thc_ss_indexform'][11]['var'] = "sEmail";
$_CONTEXT['thc_ss_indexform'][11]['html'] = "<input type=\"text\" class=\"".$_CONTEXT['thc_ss_indexform'][11]['fieldclass']."\" name=\"".$_CONTEXT['thc_ss_indexform'][11]['var']."\" value=\"\" title=\"email address to send the report to\" />";
$_CONTEXT['thc_ss_indexform'][12] = array();
$_CONTEXT['thc_ss_indexform'][12]['value'] = "email template";
$_CONTEXT['thc_ss_indexform'][12]['fieldclass'] = "optemailt";
$_CONTEXT['thc_ss_indexform'][12]['row'] = "emailtemplate";
$_CONTEXT['thc_ss_indexform'][12]['var'] = "sEmailT";
$_CONTEXT['thc_ss_indexform'][12]['html'] = "<input type=\"text\" class=\"".$_CONTEXT['thc_ss_indexform'][12]['fieldclass']."\" name=\"".$_CONTEXT['thc_ss_indexform'][12]['var']."\" value=\"\" title=\"template for the report(filename in module), leave empty if you don't want to use one\" />";
$_CONTEXT['thc_ss_indexform'][13] = array();
$_CONTEXT['thc_ss_indexform'][13]['value'] = "logfile";
$_CONTEXT['thc_ss_indexform'][13]['fieldclass'] = "optlog";
$_CONTEXT['thc_ss_indexform'][13]['row'] = "logfile";
$_CONTEXT['thc_ss_indexform'][13]['var'] = "sLogFile";
$_CONTEXT['thc_ss_indexform'][13]['html'] = "<input type=\"text\" class=\"".$_CONTEXT['thc_ss_indexform'][13]['fieldclass']."\" name=\"".$_CONTEXT['thc_ss_indexform'][13]['var']."\" value=\"\" title=\"logfile to log result to(filename in module)\" />";
$_CONTEXT['thc_ss_indexform'][14] = array();
$_CONTEXT['thc_ss_indexform'][14]['value'] = "logtemplate";
$_CONTEXT['thc_ss_indexform'][14]['fieldclass'] = "optlogt";
$_CONTEXT['thc_ss_indexform'][14]['row'] = "logtemplate";
$_CONTEXT['thc_ss_indexform'][14]['var'] = "sLogT";
$_CONTEXT['thc_ss_indexform'][14]['html'] = "<input type=\"text\" class=\"".$_CONTEXT['thc_ss_indexform'][14]['fieldclass']."\" name=\"".$_CONTEXT['thc_ss_indexform'][14]['var']."\" value=\"\" title=\"template to log output\" />";
$_CONTEXT['thc_ss_indexform'][15] = array();
$_CONTEXT['thc_ss_indexform'][15]['value'] = "callback function";
$_CONTEXT['thc_ss_indexform'][15]['fieldclass'] = "cbck";
$_CONTEXT['thc_ss_indexform'][15]['row'] = "callbackfunction";
$_CONTEXT['thc_ss_indexform'][15]['notinform'] = 1;
?>
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.