style compliance fixes

git-svn-id: file:///home/svn/framework3/trunk@9953 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Joshua Drake 2010-08-03 16:17:43 +00:00
parent f8fcc80874
commit b473cda7d9
4 changed files with 125 additions and 124 deletions

View File

@ -1,5 +1,5 @@
##
# $Id: ams_hndlrsvc.rb 9179 2010-04-30 08:40:19Z mc $
# $Id$
##
##
@ -26,7 +26,7 @@ class Metasploit3 < Msf::Auxiliary
},
'Author' => [ 'MC' ],
'License' => MSF_LICENSE,
'Version' => '$Revision: $',
'Version' => '$Revision$',
'References' =>
[
[ 'OSVDB', '66807'],
@ -38,7 +38,8 @@ class Metasploit3 < Msf::Auxiliary
register_options(
[
Opt::RPORT(38292),
OptString.new('CMD', [ false, 'The OS command to execute', 'cmd.exe /c echo metasploit > %SYSTEMDRIVE%\\metasploit.txt']),
OptString.new('CMD', [ false, 'The OS command to execute',
'cmd.exe /c echo metasploit > %SYSTEMDRIVE%\\metasploit.txt']),
], self.class)
end

View File

@ -1,5 +1,5 @@
##
# $Id: ams_xfr.rb 9179 2010-04-30 08:40:19Z jduck $
# $Id$
##
##
@ -26,7 +26,7 @@ class Metasploit3 < Msf::Auxiliary
},
'Author' => [ 'MC' ],
'License' => MSF_LICENSE,
'Version' => '$Revision: 9179 $',
'Version' => '$Revision$',
'References' =>
[
[ 'CVE', '2009-1429' ],

View File

@ -76,7 +76,7 @@ class Metasploit3 < Msf::Exploit::Remote
if (banner =~ /BigFoolCat/)
return Exploit::CheckCode::Vulnerable
end
return Exploit::CheckCode::Safe
Exploit::CheckCode::Safe
end
def exploit

View File

@ -82,7 +82,7 @@ class Metasploit3 < Msf::Exploit::Remote
return Exploit::CheckCode::Vulnerable
end
end
return Exploit::CheckCode::Safe
Exploit::CheckCode::Safe
end
def exploit