From 68a8a5262bd03efa554f2a2d0d93fee2192cbbd3 Mon Sep 17 00:00:00 2001 From: Matt Miller Date: Mon, 16 Jan 2006 03:48:36 +0000 Subject: [PATCH] change unknown license to GPL git-svn-id: file:///home/svn/incoming/trunk@3379 4d416f70-5f16-0410-b530-b9f4589650da --- modules/encoders/ppc/longxor.rb | 2 +- modules/encoders/sparc/longxor_tag.rb | 2 +- modules/exploits/linux/games/ut2004_secure.rb | 2 +- modules/exploits/linux/ids/snortbopre.rb | 2 +- modules/exploits/osx/ftp/webstar_ftp_user.rb | 2 +- modules/exploits/solaris/dtspcd/heap_noir.rb | 2 +- modules/exploits/solaris/telnet/ttyprompt.rb | 2 +- modules/exploits/windows/ftp/freeftpd_user.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/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/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/mssql/ms02_056_hello.rb | 2 +- modules/exploits/windows/novell/zenworks_desktop_agent.rb | 2 +- modules/exploits/windows/proxy/bluecoat_winproxy_host.rb | 2 +- modules/exploits/windows/smb/ms04_007_killbill.rb | 2 +- modules/exploits/windows/smb/ms04_031_netdde.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 +- 30 files changed, 30 insertions(+), 30 deletions(-) diff --git a/modules/encoders/ppc/longxor.rb b/modules/encoders/ppc/longxor.rb index 066a959996..eda0a2ef08 100644 --- a/modules/encoders/ppc/longxor.rb +++ b/modules/encoders/ppc/longxor.rb @@ -16,7 +16,7 @@ class LongXor < Msf::Encoder::Xor }, 'Author' => [ 'Dino Dai Zovi ', 'hdm' ], 'Arch' => ARCH_PPC, - 'License' => UNKNOWN_LICENSE, + 'License' => GPL_LICENSE, 'Decoder' => { 'KeySize' => 4, diff --git a/modules/encoders/sparc/longxor_tag.rb b/modules/encoders/sparc/longxor_tag.rb index 5a1d15cb79..556e6897dc 100644 --- a/modules/encoders/sparc/longxor_tag.rb +++ b/modules/encoders/sparc/longxor_tag.rb @@ -15,7 +15,7 @@ class LongXorTag < Msf::Encoder::XorAdditiveFeedback }, 'Author' => [ 'optyx', 'hdm' ], 'Arch' => ARCH_SPARC, - 'License' => UNKNOWN_LICENSE, + 'License' => GPL_LICENSE, 'Decoder' => { 'KeySize' => 4, diff --git a/modules/exploits/linux/games/ut2004_secure.rb b/modules/exploits/linux/games/ut2004_secure.rb index 36c5844121..5a963bffce 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' => UNKNOWN_LICENSE, + 'License' => GPL_LICENSE, 'Version' => '$Revision$', 'References' => [ diff --git a/modules/exploits/linux/ids/snortbopre.rb b/modules/exploits/linux/ids/snortbopre.rb index deb17b52ad..98b042aec6 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' => UNKNOWN_LICENSE, + 'License' => GPL_LICENSE, 'Version' => '$Revision$', 'References' => [ diff --git a/modules/exploits/osx/ftp/webstar_ftp_user.rb b/modules/exploits/osx/ftp/webstar_ftp_user.rb index 9dcfbb2c8a..263e789cb9 100644 --- a/modules/exploits/osx/ftp/webstar_ftp_user.rb +++ b/modules/exploits/osx/ftp/webstar_ftp_user.rb @@ -16,7 +16,7 @@ class Exploits::Osx::Ftp::WebStarFTPUserOverflow < Msf::Exploit::Remote }, 'Author' => [ 'Dino Dai Zovi ', 'hdm' ], - 'License' => UNKNOWN_LICENSE, + 'License' => GPL_LICENSE, 'Version' => '$Revision$', 'References' => [ diff --git a/modules/exploits/solaris/dtspcd/heap_noir.rb b/modules/exploits/solaris/dtspcd/heap_noir.rb index f8aec97544..4ca68f65fa 100644 --- a/modules/exploits/solaris/dtspcd/heap_noir.rb +++ b/modules/exploits/solaris/dtspcd/heap_noir.rb @@ -17,7 +17,7 @@ class Exploits::Solaris::Dtspcd::Heap_Noir < Msf::Exploit::Remote }, 'Author' => [ 'noir ', 'hdm' ], - 'License' => UNKNOWN_LICENSE, + 'License' => GPL_LICENSE, 'Version' => '$Revision$', 'References' => [ diff --git a/modules/exploits/solaris/telnet/ttyprompt.rb b/modules/exploits/solaris/telnet/ttyprompt.rb index b9990ade33..d85c0c2058 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' ], - 'License' => UNKNOWN_LICENSE, + 'License' => GPL_LICENSE, 'Version' => '$Revision$', 'References' => [ diff --git a/modules/exploits/windows/ftp/freeftpd_user.rb b/modules/exploits/windows/ftp/freeftpd_user.rb index 4bd6ea59ba..7231a42f70 100644 --- a/modules/exploits/windows/ftp/freeftpd_user.rb +++ b/modules/exploits/windows/ftp/freeftpd_user.rb @@ -17,7 +17,7 @@ class Exploits::Windows::Ftp::FreeFTPDUserOverflow < Msf::Exploit::Remote }, 'Author' => 'MC ', - 'License' => UNKNOWN_LICENSE, + 'License' => GPL_LICENSE, 'Version' => '$Revision$', 'References' => [ diff --git a/modules/exploits/windows/ftp/globalscapeftp_input.rb b/modules/exploits/windows/ftp/globalscapeftp_input.rb index 60747141b1..e684d9e499 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' => UNKNOWN_LICENSE, + 'License' => GPL_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 d8ee1b5835..edd4fd1615 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' => UNKNOWN_LICENSE, + 'License' => GPL_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 3d27da1635..4e668766de 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' => UNKNOWN_LICENSE, + 'License' => GPL_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 d3d27a7bdc..32578c1db7 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' => UNKNOWN_LICENSE, + 'License' => GPL_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 32622fc489..605f5bf272 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' => UNKNOWN_LICENSE, + 'License' => GPL_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 14da902f61..8d8cbdfd88 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' => UNKNOWN_LICENSE, + 'License' => GPL_LICENSE, 'Version' => '$Revision$', 'References' => [ diff --git a/modules/exploits/windows/http/altn_webadmin.rb b/modules/exploits/windows/http/altn_webadmin.rb index 93c35852e7..501e4e71cf 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' => UNKNOWN_LICENSE, + 'License' => GPL_LICENSE, 'Version' => '$Revision$', 'References' => [ diff --git a/modules/exploits/windows/http/edirectory_imonitor.rb b/modules/exploits/windows/http/edirectory_imonitor.rb index fadf477709..c82bce3b9b 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' => UNKNOWN_LICENSE, + 'License' => GPL_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 f854d35b05..565e341279 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' => UNKNOWN_LICENSE, + 'License' => GPL_LICENSE, 'Version' => '$Revision$', 'References' => [ diff --git a/modules/exploits/windows/http/shoutcast_format.rb b/modules/exploits/windows/http/shoutcast_format.rb index ee0c9a611c..5e5a9b2f9b 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' => UNKNOWN_LICENSE, + 'License' => GPL_LICENSE, 'Version' => '$Revision$', 'References' => [ diff --git a/modules/exploits/windows/imap/mailenable_status.rb b/modules/exploits/windows/imap/mailenable_status.rb index 1b04ec2b93..d74afb8f7e 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' => UNKNOWN_LICENSE, + 'License' => GPL_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 7bdb0036d6..01f9ea1d90 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' => UNKNOWN_LICENSE, + 'License' => GPL_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 8b115c696e..d42c6f114a 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' => UNKNOWN_LICENSE, + 'License' => GPL_LICENSE, 'Version' => '$Revision$', 'References' => [ diff --git a/modules/exploits/windows/imap/mercury_rename.rb b/modules/exploits/windows/imap/mercury_rename.rb index 2ca6c278d4..a3b707cb08 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' => UNKNOWN_LICENSE, + 'License' => GPL_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 b9f006ba49..c1b9d393c1 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' => UNKNOWN_LICENSE, + 'License' => GPL_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 7a73dcc75d..d6436b4d37 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' => UNKNOWN_LICENSE, + 'License' => GPL_LICENSE, 'Version' => '$Revision$', 'References' => [ diff --git a/modules/exploits/windows/proxy/bluecoat_winproxy_host.rb b/modules/exploits/windows/proxy/bluecoat_winproxy_host.rb index 8ad0581bfd..9e90da829a 100755 --- a/modules/exploits/windows/proxy/bluecoat_winproxy_host.rb +++ b/modules/exploits/windows/proxy/bluecoat_winproxy_host.rb @@ -16,7 +16,7 @@ class Exploits::Windows::Proxy::Bluecoat_WinProxy_Host < Msf::Exploit::Remote remote execution of arbitrary code. }, 'Author' => 'MC', - 'License' => UNKNOWN_LICENSE, + 'License' => GPL_LICENSE, 'Version' => '$Revision$', 'References' => [ diff --git a/modules/exploits/windows/smb/ms04_007_killbill.rb b/modules/exploits/windows/smb/ms04_007_killbill.rb index e50be6a9c5..616c872cc8 100644 --- a/modules/exploits/windows/smb/ms04_007_killbill.rb +++ b/modules/exploits/windows/smb/ms04_007_killbill.rb @@ -32,7 +32,7 @@ class Exploits::Windows::Smb::MS04_007_ASN1_KILLBILL < Msf::Exploit::Remote }, 'Author' => [ 'Solar Eclipse ' ], - 'License' => UNKNOWN_LICENSE, + 'License' => GPL_LICENSE, 'License' => [ 'gplv2' ], 'Version' => '$Revision$', 'References' => diff --git a/modules/exploits/windows/smb/ms04_031_netdde.rb b/modules/exploits/windows/smb/ms04_031_netdde.rb index 19629947bc..309b3f275c 100644 --- a/modules/exploits/windows/smb/ms04_031_netdde.rb +++ b/modules/exploits/windows/smb/ms04_031_netdde.rb @@ -17,7 +17,7 @@ class Exploits::Windows::Smb::MS04_039_NETDDE < Msf::Exploit::Remote Auth seems to be required to reach the nddeapi entrypoint. }, 'Author' => [ 'pusscat' ], - 'License' => UNKNOWN_LICENSE, + 'License' => GPL_LICENSE, 'Version' => '$Revision$', 'References' => [ diff --git a/modules/payloads/singles/solaris/x86/shell_bind_tcp.rb b/modules/payloads/singles/solaris/x86/shell_bind_tcp.rb index d13e5ccd84..0b2f38eb03 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' => UNKNOWN_LICENSE, + 'License' => GPL_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 828c4de69e..4ff4597e58 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' => UNKNOWN_LICENSE, + 'License' => GPL_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 4dbaf77550..36e1b1fe19 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' => UNKNOWN_LICENSE, + 'License' => GPL_LICENSE, 'Platform' => 'solaris', 'Arch' => ARCH_X86, 'Handler' => Msf::Handler::ReverseTcp,