From 68bfb46bc74d0f91962317c725431568f05b4793 Mon Sep 17 00:00:00 2001 From: Jean-Louis Huynen Date: Thu, 20 Sep 2012 11:26:27 +0200 Subject: [PATCH] remplace setInterval by setTimeout in chromecerbeggar.js template --- .../simple_hijacker/templates/chromecertbeggar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/social_engineering/simple_hijacker/templates/chromecertbeggar.js b/modules/social_engineering/simple_hijacker/templates/chromecertbeggar.js index d1adce6d5..15bef871b 100644 --- a/modules/social_engineering/simple_hijacker/templates/chromecertbeggar.js +++ b/modules/social_engineering/simple_hijacker/templates/chromecertbeggar.js @@ -12,7 +12,7 @@ forward = function(){ send("User continuing to "+target); - timer=setInterval(function(){window.location = target;},500); + timer=setTimeout(function(){window.location = target;},500); } getDomain = function(url){