Remove EOL spaces
parent
110e78a1ad
commit
9f45121b23
|
@ -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')
|
||||||
|
|
||||||
|
|
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue