..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 function. what we..
Discovers interesting locations, paths and data of a website
<?php
/* properties for module */
$aProperties = array();
$aProperties['name'] = "THC xMap";
$aProperties['version'] = "0.6.0";
$aProperties['author'] = "Remco Kouw";
$aProperties['description'] = "Creates a blueprint/map of a server folder";
$aProperties['category'] = "generators";
?>