Land #11121, remove call to undefined port_allowed?

GSoC/Meterpreter_Web_Console
Brent Cook 2018-12-13 20:01:15 -06:00
commit 06720ee18b
No known key found for this signature in database
GPG Key ID: 1FFAA0B24B708F96
1 changed files with 0 additions and 1 deletions

View File

@ -37,7 +37,6 @@ module Msf::Modules::Metadata::Maps
unless exploit.autofilter_ports.nil? || exploit.autofilter_ports.empty?
exploit.autofilter_ports.each do |rport|
next unless port_allowed?(rport)
mports[rport.to_i] ||= {}
mports[rport.to_i][fullname] = exploit
end