From 04a026e7861393758c82d82cf678c98550471bbc Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Mon, 2 Jan 2017 09:47:18 -0600 Subject: [PATCH] remove lies from module, this is a bound socket --- modules/auxiliary/scanner/misc/rosewill_rxs3211_passwords.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/modules/auxiliary/scanner/misc/rosewill_rxs3211_passwords.rb b/modules/auxiliary/scanner/misc/rosewill_rxs3211_passwords.rb index b364568cd3..ed1d332fd9 100644 --- a/modules/auxiliary/scanner/misc/rosewill_rxs3211_passwords.rb +++ b/modules/auxiliary/scanner/misc/rosewill_rxs3211_passwords.rb @@ -8,7 +8,7 @@ require 'msf/core' class MetasploitModule < Msf::Auxiliary - include Msf::Exploit::Remote::Tcp + include Msf::Exploit::Remote::Udp include Msf::Auxiliary::Report include Msf::Auxiliary::Scanner @@ -42,8 +42,6 @@ class MetasploitModule < Msf::Auxiliary password = nil begin - # Create an unbound UDP socket if no CHOST is specified, otherwise - # create a UDP socket bound to CHOST (in order to avail of pivoting) udp_sock = Rex::Socket::Udp.create( { 'LocalHost' => datastore['CHOST'] || nil, 'PeerHost' => ip,