remove report_host data for another PR

GSoC/Meterpreter_Web_Console
h00die 2018-10-24 16:26:38 -04:00
parent dd5ac16240
commit b875a102fe
1 changed files with 0 additions and 15 deletions

View File

@ -55,24 +55,9 @@ module Auxiliary::Cisco
tuniface = nil
host_info = {
:host => thost,
:os_name => 'Cisco IOS',
}
report_host(host_info)
config.each_line do |line|
case line
#
# Cover host details
#
when /^version (\d\d\.\d)/i
host_info[:os_flavor] = $1.to_s
report_host(host_info)
when /^hostname (\S+)/i
host_info[:name] = $1.to_s
report_host(host_info)
#
# Enable passwords
#
when /^\s*enable (password|secret) (\d+) (.*)/i