random gallery image
random tutorial
preview

..or more modules you must have seen the iframes used for realtime result display. In this tutorial I'm going to show you how to insert them into your module and how they..

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.
<?php
/*
Sends an mail with a notification message.

PARAMETERS:
$sEmail: email to send the notification to
$aData: scan result in array format
- $aData['date']: timestamp
- $aData['keyword']: keyword to search for
- $aData['result']: result of scan

RETURNS:
VOID: just sends an email
*/

function TemplateEmail($sEmail,$aData){
    
$_ESUB "Scan results for THC_SS session";
    
$_EBODY "On ".date($_CONTEXT['time_pattern'].' H:i:s',$aData['date'])." a scan for ".$aData['keyword']." has returned the following results:\n";
    
$_EBODY .= $aData['result'];
    
mail($sEmail,$_ESUB,$_EBODY);
    return(
true);
}
?>
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.