Skip to content

Commit 04a026e

Browse files
committed
remove lies from module, this is a bound socket
1 parent 5a4abeb commit 04a026e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

modules/auxiliary/scanner/misc/rosewill_rxs3211_passwords.rb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
class MetasploitModule < Msf::Auxiliary
1010

11-
include Msf::Exploit::Remote::Tcp
11+
include Msf::Exploit::Remote::Udp
1212
include Msf::Auxiliary::Report
1313
include Msf::Auxiliary::Scanner
1414

@@ -42,8 +42,6 @@ def run_host(ip)
4242
password = nil
4343

4444
begin
45-
# Create an unbound UDP socket if no CHOST is specified, otherwise
46-
# create a UDP socket bound to CHOST (in order to avail of pivoting)
4745
udp_sock = Rex::Socket::Udp.create( {
4846
'LocalHost' => datastore['CHOST'] || nil,
4947
'PeerHost' => ip,

0 commit comments

Comments
 (0)