Remove EOL spaces
parent
110e78a1ad
commit
9f45121b23
|
@ -92,7 +92,7 @@ class Metasploit3 < Msf::Auxiliary
|
|||
elsif(banner)
|
||||
print_status("#{rhost}:#{rport} Banner: #{banner}")
|
||||
end
|
||||
|
||||
|
||||
domain = result.split()[1]
|
||||
domain = 'localhost' if(domain == '' or not domain or domain.downcase == 'hello')
|
||||
|
||||
|
|
|
@ -32,7 +32,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
[ 'URL', 'http://www.samba.org/samba/history/samba-2.2.7a.html' ]
|
||||
],
|
||||
'Privileged' => true,
|
||||
'Platform' => 'linux',
|
||||
'Platform' => 'linux',
|
||||
'Payload' =>
|
||||
{
|
||||
'Space' => 1024,
|
||||
|
|
Loading…
Reference in New Issue