We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a4abeb commit 04a026eCopy full SHA for 04a026e
modules/auxiliary/scanner/misc/rosewill_rxs3211_passwords.rb
@@ -8,7 +8,7 @@
8
9
class MetasploitModule < Msf::Auxiliary
10
11
- include Msf::Exploit::Remote::Tcp
+ include Msf::Exploit::Remote::Udp
12
include Msf::Auxiliary::Report
13
include Msf::Auxiliary::Scanner
14
@@ -42,8 +42,6 @@ def run_host(ip)
42
password = nil
43
44
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)
47
udp_sock = Rex::Socket::Udp.create( {
48
'LocalHost' => datastore['CHOST'] || nil,
49
'PeerHost' => ip,
0 commit comments