..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..
AntiFTP uses wordlists in order to bruteforce FTP user accounts
<?php
/*
Reserved directories used by the hacksuite
Author: Remco Kouw
Site: http://www.hacksuite.com
Last Edit: 16-11-2014
*/
if(!defined('IN_SCRIPT')){
exit;
}
$_CONTEXT['reserved'] = array("Cache","Communicate","Config","Data","Functions","Includes","JS","JSON","Logs","Native","Properties","RSS","Templates","TestServers","Wordlists","Apps","Modules","Shells","Uploads");
?>