..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..
Attempts to find suspicious and evil files or code
<?php
/*
Index template for Medusa Black
Author: Remco Kouw
Site: http://www.hacksuite.com
Last Edit: 12-11-2014
*/
define('INDEX',1);
$_DYNAMIC_ROOT = "../../..";
include_once("../../../header.php");
include_once("header.php");
include_once("templates/index.php");
?>