Update ueb9_bpserverd.rb

bug/bundler_fix
caleBot 2017-10-20 14:35:03 -06:00 committed by GitHub
parent cce7bf3e19
commit 8f622a5003
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ class MetasploitModule < Msf::Exploit::Remote
buf1 = s1.get_once(-1).to_s
#parse out the bpd port returned
bpd_port = buf1[-8..-3].to_i
#check if it's a valid port number (1-65534)
if bpd_port && bpd_port >= 1 && bpd_port <= 65535
Exploit::CheckCode::Detected