diff --git a/modules/auxiliary/gather/ssllabs_scan.rb b/modules/auxiliary/gather/ssllabs_scan.rb index 9de3309011..5d7cc67056 100644 --- a/modules/auxiliary/gather/ssllabs_scan.rb +++ b/modules/auxiliary/gather/ssllabs_scan.rb @@ -441,9 +441,9 @@ class Metasploit3 < Msf::Auxiliary {id: 2, name: "SSL", version: "2.0", secure: false, active: false} ] - puts "-----------------------------------------------------------------\n" + print_status "-----------------------------------------------------------------" print_status "Report for #{r.server_name} (#{r.ip_address})" - puts "-----------------------------------------------------------------\n" + print_status "-----------------------------------------------------------------" case r.grade.to_s when "A+", "A", "A-" @@ -649,7 +649,7 @@ class Metasploit3 < Msf::Auxiliary print_status "Host: #{r.host}" r.endpoints.each do |e| - puts "\t #{e.ip_address}\n" + print_status "\t #{e.ip_address}\n" end end