Remove Linux Plat from ResolveHosts

bug/bundler_fix
Meatballs1 2013-09-24 11:36:54 +01:00
parent 72155f8e9e
commit 4cba150117
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ class Metasploit3 < Msf::Post
},
'License' => MSF_LICENSE,
'Author' => [ 'Ben Campbell <eat_meatballs[at]hotmail.co.uk>' ],
'Platform' => [ 'win', 'linux' ],
'Platform' => [ 'win' ],
'SessionTypes' => [ 'meterpreter' ]
))