Metasploit mailing list archives
SCO exploits in metasploit
From: hdm at metasploit.com (H D Moore)
Date: Sat, 07 Mar 2009 16:50:21 -0600
On Sat, 2009-03-07 at 19:20 +0200, A K wrote:
Hi H D and thanks for the advice. I run into some problems (logical, since I am a newbie in Metasploit :-) ) but it definitely get the ball started!
Looks like you also need to register the platform ('sco') in the metasploit platform list:
$ svn diff /msf3/lib/msf/core/module/platform.rb
Index: /msf3/lib/msf/core/module/platform.rb
===================================================================
--- /msf3/lib/msf/core/module/platform.rb (revision 6259)
+++ /msf3/lib/msf/core/module/platform.rb (working copy)
@@ -316,6 +316,14 @@
end
#
+ # SCO
+ #
+ class SCO < Msf::Module::Platform
+ Rank = 100
+ Alias = "sco"
+ end
+
+ #
# Solaris
#
class Solaris < Msf::Module::Platform
@@ -431,4 +439,4 @@
Rank = 100
Alias = "php"
end
-end
\ No newline at end of file
+end
Current thread:
- SCO exploits in metasploit A K (Mar 06)
- SCO exploits in metasploit H D Moore (Mar 06)
- SCO exploits in metasploit A K (Mar 07)
- SCO exploits in metasploit H D Moore (Mar 07)
- SCO exploits in metasploit A K (Mar 07)
- SCO exploits in metasploit H D Moore (Mar 06)
