Consistency and cosmetics..

git-svn-id: file:///home/svn/incoming/trunk@3665 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2006-06-15 15:31:56 +00:00
parent 1e5745ecd4
commit 93eefee44f
1 changed files with 6 additions and 6 deletions

View File

@ -13,11 +13,11 @@ class Exploits::Windows::Smb::MS06_025_RRAS < Msf::Exploit::Remote
'Name' => 'Microsoft RRAS MS06-025 Overflow',
'Description' => %q{
This module exploits a stack overflow in the RRAS
service shipped with each version of Windows. This
vulnerability is not accessible to anonymous users
on any platform other than Windows XP SP1. When
exploiting XP SP1, 'SRVSVC' will need to
specified as the SMBPIPE parameter.
service shipped with each version of Windows. This
vulnerability is not accessible to anonymous users
on any platform other than Windows XP SP1. When
exploiting XP SP1, 'SRVSVC' will need to be
specified as the SMBPIPE parameter.
},
'Author' => [ 'anonymous', 'hdm' ],
'License' => MSF_LICENSE,
@ -48,7 +48,7 @@ class Exploits::Windows::Smb::MS06_025_RRAS < Msf::Exploit::Remote
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)
end