Drop a spurious print_error line from smtp_version

unstable
Tod Beardsley 2012-01-13 11:46:56 -06:00
parent 2eb35728f6
commit d52df50a77
1 changed files with 0 additions and 1 deletions

View File

@ -37,7 +37,6 @@ class Metasploit3 < Msf::Auxiliary
banner_sanitized = Rex::Text.to_hex_ascii(banner.to_s)
print_status("#{ip}:#{rport} SMTP #{banner_sanitized}")
report_service(:host => rhost, :port => rport, :name => "smtp", :info => banner)
print_error("#{rhost}:#{rport} #{e} #{e.backtrace}")
end
end