From 709676e6cc877b82ebae3308a80282765ba7867a Mon Sep 17 00:00:00 2001 From: jvazquez-r7 Date: Tue, 14 Jul 2015 17:00:44 -0500 Subject: [PATCH] Make exploits quiet --- lib/msf/core/exploit/browser_autopwnv2.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/msf/core/exploit/browser_autopwnv2.rb b/lib/msf/core/exploit/browser_autopwnv2.rb index 6937605257..47a91d587c 100644 --- a/lib/msf/core/exploit/browser_autopwnv2.rb +++ b/lib/msf/core/exploit/browser_autopwnv2.rb @@ -458,6 +458,7 @@ module Msf m.exploit_simple( 'LocalInput' => nil, 'LocalOutput' => nil, + 'Quiet' => true, 'Target' => 0, 'Payload' => m.datastore['PAYLOAD'], 'RunAsJob' => true