Fix job not backgrounding

bug/bundler_fix
William Vu 2014-04-09 17:02:25 -05:00
parent ed247498b6
commit b905aece38
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ class Metasploit3 < Msf::Auxiliary
],
'License' => MSF_LICENSE,
'Actions' => [['Capture']],
'PassiveActions' => [['Capture']],
'PassiveActions' => ['Capture'],
'DefaultAction' => 'Capture',
'References' =>
[