Skip to content

Commit

Permalink
Remove EOL spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
wvu committed Nov 20, 2013
1 parent 110e78a commit 9f45121
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/auxiliary/scanner/smtp/smtp_enum.rb
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def run_host(ip)
elsif(banner)
print_status("#{rhost}:#{rport} Banner: #{banner}")
end

domain = result.split()[1]
domain = 'localhost' if(domain == '' or not domain or domain.downcase == 'hello')

Expand Down
2 changes: 1 addition & 1 deletion modules/exploits/multi/samba/nttrans.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def initialize(info = {})
[ 'URL', 'http://www.samba.org/samba/history/samba-2.2.7a.html' ]
],
'Privileged' => true,
'Platform' => 'linux',
'Platform' => 'linux',
'Payload' =>
{
'Space' => 1024,
Expand Down

0 comments on commit 9f45121

Please sign in to comment.