From d086a1bedfcf2131884531e56080e6e6e5c6b38c Mon Sep 17 00:00:00 2001 From: HD Moore Date: Sat, 6 May 2006 16:34:39 +0000 Subject: [PATCH] BSD license the default for non-msfdev created modules. git-svn-id: file:///home/svn/incoming/trunk@3636 4d416f70-5f16-0410-b530-b9f4589650da --- modules/encoders/x86/alpha_mixed.rb | 2 +- modules/encoders/x86/alpha_upper.rb | 2 +- modules/encoders/x86/nonalpha.rb | 2 +- modules/encoders/x86/unicode_mixed.rb | 2 +- modules/encoders/x86/unicode_upper.rb | 2 +- modules/exploits/linux/games/ut2004_secure.rb | 2 +- modules/exploits/linux/http/peercast_url.rb | 2 +- modules/exploits/linux/ids/snortbopre.rb | 2 +- modules/exploits/solaris/telnet/ttyprompt.rb | 2 +- modules/exploits/unix/http/php_vbulletin_template.rb | 2 +- modules/exploits/windows/ftp/globalscapeftp_input.rb | 2 +- modules/exploits/windows/ftp/oracle9i_xdb_ftp_pass.rb | 2 +- modules/exploits/windows/ftp/oracle9i_xdb_ftp_unlock.rb | 2 +- modules/exploits/windows/ftp/slimftpd_list_concat.rb | 2 +- modules/exploits/windows/ftp/warftpd_165_user.rb | 2 +- modules/exploits/windows/ftp/wsftp_server_503_mkd.rb | 2 +- modules/exploits/windows/games/ut2004_secure.rb | 2 +- modules/exploits/windows/http/altn_webadmin.rb | 2 +- modules/exploits/windows/http/edirectory_imonitor.rb | 2 +- modules/exploits/windows/http/minishare_get_overflow.rb | 2 +- modules/exploits/windows/http/shoutcast_format.rb | 2 +- modules/exploits/windows/iis/ms02_018_htr.rb | 2 +- modules/exploits/windows/imap/mailenable_status.rb | 2 +- modules/exploits/windows/imap/mailenable_w3c_select.rb | 2 +- modules/exploits/windows/imap/mdaemon_cram_md5.rb | 2 +- modules/exploits/windows/imap/mercury_rename.rb | 2 +- modules/exploits/windows/license/ca_client_getconfig.rb | 2 +- modules/exploits/windows/license/ca_server_getconfig.rb | 2 +- modules/exploits/windows/mssql/ms02_056_hello.rb | 2 +- modules/exploits/windows/novell/zenworks_desktop_agent.rb | 2 +- modules/exploits/windows/smb/ms04_031_netdde.rb | 2 +- modules/payloads/singles/cmd/unix/bind_perl.rb | 2 +- modules/payloads/singles/cmd/unix/reverse_perl.rb | 2 +- modules/payloads/singles/solaris/x86/shell_bind_tcp.rb | 2 +- modules/payloads/singles/solaris/x86/shell_find_port.rb | 2 +- modules/payloads/singles/solaris/x86/shell_reverse_tcp.rb | 2 +- 36 files changed, 36 insertions(+), 36 deletions(-) diff --git a/modules/encoders/x86/alpha_mixed.rb b/modules/encoders/x86/alpha_mixed.rb index 3eac80170d..e7ce6acf61 100644 --- a/modules/encoders/x86/alpha_mixed.rb +++ b/modules/encoders/x86/alpha_mixed.rb @@ -19,7 +19,7 @@ class AlphaMixed < Msf::Encoder::Alphanum }, 'Author' => [ 'pusscat', 'skylined' ], 'Arch' => ARCH_X86, - 'License' => MSF_LICENSE, + 'License' => BSD_LICENSE, 'EncoderType' => Msf::Encoder::Type::AlphanumMixed, 'Decoder' => { diff --git a/modules/encoders/x86/alpha_upper.rb b/modules/encoders/x86/alpha_upper.rb index 39ef1fd8eb..6f1ffe4872 100644 --- a/modules/encoders/x86/alpha_upper.rb +++ b/modules/encoders/x86/alpha_upper.rb @@ -19,7 +19,7 @@ class AlphaUpper < Msf::Encoder::Alphanum }, 'Author' => [ 'pusscat' 'skylined' ], 'Arch' => ARCH_X86, - 'License' => MSF_LICENSE, + 'License' => BSD_LICENSE, 'EncoderType' => Msf::Encoder::Type::AlphanumUpper, 'Decoder' => { diff --git a/modules/encoders/x86/nonalpha.rb b/modules/encoders/x86/nonalpha.rb index 3b0d08b6b5..ec5a7f6d15 100644 --- a/modules/encoders/x86/nonalpha.rb +++ b/modules/encoders/x86/nonalpha.rb @@ -21,7 +21,7 @@ class NonAlpha < Msf::Encoder::NonAlpha }, 'Author' => [ 'pusscat'], 'Arch' => ARCH_X86, - 'License' => MSF_LICENSE, + 'License' => BSD_LICENSE, 'EncoderType' => Msf::Encoder::Type::NonAlpha, 'Decoder' => { diff --git a/modules/encoders/x86/unicode_mixed.rb b/modules/encoders/x86/unicode_mixed.rb index 63df8e0ed8..dba19bf820 100644 --- a/modules/encoders/x86/unicode_mixed.rb +++ b/modules/encoders/x86/unicode_mixed.rb @@ -19,7 +19,7 @@ class UnicodeMixed < Msf::Encoder::Alphanum }, 'Author' => [ 'pusscat', 'skylined' ], 'Arch' => ARCH_X86, - 'License' => MSF_LICENSE, + 'License' => BSD_LICENSE, 'EncoderType' => Msf::Encoder::Type::AlphanumUnicodeMixed, 'Decoder' => { diff --git a/modules/encoders/x86/unicode_upper.rb b/modules/encoders/x86/unicode_upper.rb index 7ea3ddf289..d90fdbe9b0 100644 --- a/modules/encoders/x86/unicode_upper.rb +++ b/modules/encoders/x86/unicode_upper.rb @@ -19,7 +19,7 @@ class UnicodeUpper < Msf::Encoder::Alphanum }, 'Author' => [ 'pusscat', 'skylined' ], 'Arch' => ARCH_X86, - 'License' => MSF_LICENSE, + 'License' => BSD_LICENSE, 'EncoderType' => Msf::Encoder::Type::AlphanumUnicodeUpper, 'Decoder' => { diff --git a/modules/exploits/linux/games/ut2004_secure.rb b/modules/exploits/linux/games/ut2004_secure.rb index 66783e7fc1..2aba4a7455 100644 --- a/modules/exploits/linux/games/ut2004_secure.rb +++ b/modules/exploits/linux/games/ut2004_secure.rb @@ -26,7 +26,7 @@ class Exploits::Linux::Games::UT2004_Secure < Msf::Exploit::Remote }, 'Author' => [ 'onetwo' ], - 'License' => MSF_LICENSE, + 'License' => BSD_LICENSE, 'Version' => '$Revision$', 'References' => [ diff --git a/modules/exploits/linux/http/peercast_url.rb b/modules/exploits/linux/http/peercast_url.rb index 22bbd9fd4a..7d2f6db5dc 100644 --- a/modules/exploits/linux/http/peercast_url.rb +++ b/modules/exploits/linux/http/peercast_url.rb @@ -16,7 +16,7 @@ class Exploits::Linux::Http::PeerCast_URL < Msf::Exploit::Remote }, 'Author' => [ 'y0 [at] w00t-shell.net' ], - 'License' => MSF_LICENSE, + 'License' => BSD_LICENSE, 'Version' => '$Revision$', 'References' => [ diff --git a/modules/exploits/linux/ids/snortbopre.rb b/modules/exploits/linux/ids/snortbopre.rb index b9365c2990..17b2cbef9e 100644 --- a/modules/exploits/linux/ids/snortbopre.rb +++ b/modules/exploits/linux/ids/snortbopre.rb @@ -16,7 +16,7 @@ class Exploits::Linux::Ids::Snortbopre < Msf::Exploit::Remote full root or administrative privileges. }, 'Author' => 'KaiJern Lau ', - 'License' => MSF_LICENSE, + 'License' => BSD_LICENSE, 'Version' => '$Revision$', 'References' => [ diff --git a/modules/exploits/solaris/telnet/ttyprompt.rb b/modules/exploits/solaris/telnet/ttyprompt.rb index ed34cf6104..b13143f795 100644 --- a/modules/exploits/solaris/telnet/ttyprompt.rb +++ b/modules/exploits/solaris/telnet/ttyprompt.rb @@ -14,7 +14,7 @@ class Exploits::Solaris::Telnet::TTYPrompt_Auth_Bypass < Msf::Exploit::Remote application to bypass authentication in the telnet daemon. }, 'Author' => [ 'MC', 'cazz' ], - 'License' => MSF_LICENSE, + 'License' => BSD_LICENSE, 'Version' => '$Revision$', 'References' => [ diff --git a/modules/exploits/unix/http/php_vbulletin_template.rb b/modules/exploits/unix/http/php_vbulletin_template.rb index 4146dfc83a..955398f61c 100644 --- a/modules/exploits/unix/http/php_vbulletin_template.rb +++ b/modules/exploits/unix/http/php_vbulletin_template.rb @@ -17,7 +17,7 @@ class Exploits::Unix::Http::PhpvBulletinTemplateName < Msf::Exploit::Remote affected. }, 'Author' => [ 'str0ke ', 'cazz' ], - 'License' => MSF_LICENSE, + 'License' => BSD_LICENSE, 'Version' => '$Revision$', 'References' => [ [ 'OSVDB', '14047'], diff --git a/modules/exploits/windows/ftp/globalscapeftp_input.rb b/modules/exploits/windows/ftp/globalscapeftp_input.rb index d2c481a7c8..57e8d9c0ff 100644 --- a/modules/exploits/windows/ftp/globalscapeftp_input.rb +++ b/modules/exploits/windows/ftp/globalscapeftp_input.rb @@ -15,7 +15,7 @@ class Exploits::Windows::Ftp::GlobalScapeInputOverflow < Msf::Exploit::Remote or anonymous access) is required for this exploit to work. }, 'Author' => [ 'Fairuzan Roslan ', 'Mati Aharoni ' ], - 'License' => MSF_LICENSE, + 'License' => BSD_LICENSE, 'Version' => '$Revision$', 'References' => [ diff --git a/modules/exploits/windows/ftp/oracle9i_xdb_ftp_pass.rb b/modules/exploits/windows/ftp/oracle9i_xdb_ftp_pass.rb index 05c6d1675c..f18ca6999a 100644 --- a/modules/exploits/windows/ftp/oracle9i_xdb_ftp_pass.rb +++ b/modules/exploits/windows/ftp/oracle9i_xdb_ftp_pass.rb @@ -20,7 +20,7 @@ class Exploits::Windows::Ftp::Oracle9iXDPPassOverflow < Msf::Exploit::Remote }, 'Author' => [ 'y0 ' ], - 'License' => MSF_LICENSE, + 'License' => BSD_LICENSE, 'Version' => '$Revision$', 'References' => [ diff --git a/modules/exploits/windows/ftp/oracle9i_xdb_ftp_unlock.rb b/modules/exploits/windows/ftp/oracle9i_xdb_ftp_unlock.rb index a7857c4c36..6987e6ef0b 100644 --- a/modules/exploits/windows/ftp/oracle9i_xdb_ftp_unlock.rb +++ b/modules/exploits/windows/ftp/oracle9i_xdb_ftp_unlock.rb @@ -22,7 +22,7 @@ class Exploits::Windows::Ftp::Oracle9iXDBUnlockOverflow < Msf::Exploit::Remote }, 'Author' => [ 'y0 ', 'David Litchfield ' ], - 'License' => MSF_LICENSE, + 'License' => BSD_LICENSE, 'Version' => '$Revision$', 'References' => [ diff --git a/modules/exploits/windows/ftp/slimftpd_list_concat.rb b/modules/exploits/windows/ftp/slimftpd_list_concat.rb index 58f8d8023f..8d6aa28e26 100644 --- a/modules/exploits/windows/ftp/slimftpd_list_concat.rb +++ b/modules/exploits/windows/ftp/slimftpd_list_concat.rb @@ -18,7 +18,7 @@ class Exploits::Windows::Ftp::SlimFTPdListConcatOverflow < Msf::Exploit::Remote }, 'Author' => [ 'Fairuzan Roslan ' ], - 'License' => MSF_LICENSE, + 'License' => BSD_LICENSE, 'Version' => '$Revision$', 'References' => [ diff --git a/modules/exploits/windows/ftp/warftpd_165_user.rb b/modules/exploits/windows/ftp/warftpd_165_user.rb index 0707d5b25e..6ec8958da5 100644 --- a/modules/exploits/windows/ftp/warftpd_165_user.rb +++ b/modules/exploits/windows/ftp/warftpd_165_user.rb @@ -14,7 +14,7 @@ class Exploits::Windows::Ftp::WarFtpd165 < Msf::Exploit::Remote of War-FTPD 1.65. }, 'Author' => 'Fairuzan Roslan ', - 'License' => MSF_LICENSE, + 'License' => BSD_LICENSE, 'Version' => '$Revision$', 'References' => [ diff --git a/modules/exploits/windows/ftp/wsftp_server_503_mkd.rb b/modules/exploits/windows/ftp/wsftp_server_503_mkd.rb index 392e33e0f5..628bc2bd3d 100644 --- a/modules/exploits/windows/ftp/wsftp_server_503_mkd.rb +++ b/modules/exploits/windows/ftp/wsftp_server_503_mkd.rb @@ -16,7 +16,7 @@ class Exploits::Windows::Ftp::WSFTPDMKDOverflow < Msf::Exploit::Remote }, 'Author' => [ 'ET LoWNOISE ', 'Reed Arvin ' ], - 'License' => MSF_LICENSE, + 'License' => BSD_LICENSE, 'Version' => '$Revision$', 'References' => [ diff --git a/modules/exploits/windows/games/ut2004_secure.rb b/modules/exploits/windows/games/ut2004_secure.rb index 7aef85587c..5c47ca997e 100644 --- a/modules/exploits/windows/games/ut2004_secure.rb +++ b/modules/exploits/windows/games/ut2004_secure.rb @@ -26,7 +26,7 @@ class Exploits::Windows::Games::UT2004_Secure < Msf::Exploit::Remote }, 'Author' => [ 'stinko' ], - 'License' => MSF_LICENSE, + 'License' => BSD_LICENSE, 'Version' => '$Revision$', 'References' => [ diff --git a/modules/exploits/windows/http/altn_webadmin.rb b/modules/exploits/windows/http/altn_webadmin.rb index a0cbb92fb8..eefabae478 100644 --- a/modules/exploits/windows/http/altn_webadmin.rb +++ b/modules/exploits/windows/http/altn_webadmin.rb @@ -16,7 +16,7 @@ class Exploits::Windows::Http::ALTN_WebAdmin_Overflow < Msf::Exploit::Remote execution with SYSTEM level privileges. }, 'Author' => [ 'MC' ], - 'License' => MSF_LICENSE, + 'License' => BSD_LICENSE, 'Version' => '$Revision$', 'References' => [ diff --git a/modules/exploits/windows/http/edirectory_imonitor.rb b/modules/exploits/windows/http/edirectory_imonitor.rb index f48b335362..d47dc9712a 100644 --- a/modules/exploits/windows/http/edirectory_imonitor.rb +++ b/modules/exploits/windows/http/edirectory_imonitor.rb @@ -16,7 +16,7 @@ class Exploits::Windows::Http::EDirectory_IMonitor_Overflow < Msf::Exploit::Remo }, 'Author' => [ 'anonymous' ], - 'License' => MSF_LICENSE, + 'License' => BSD_LICENSE, 'Version' => '$Revision$', 'References' => [ diff --git a/modules/exploits/windows/http/minishare_get_overflow.rb b/modules/exploits/windows/http/minishare_get_overflow.rb index 74669c59b4..7801c042f8 100644 --- a/modules/exploits/windows/http/minishare_get_overflow.rb +++ b/modules/exploits/windows/http/minishare_get_overflow.rb @@ -19,7 +19,7 @@ class Exploits::Windows::Http::Minishare_GET_Overflow < Msf::Exploit::Remote }, 'Author' => [ 'acaro ' ], - 'License' => MSF_LICENSE, + 'License' => BSD_LICENSE, 'Version' => '$Revision$', 'References' => [ diff --git a/modules/exploits/windows/http/shoutcast_format.rb b/modules/exploits/windows/http/shoutcast_format.rb index 18e85d9997..3bb7650f16 100644 --- a/modules/exploits/windows/http/shoutcast_format.rb +++ b/modules/exploits/windows/http/shoutcast_format.rb @@ -18,7 +18,7 @@ class Exploits::Windows::Http::Shoutcast_Format < Msf::Exploit::Remote }, 'Author' => [ 'MC', 'mandragore[at]gmail.com'], - 'License' => MSF_LICENSE, + 'License' => BSD_LICENSE, 'Version' => '$Revision$', 'References' => [ diff --git a/modules/exploits/windows/iis/ms02_018_htr.rb b/modules/exploits/windows/iis/ms02_018_htr.rb index 9996136dc6..bebdf94f10 100644 --- a/modules/exploits/windows/iis/ms02_018_htr.rb +++ b/modules/exploits/windows/iis/ms02_018_htr.rb @@ -23,7 +23,7 @@ class Exploits::Windows::Iis::MS02_018_HTR < Msf::Exploit::Remote }, 'Author' => [ 'stinko' ], - 'License' => MSF_LICENSE, + 'License' => BSD_LICENSE, 'Version' => '$Revision$', 'References' => [ diff --git a/modules/exploits/windows/imap/mailenable_status.rb b/modules/exploits/windows/imap/mailenable_status.rb index 41fd7cef77..dfaaf5a661 100644 --- a/modules/exploits/windows/imap/mailenable_status.rb +++ b/modules/exploits/windows/imap/mailenable_status.rb @@ -18,7 +18,7 @@ class Exploits::Windows::Imap::MailEnableImapStatusOverflow < Msf::Exploit::Remo }, 'Author' => [ 'MC' ], - 'License' => MSF_LICENSE, + 'License' => BSD_LICENSE, 'Version' => '$Revision$', 'References' => [ diff --git a/modules/exploits/windows/imap/mailenable_w3c_select.rb b/modules/exploits/windows/imap/mailenable_w3c_select.rb index 978cfabb89..2e65196a59 100644 --- a/modules/exploits/windows/imap/mailenable_w3c_select.rb +++ b/modules/exploits/windows/imap/mailenable_w3c_select.rb @@ -20,7 +20,7 @@ class Exploits::Windows::Imap::MailEnableImapW3CLoggingSelectOverflow < Msf::Exp }, 'Author' => [ 'MC' ], - 'License' => MSF_LICENSE, + 'License' => BSD_LICENSE, 'Version' => '$Revision$', 'References' => [ diff --git a/modules/exploits/windows/imap/mdaemon_cram_md5.rb b/modules/exploits/windows/imap/mdaemon_cram_md5.rb index e6fe0a8fc0..07da4d0ddf 100644 --- a/modules/exploits/windows/imap/mdaemon_cram_md5.rb +++ b/modules/exploits/windows/imap/mdaemon_cram_md5.rb @@ -16,7 +16,7 @@ class Exploits::Windows::Imap::MDaemonImapCramMD5Overflow < Msf::Exploit::Remote }, 'Author' => [ 'anonymous' ], - 'License' => MSF_LICENSE, + 'License' => BSD_LICENSE, 'Version' => '$Revision$', 'References' => [ diff --git a/modules/exploits/windows/imap/mercury_rename.rb b/modules/exploits/windows/imap/mercury_rename.rb index a714cd87ca..2c4e08a6b5 100644 --- a/modules/exploits/windows/imap/mercury_rename.rb +++ b/modules/exploits/windows/imap/mercury_rename.rb @@ -14,7 +14,7 @@ class Exploits::Windows::Imap::MercuryIMAPRenameOverflow < Msf::Exploit::Remote Mercury/32 v.4.01a IMAP service. }, 'Author' => [ 'MC' ], - 'License' => MSF_LICENSE, + 'License' => BSD_LICENSE, 'Version' => '$Revision$', 'References' => [ diff --git a/modules/exploits/windows/license/ca_client_getconfig.rb b/modules/exploits/windows/license/ca_client_getconfig.rb index 7710fbb8ee..0ad4c0aeea 100644 --- a/modules/exploits/windows/license/ca_client_getconfig.rb +++ b/modules/exploits/windows/license/ca_client_getconfig.rb @@ -24,7 +24,7 @@ class Exploits::Windows::License::CA_Client_GETCONFIG < Msf::Exploit::Remote }, 'Author' => [ 'hdm' ], - 'License' => MSF_LICENSE, + 'License' => BSD_LICENSE, 'Version' => '$Revision$', 'References' => [ diff --git a/modules/exploits/windows/license/ca_server_getconfig.rb b/modules/exploits/windows/license/ca_server_getconfig.rb index bdd84c789a..e2e6274809 100644 --- a/modules/exploits/windows/license/ca_server_getconfig.rb +++ b/modules/exploits/windows/license/ca_server_getconfig.rb @@ -16,7 +16,7 @@ class Exploits::Windows::License::REMOVE_THIS::CA_Server_GETCONFIG < Msf::Exploi }, 'Author' => [ 'hdm' ], - 'License' => MSF_LICENSE, + 'License' => BSD_LICENSE, 'Version' => '$Revision$', 'References' => [ diff --git a/modules/exploits/windows/mssql/ms02_056_hello.rb b/modules/exploits/windows/mssql/ms02_056_hello.rb index 9aadd7be12..dffbce1b65 100644 --- a/modules/exploits/windows/mssql/ms02_056_hello.rb +++ b/modules/exploits/windows/mssql/ms02_056_hello.rb @@ -18,7 +18,7 @@ class Exploits::Windows::Mssql::MS02_056_HelloOverflow < Msf::Exploit::Remote }, 'Author' => [ 'MC ' ], - 'License' => MSF_LICENSE, + 'License' => BSD_LICENSE, 'Version' => '$Revision$', 'References' => [ diff --git a/modules/exploits/windows/novell/zenworks_desktop_agent.rb b/modules/exploits/windows/novell/zenworks_desktop_agent.rb index 6587106fa8..0344ec351d 100644 --- a/modules/exploits/windows/novell/zenworks_desktop_agent.rb +++ b/modules/exploits/windows/novell/zenworks_desktop_agent.rb @@ -16,7 +16,7 @@ class Exploits::Windows::Novell::ZenworksDesktopAgentOverflow < Msf::Exploit::Re }, 'Author' => [ 'anonymous' ], - 'License' => MSF_LICENSE, + 'License' => BSD_LICENSE, 'Version' => '$Revision$', 'References' => [ diff --git a/modules/exploits/windows/smb/ms04_031_netdde.rb b/modules/exploits/windows/smb/ms04_031_netdde.rb index dc17ac4672..347715c0f3 100644 --- a/modules/exploits/windows/smb/ms04_031_netdde.rb +++ b/modules/exploits/windows/smb/ms04_031_netdde.rb @@ -18,7 +18,7 @@ class Exploits::Windows::Smb::MS04_039_NETDDE < Msf::Exploit::Remote pipe is only accessible after successful authentication. }, 'Author' => [ 'pusscat' ], - 'License' => MSF_LICENSE, + 'License' => BSD_LICENSE, 'Version' => '$Revision$', 'References' => [ diff --git a/modules/payloads/singles/cmd/unix/bind_perl.rb b/modules/payloads/singles/cmd/unix/bind_perl.rb index 4a78a459e9..7d7dafefd4 100644 --- a/modules/payloads/singles/cmd/unix/bind_perl.rb +++ b/modules/payloads/singles/cmd/unix/bind_perl.rb @@ -18,7 +18,7 @@ module BindPerl 'Version' => '$Revision$', 'Description' => 'Listen for a connection and spawn a command shell via perl (persistent)', 'Author' => ['Samy ', 'cazz'], - 'License' => MSF_LICENSE, + 'License' => BSD_LICENSE, 'Platform' => 'unix', 'Arch' => ARCH_CMD, 'Handler' => Msf::Handler::BindTcp, diff --git a/modules/payloads/singles/cmd/unix/reverse_perl.rb b/modules/payloads/singles/cmd/unix/reverse_perl.rb index b2ccf02c68..7268f3afe2 100644 --- a/modules/payloads/singles/cmd/unix/reverse_perl.rb +++ b/modules/payloads/singles/cmd/unix/reverse_perl.rb @@ -18,7 +18,7 @@ module ReversePerl 'Version' => '$Revision$', 'Description' => 'Creates an interactive shell via perl', 'Author' => 'cazz', - 'License' => MSF_LICENSE, + 'License' => BSD_LICENSE, 'Platform' => 'unix', 'Arch' => ARCH_CMD, 'Handler' => Msf::Handler::ReverseTcp, diff --git a/modules/payloads/singles/solaris/x86/shell_bind_tcp.rb b/modules/payloads/singles/solaris/x86/shell_bind_tcp.rb index fd41105f2e..7924b09626 100644 --- a/modules/payloads/singles/solaris/x86/shell_bind_tcp.rb +++ b/modules/payloads/singles/solaris/x86/shell_bind_tcp.rb @@ -18,7 +18,7 @@ module ShellBindTcp 'Version' => '$Revision$', 'Description' => 'Listen for a connection and spawn a command shell', 'Author' => 'bighawk ', - 'License' => MSF_LICENSE, + 'License' => BSD_LICENSE, 'Platform' => 'solaris', 'Arch' => ARCH_X86, 'Handler' => Msf::Handler::BindTcp, diff --git a/modules/payloads/singles/solaris/x86/shell_find_port.rb b/modules/payloads/singles/solaris/x86/shell_find_port.rb index 6bd8a53464..36ca59f27c 100644 --- a/modules/payloads/singles/solaris/x86/shell_find_port.rb +++ b/modules/payloads/singles/solaris/x86/shell_find_port.rb @@ -18,7 +18,7 @@ module ShellFindPort 'Version' => '$Revision$', 'Description' => 'Spawn a shell on an established connection', 'Author' => 'LSD ', - 'License' => MSF_LICENSE, + 'License' => BSD_LICENSE, 'Platform' => 'solaris', 'Arch' => ARCH_X86, 'Handler' => Msf::Handler::FindPort, diff --git a/modules/payloads/singles/solaris/x86/shell_reverse_tcp.rb b/modules/payloads/singles/solaris/x86/shell_reverse_tcp.rb index a30cbac51b..5b61770b1c 100644 --- a/modules/payloads/singles/solaris/x86/shell_reverse_tcp.rb +++ b/modules/payloads/singles/solaris/x86/shell_reverse_tcp.rb @@ -18,7 +18,7 @@ module ShellReverseTcp 'Version' => '$Revision$', 'Description' => 'Connect back to attacker and spawn a command shell', 'Author' => 'bighawk ', - 'License' => MSF_LICENSE, + 'License' => BSD_LICENSE, 'Platform' => 'solaris', 'Arch' => ARCH_X86, 'Handler' => Msf::Handler::ReverseTcp,