From 4dec6640c0e1ca432d0c034924712f9a3ed8943f Mon Sep 17 00:00:00 2001 From: Stephen Fewer <122022313+sfewer-r7@users.noreply.github.com> Date: Tue, 7 Nov 2023 09:02:12 +0000 Subject: [PATCH] fix typo in cisco_ios_xe.rb Co-authored-by: Julien Voisin --- lib/msf/core/exploit/remote/http/cisco_ios_xe.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/msf/core/exploit/remote/http/cisco_ios_xe.rb b/lib/msf/core/exploit/remote/http/cisco_ios_xe.rb index 4bb607c73317..ce9c132978bf 100644 --- a/lib/msf/core/exploit/remote/http/cisco_ios_xe.rb +++ b/lib/msf/core/exploit/remote/http/cisco_ios_xe.rb @@ -28,7 +28,7 @@ def run_cli_command(cmd, mode, username = 'vty0') cmd = "exit\n" + cmd end - # As we place the cmd in CDATA, we cannot have hte closing tag in the command. + # As we place the cmd in CDATA, we cannot have the closing tag in the command. if cmd.include? ']]>' print_error("CLI command contain bad sequence ']]>'.") return nil