Updating msft links to psexec

Thanks for the spot @shuckins-r7 !
unstable
Tod Beardsley 2012-08-13 15:28:04 -05:00
parent a872f624a1
commit bd408fc27e
3 changed files with 3 additions and 3 deletions

View File

@ -45,7 +45,7 @@ class Metasploit3 < Msf::Exploit::Local
# same as for windows/smb/psexec # same as for windows/smb/psexec
[ 'CVE', '1999-0504'], # Administrator with no password (since this is the default) [ 'CVE', '1999-0504'], # Administrator with no password (since this is the default)
[ 'OSVDB', '3106'], [ 'OSVDB', '3106'],
[ 'URL', 'http://www.microsoft.com/technet/sysinternals/utilities/psexec.mspx' ] [ 'URL', 'http://technet.microsoft.com/en-us/sysinternals/bb897553.aspx' ]
], ],
'DisclosureDate' => 'Jan 01 1999', 'DisclosureDate' => 'Jan 01 1999',
'Version' => '$Revision$', 'Version' => '$Revision$',

View File

@ -61,7 +61,7 @@ class Metasploit3 < Msf::Exploit::Remote
[ [
[ 'CVE', '1999-0504'], # Administrator with no password (since this is the default) [ 'CVE', '1999-0504'], # Administrator with no password (since this is the default)
[ 'OSVDB', '3106'], [ 'OSVDB', '3106'],
[ 'URL', 'http://www.microsoft.com/technet/sysinternals/utilities/psexec.mspx' ] [ 'URL', 'http://technet.microsoft.com/en-us/sysinternals/bb897553.aspx' ]
], ],
'Payload' => 'Payload' =>
{ {

View File

@ -86,7 +86,7 @@ class Metasploit3 < Msf::Exploit::Remote
[ 'MSB', 'MS08-068'], [ 'MSB', 'MS08-068'],
[ 'URL', 'http://blogs.technet.com/swi/archive/2008/11/11/smb-credential-reflection.aspx'], [ 'URL', 'http://blogs.technet.com/swi/archive/2008/11/11/smb-credential-reflection.aspx'],
[ 'URL', 'http://en.wikipedia.org/wiki/SMBRelay' ], [ 'URL', 'http://en.wikipedia.org/wiki/SMBRelay' ],
[ 'URL', 'http://www.microsoft.com/technet/sysinternals/utilities/psexec.mspx' ], [ 'URL', 'http://technet.microsoft.com/en-us/sysinternals/bb897553.aspx' ],
[ 'URL', 'http://www.xfocus.net/articles/200305/smbrelay.html' ] [ 'URL', 'http://www.xfocus.net/articles/200305/smbrelay.html' ]
], ],
'Platform' => 'win', 'Platform' => 'win',