..I will show you how to create native tools. I'm not going to make a new tool though, instead I will show you what is required to create one. You can find all the native tools in the..
THC xConverter is a tool that makes use of (php) functions in order to calculate, fetch, convert and encrypt data
<?php
/* properties for module */
$aProperties = array();
$aProperties['name'] = "Mister LG";
$aProperties['version'] = "0.6.0";
$aProperties['author'] = "Remco Kouw";
$aProperties['description'] = "Mister LG can create upload forms and test targets on file upload vulnerabilities";
$aProperties['category'] = "vulnerability_assesment";
?>