Fix possible port conflict
This commit is contained in:
@@ -77,7 +77,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
||||
end
|
||||
|
||||
def exploit
|
||||
telnetport = rand(65535)
|
||||
telnetport = rand(32767) + 32768
|
||||
|
||||
print_status("#{rhost}:#{rport} - Telnet port used: #{telnetport}")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user