From 574c47cba64ed077a53618a019d8c862cd7aaef4 Mon Sep 17 00:00:00 2001 From: Jacob Robles Date: Fri, 29 Jun 2018 10:56:18 -0500 Subject: [PATCH] Change Ranking Command to change the database user account could cause a DoS condition if the credentials are incorrect. --- .../linux/http/nagios_xi_chained_rce_2_electric_boogaloo.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/exploits/linux/http/nagios_xi_chained_rce_2_electric_boogaloo.rb b/modules/exploits/linux/http/nagios_xi_chained_rce_2_electric_boogaloo.rb index 18ec1a6d13..2832da7f59 100644 --- a/modules/exploits/linux/http/nagios_xi_chained_rce_2_electric_boogaloo.rb +++ b/modules/exploits/linux/http/nagios_xi_chained_rce_2_electric_boogaloo.rb @@ -3,7 +3,7 @@ # Current source: https://github.com/rapid7/metasploit-framework ## class MetasploitModule < Msf::Exploit::Remote - Rank = ExcellentRanking + Rank = ManualRanking include Msf::Exploit::Remote::HttpClient include Msf::Exploit::EXE