..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..
Discovers interesting locations, paths and data of a website
<?php
/* Template index */
if(!defined('IN_SCRIPT')){
exit;
}
/* output the stuff */
include_once($_PATHS['style_root']."/head.php");
include_once($_PATHS['style_root']."/body.php");
include_once($_PATHS['style_root']."/footer.php");
?>