..different index page for the suite. It's very easy because the only thing you need to do is change the content of default.php. I don't want to create something like hello world or..
AntiFTP uses wordlists in order to bruteforce FTP user accounts
<?php
/* Show current security settings
Author: Remco Kouw
Site: http://www.hacksuite.com
Last Edit: 14-11-2014
*/
if(!defined('IN_SCRIPT')){
exit;
}
if($_CONTEXT['rightdisplay']['show_security']){
$_CONTEXT['htmlo'] .= " <div class=\"subname\" id=\"scrt\">security</div>\n";
$_CONTEXT['htmlo'] .= " <div class=\"scrt\">\n";
$_CONTEXT['htmlo'] .= " <div class=\"lnk\"><b>login enabled:</b> ".($_CONTEXT['pass_access'] ? "yes" : "no")."</div>\n";
$_CONTEXT['htmlo'] .= " <div class=\"lnk\"><b>ip restrictions:</b> ".($_CONTEXT['ip_access'] ? "yes" : "no")."</div>\n";
$_CONTEXT['htmlo'] .= " </div>\n";
}
?>