From a6b338e6c4b12327519ff0f245367cdb630a0bd9 Mon Sep 17 00:00:00 2001 From: bcoles Date: Fri, 20 Apr 2012 22:34:34 +0930 Subject: [PATCH] Added timeout variable decleration to get_internal_ip module --- modules/host/get_internal_ip/command.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/host/get_internal_ip/command.js b/modules/host/get_internal_ip/command.js index abc000788..9d207c1d1 100755 --- a/modules/host/get_internal_ip/command.js +++ b/modules/host/get_internal_ip/command.js @@ -16,6 +16,8 @@ beef.execute(function() { var applet_uri = 'http://'+beef.net.host+ ':' + beef.net.port + '/'; + var internal_counter = 0; + var timeout = 30; var output; beef.dom.attachApplet('get_internal_ip', 'get_internal_ip', 'get_internal_ip' , applet_uri, null, null);