From 5add404cae3124b5167bf2a511f757fa9ef6b063 Mon Sep 17 00:00:00 2001 From: "bcoles@gmail.com" Date: Fri, 16 Sep 2011 19:37:30 +0000 Subject: [PATCH] Reverted revision 1294 git-svn-id: https://beef.googlecode.com/svn/trunk@1295 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9 --- modules/host/hook_default/module.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/host/hook_default/module.rb b/modules/host/hook_default/module.rb index 488224ca2..83e3b81dc 100644 --- a/modules/host/hook_default/module.rb +++ b/modules/host/hook_default/module.rb @@ -28,7 +28,7 @@ class Hook_ie < BeEF::Core::Command # The original pdf file contains a token that will get replaced during the initialization with # the actual hook URI of beef. Note that the hook URI is accessed via the DNS name. - File.open('./modules/browser/hook_default/bounce_to_ie_configured.pdf',"r") { |original_hook_file| + File.open('./modules/browser/hook_default/bounce_to_ie.pdf',"r") { |original_hook_file| original_hook_file.each_line { |line| # If the line includes the hook token, then replace it with the actual hook URI if(line.include? '')