Revert change for resolve_hosts after #2415

bug/bundler_fix
Tod Beardsley 2013-09-24 12:47:00 -05:00
parent c547e84fa7
commit f47d4d7927
1 changed files with 1 additions and 1 deletions

View File

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