..tutorial we are 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..
<?php
/*
Properties for Medusa Black
Author: Remco Kouw
Site: http://www.hacksuite.com
Last Edit: 01-02-2015
*/
$aProperties = array();
$aProperties['name'] = "Medusa Black Hat";
$aProperties['version'] = "0.6.0";
$aProperties['author'] = "Remco Kouw";
$aProperties['location'] = "medusa/black";
$aProperties['description'] = "Total manager for stealing configuration files and creating exploit shells for certain software";
?>