diff --git a/modules/exploits/windows/fileformat/nuance_pdf_launch_overflow.rb b/modules/exploits/windows/fileformat/nuance_pdf_launch_overflow.rb index 5d7ee3c289..cb988cad5f 100644 --- a/modules/exploits/windows/fileformat/nuance_pdf_launch_overflow.rb +++ b/modules/exploits/windows/fileformat/nuance_pdf_launch_overflow.rb @@ -12,6 +12,7 @@ require 'msf/core' class Metasploit3 < Msf::Exploit::Remote + Rank = GreatRanking include Msf::Exploit::FILEFORMAT include Msf::Exploit::Egghunter diff --git a/modules/exploits/windows/ftp/32bitftp_list_reply.rb b/modules/exploits/windows/ftp/32bitftp_list_reply.rb index 6169d44bb9..333ec62009 100644 --- a/modules/exploits/windows/ftp/32bitftp_list_reply.rb +++ b/modules/exploits/windows/ftp/32bitftp_list_reply.rb @@ -10,6 +10,7 @@ ## class Metasploit3 < Msf::Exploit::Remote + Ranking = GoodRanking include Msf::Exploit::Remote::FtpServer diff --git a/modules/exploits/windows/ftp/aasync_list_reply.rb b/modules/exploits/windows/ftp/aasync_list_reply.rb index 54b4a34eaf..a4f921f1fd 100644 --- a/modules/exploits/windows/ftp/aasync_list_reply.rb +++ b/modules/exploits/windows/ftp/aasync_list_reply.rb @@ -10,6 +10,7 @@ ## class Metasploit3 < Msf::Exploit::Remote + Ranking = GoodRanking include Msf::Exploit::Remote::FtpServer diff --git a/modules/exploits/windows/ftp/filewrangler_list_reply.rb b/modules/exploits/windows/ftp/filewrangler_list_reply.rb index 38bbd48116..e6de334ee6 100644 --- a/modules/exploits/windows/ftp/filewrangler_list_reply.rb +++ b/modules/exploits/windows/ftp/filewrangler_list_reply.rb @@ -10,6 +10,7 @@ ## class Metasploit3 < Msf::Exploit::Remote + Ranking = GoodRanking include Msf::Exploit::Remote::FtpServer include Msf::Exploit::Remote::Egghunter diff --git a/modules/exploits/windows/ftp/ftpgetter_pwd_reply.rb b/modules/exploits/windows/ftp/ftpgetter_pwd_reply.rb index 47a803a44b..256b878d62 100644 --- a/modules/exploits/windows/ftp/ftpgetter_pwd_reply.rb +++ b/modules/exploits/windows/ftp/ftpgetter_pwd_reply.rb @@ -10,6 +10,7 @@ ## class Metasploit3 < Msf::Exploit::Remote + Ranking = GoodRanking include Msf::Exploit::Remote::FtpServer include Msf::Exploit::Remote::Egghunter diff --git a/modules/exploits/windows/ftp/ftppad_list_reply.rb b/modules/exploits/windows/ftp/ftppad_list_reply.rb index 838d3ae83c..56a08be8d7 100644 --- a/modules/exploits/windows/ftp/ftppad_list_reply.rb +++ b/modules/exploits/windows/ftp/ftppad_list_reply.rb @@ -10,6 +10,7 @@ ## class Metasploit3 < Msf::Exploit::Remote + Ranking = GoodRanking include Exploit::Remote::FtpServer diff --git a/modules/exploits/windows/ftp/ftpshell51_pwd_reply.rb b/modules/exploits/windows/ftp/ftpshell51_pwd_reply.rb index 0a1d5a6615..5faa966046 100644 --- a/modules/exploits/windows/ftp/ftpshell51_pwd_reply.rb +++ b/modules/exploits/windows/ftp/ftpshell51_pwd_reply.rb @@ -10,6 +10,7 @@ ## class Metasploit3 < Msf::Exploit::Remote + Ranking = GoodRanking include Exploit::Remote::FtpServer include Exploit::Remote::Egghunter diff --git a/modules/exploits/windows/ftp/ftpsynch_list_reply.rb b/modules/exploits/windows/ftp/ftpsynch_list_reply.rb index b18a3d169b..c81ba6dd1f 100644 --- a/modules/exploits/windows/ftp/ftpsynch_list_reply.rb +++ b/modules/exploits/windows/ftp/ftpsynch_list_reply.rb @@ -10,6 +10,7 @@ ## class Metasploit3 < Msf::Exploit::Remote + Ranking = GoodRanking include Exploit::Remote::FtpServer diff --git a/modules/exploits/windows/ftp/gekkomgr_list_reply.rb b/modules/exploits/windows/ftp/gekkomgr_list_reply.rb index 1d7b868b4b..52d48e4a18 100644 --- a/modules/exploits/windows/ftp/gekkomgr_list_reply.rb +++ b/modules/exploits/windows/ftp/gekkomgr_list_reply.rb @@ -10,6 +10,7 @@ ## class Metasploit3 < Msf::Exploit::Remote + Ranking = GoodRanking include Msf::Exploit::Remote::FtpServer include Exploit::Remote::Egghunter diff --git a/modules/exploits/windows/ftp/leapftp_list_reply.rb b/modules/exploits/windows/ftp/leapftp_list_reply.rb index 29f44ff182..db56440974 100644 --- a/modules/exploits/windows/ftp/leapftp_list_reply.rb +++ b/modules/exploits/windows/ftp/leapftp_list_reply.rb @@ -10,11 +10,11 @@ ## class Metasploit3 < Msf::Exploit::Remote + Ranking = GoodRanking include Msf::Exploit::Remote::FtpServer include Msf::Exploit::Remote::Egghunter - def initialize(info = {}) super(update_info(info, 'Name' => 'LeapFTP 3.0.1 Stack Buffer Overflow', diff --git a/modules/exploits/windows/ftp/odin_list_reply.rb b/modules/exploits/windows/ftp/odin_list_reply.rb index 9cfdbcd0c9..f80efbb692 100644 --- a/modules/exploits/windows/ftp/odin_list_reply.rb +++ b/modules/exploits/windows/ftp/odin_list_reply.rb @@ -10,6 +10,7 @@ ## class Metasploit3 < Msf::Exploit::Remote + Ranking = GoodRanking include Msf::Exploit::Remote::FtpServer include Msf::Exploit::Remote::Egghunter diff --git a/modules/exploits/windows/ftp/seagull_list_reply.rb b/modules/exploits/windows/ftp/seagull_list_reply.rb index 3d3affe097..ba82986f66 100644 --- a/modules/exploits/windows/ftp/seagull_list_reply.rb +++ b/modules/exploits/windows/ftp/seagull_list_reply.rb @@ -10,6 +10,7 @@ ## class Metasploit3 < Msf::Exploit::Remote + Ranking = GoodRanking include Msf::Exploit::Remote::FtpServer include Msf::Exploit::Omelet