..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 suite. We are..
xAnalyze is a module that can search through corrupt data and configuration files in order to find the exact position of errors
<?php
/* properties for module */
$aProperties = array();
$aProperties['name'] = "THC AntiEvil";
$aProperties['version'] = "0.6.0";
$aProperties['author'] = "Remco Kouw";
$aProperties['description'] = "Attempts to find suspicious and evil files or code";
$aProperties['category'] = "vulnerability_assesment";
?>