Skip to content

Commit 802e2b5

Browse files
committed
Merge pull request #34 from jvazquez-r7/review_5650
Make exploits quiet
2 parents 219d003 + 709676e commit 802e2b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/msf/core/exploit/browser_autopwnv2.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -458,6 +458,7 @@ def start_exploits
458458
m.exploit_simple(
459459
'LocalInput' => nil,
460460
'LocalOutput' => nil,
461+
'Quiet' => true,
461462
'Target' => 0,
462463
'Payload' => m.datastore['PAYLOAD'],
463464
'RunAsJob' => true

0 commit comments

Comments
 (0)