From 8ba7a28caffaa94d11cd72e7ea08a0900e9f04ea Mon Sep 17 00:00:00 2001 From: Matthew Dunn Date: Tue, 7 Feb 2023 07:13:41 -0500 Subject: [PATCH] Add quotes to set-time command in docs --- .../linux/http/nagios_xi_configwizards_authenticated_rce.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/modules/exploit/linux/http/nagios_xi_configwizards_authenticated_rce.md b/documentation/modules/exploit/linux/http/nagios_xi_configwizards_authenticated_rce.md index a3cab22866..1fd72d0bfc 100644 --- a/documentation/modules/exploit/linux/http/nagios_xi_configwizards_authenticated_rce.md +++ b/documentation/modules/exploit/linux/http/nagios_xi_configwizards_authenticated_rce.md @@ -49,7 +49,7 @@ on newer distributions. - Ensure it's on a network accessible from your attacking machine (e.g. Nat network instead of Bridged) - NagiosXI fails when attempting to login manually with an "NSP Sorry Dave" message - The NagiosXI installation is likely out of sync with its date/time. - - Set it manually with `timedatectl set-ntp false` and `timedatectl set-time 2023-02-06 17:34:00` but with the actual time and date + - Set it manually with `timedatectl set-ntp false` and `timedatectl set-time '2023-02-06 17:34:00'` but with the actual time and date ## Verification Steps