Skip to content

Commit

Permalink
fix typo in cisco_ios_xe.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Julien Voisin <[email protected]>
  • Loading branch information
sfewer-r7 and jvoisin authored Nov 7, 2023
1 parent 25ef7d1 commit 4dec664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/msf/core/exploit/remote/http/cisco_ios_xe.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4dec664

Please sign in to comment.