From bddb314073bd55d0c2a675cf97ebe3c27c2be862 Mon Sep 17 00:00:00 2001 From: jvazquez-r7 Date: Mon, 18 Nov 2013 09:09:20 -0600 Subject: [PATCH] Fix usage of Retries --- .../browser/ms13_090_cardspacesigninhelper.rb | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/modules/exploits/windows/browser/ms13_090_cardspacesigninhelper.rb b/modules/exploits/windows/browser/ms13_090_cardspacesigninhelper.rb index 8ec4f40f8e..2de5599e9d 100644 --- a/modules/exploits/windows/browser/ms13_090_cardspacesigninhelper.rb +++ b/modules/exploits/windows/browser/ms13_090_cardspacesigninhelper.rb @@ -75,6 +75,11 @@ class Metasploit3 < Msf::Exploit::Remote } ] ], + 'DefaultOptions' => + { + 'InitialAutoRunScript' => 'migrate -f', + 'Retries' => false + }, 'Privileged' => false, 'DisclosureDate' => "Nov 08 2013", 'DefaultTarget' => 0)) @@ -104,7 +109,12 @@ class Metasploit3 < Msf::Exploit::Remote js_payload = Rex::Text.to_unescape(rop_payload) html_template = %Q| - + + + + + +