..cool, we 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..
THC xConverter is a tool that makes use of (php) functions in order to calculate, fetch, convert and encrypt data
<?php
/* Plug-ins */
if(!defined("IN_SCRIPT")){
exit;
}
$_CONTEXT['thcaeplugs'] = array();
$_CONTEXT['thcaeplugs']['remote'] = array("remote js/iframes","remote.php");
$_CONTEXT['thcaeplugs']['malicious'] = array("malicious code","code.php");
$_CONTEXT['thcaeplugs']['backdoors'] = array("shells/backdoors","shells.php");
$_CONTEXT['thcaeplugs']['time'] = array("time changed","time.php");
$_CONTEXT['thcaeplugs']['folders'] = array("suspicious dirs","folders.php");
?>