Consistency and cosmetics..
git-svn-id: file:///home/svn/incoming/trunk@3665 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
1e5745ecd4
commit
93eefee44f
|
@ -13,11 +13,11 @@ class Exploits::Windows::Smb::MS06_025_RRAS < Msf::Exploit::Remote
|
||||||
'Name' => 'Microsoft RRAS MS06-025 Overflow',
|
'Name' => 'Microsoft RRAS MS06-025 Overflow',
|
||||||
'Description' => %q{
|
'Description' => %q{
|
||||||
This module exploits a stack overflow in the RRAS
|
This module exploits a stack overflow in the RRAS
|
||||||
service shipped with each version of Windows. This
|
service shipped with each version of Windows. This
|
||||||
vulnerability is not accessible to anonymous users
|
vulnerability is not accessible to anonymous users
|
||||||
on any platform other than Windows XP SP1. When
|
on any platform other than Windows XP SP1. When
|
||||||
exploiting XP SP1, 'SRVSVC' will need to
|
exploiting XP SP1, 'SRVSVC' will need to be
|
||||||
specified as the SMBPIPE parameter.
|
specified as the SMBPIPE parameter.
|
||||||
},
|
},
|
||||||
'Author' => [ 'anonymous', 'hdm' ],
|
'Author' => [ 'anonymous', 'hdm' ],
|
||||||
'License' => MSF_LICENSE,
|
'License' => MSF_LICENSE,
|
||||||
|
@ -48,7 +48,7 @@ class Exploits::Windows::Smb::MS06_025_RRAS < Msf::Exploit::Remote
|
||||||
|
|
||||||
register_options(
|
register_options(
|
||||||
[
|
[
|
||||||
OptString.new('SMBPIPE', [ true, "The pipe name to use (router, srvsvc)", 'router']),
|
OptString.new('SMBPIPE', [ true, "The pipe name to use (ROUTER, SRVSVC)", 'ROUTER']),
|
||||||
], self.class)
|
], self.class)
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue