Remove EOL spaces

bug/bundler_fix
William Vu 2013-11-20 15:08:13 -06:00
parent 110e78a1ad
commit 9f45121b23
2 changed files with 2 additions and 2 deletions

View File

@ -92,7 +92,7 @@ class Metasploit3 < Msf::Auxiliary
elsif(banner) elsif(banner)
print_status("#{rhost}:#{rport} Banner: #{banner}") print_status("#{rhost}:#{rport} Banner: #{banner}")
end end
domain = result.split()[1] domain = result.split()[1]
domain = 'localhost' if(domain == '' or not domain or domain.downcase == 'hello') domain = 'localhost' if(domain == '' or not domain or domain.downcase == 'hello')

View File

@ -32,7 +32,7 @@ class Metasploit3 < Msf::Exploit::Remote
[ 'URL', 'http://www.samba.org/samba/history/samba-2.2.7a.html' ] [ 'URL', 'http://www.samba.org/samba/history/samba-2.2.7a.html' ]
], ],
'Privileged' => true, 'Privileged' => true,
'Platform' => 'linux', 'Platform' => 'linux',
'Payload' => 'Payload' =>
{ {
'Space' => 1024, 'Space' => 1024,