From 909f88680b03448c99ce90b048f4eda674ab6c06 Mon Sep 17 00:00:00 2001 From: jvazquez-r7 Date: Wed, 8 Oct 2014 11:08:01 -0500 Subject: [PATCH] Make exploit aggressive --- modules/exploits/windows/http/http_file_server_exec.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/exploits/windows/http/http_file_server_exec.rb b/modules/exploits/windows/http/http_file_server_exec.rb index f1f3454bec..8b27856801 100644 --- a/modules/exploits/windows/http/http_file_server_exec.rb +++ b/modules/exploits/windows/http/http_file_server_exec.rb @@ -42,6 +42,7 @@ class Metasploit3 < Msf::Exploit::Remote [ 'Automatic', {} ], ], 'Privileged' => false, + 'Stance' => Msf::Exploit::Stance::Aggressive, 'DisclosureDate' => "Sep 11 2014", 'DefaultTarget' => 0))