From 4cba1501175620b311a9aa0d09095809e5306af8 Mon Sep 17 00:00:00 2001 From: Meatballs1 Date: Tue, 24 Sep 2013 11:36:54 +0100 Subject: [PATCH] Remove Linux Plat from ResolveHosts --- modules/post/windows/gather/resolve_hosts.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/post/windows/gather/resolve_hosts.rb b/modules/post/windows/gather/resolve_hosts.rb index 1c0794502b..7d30a34469 100644 --- a/modules/post/windows/gather/resolve_hosts.rb +++ b/modules/post/windows/gather/resolve_hosts.rb @@ -18,7 +18,7 @@ class Metasploit3 < Msf::Post }, 'License' => MSF_LICENSE, 'Author' => [ 'Ben Campbell ' ], - 'Platform' => [ 'win', 'linux' ], + 'Platform' => [ 'win' ], 'SessionTypes' => [ 'meterpreter' ] ))