// Copyright (c) 2006-2009, Wade Alcorn
// All Rights Reserved
// wade@bindshell.net - http://www.bindshell.net
session_start();
require_once("../../../include/common.inc.php"); // included for get_b64_file()
DEFINE('JS_FILE', './template.js');
// set results file variables
$results_file = MODULE_TMP_DIR . md5(getcwd());
$rand = md5(rand());
$_SESSION[md5(getcwd())] = $rand;
$_SESSION[$rand] = md5(getcwd());
?>
This module will send a subset of the ports to scan to each selected zombie browser. The
timeout parameter may need adjusting depending upon network latency.
Web browsers explictly (programmatically) prohibit connection to some ports. The results
of these ports are indeterminate. For a full list please refer to
the
mozilla page.