Skip to content

Commit 3926617

Browse files
author
Tod Beardsley
committed
Land rapid7#2664, clear EOL spaces
[SeeRM rapid7#8498]
2 parents e88da09 + 9f45121 commit 3926617

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/auxiliary/scanner/smtp/smtp_enum.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def run_host(ip)
9292
elsif(banner)
9393
print_status("#{rhost}:#{rport} Banner: #{banner}")
9494
end
95-
95+
9696
domain = result.split()[1]
9797
domain = 'localhost' if(domain == '' or not domain or domain.downcase == 'hello')
9898

modules/exploits/multi/samba/nttrans.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def initialize(info = {})
3232
[ 'URL', 'http://www.samba.org/samba/history/samba-2.2.7a.html' ]
3333
],
3434
'Privileged' => true,
35-
'Platform' => 'linux',
35+
'Platform' => 'linux',
3636
'Payload' =>
3737
{
3838
'Space' => 1024,

0 commit comments

Comments
 (0)