From 7b4678564a20952b719871990715b95fdc9eda7a Mon Sep 17 00:00:00 2001 From: Brendan Date: Wed, 12 Feb 2025 15:52:15 -0600 Subject: [PATCH] Update modules/payloads/adapters/cmd/linux/https/ppc64.rb Co-authored-by: Christophe De La Fuente <56716719+cdelafuente-r7@users.noreply.github.com> --- modules/payloads/adapters/cmd/linux/https/ppc64.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/payloads/adapters/cmd/linux/https/ppc64.rb b/modules/payloads/adapters/cmd/linux/https/ppc64.rb index b6f8c57909..38f22df12b 100644 --- a/modules/payloads/adapters/cmd/linux/https/ppc64.rb +++ b/modules/payloads/adapters/cmd/linux/https/ppc64.rb @@ -12,7 +12,7 @@ module MetasploitModule update_info( info, 'Name' => 'HTTPS Fetch', - 'Description' => 'Fetch and execute an MIPSLE payload from an HTTPS server.', + 'Description' => 'Fetch and execute an PPC64 payload from an HTTPS server.', 'Author' => ['Brendan Watters', 'Spencer McIntyre'], 'Platform' => 'linux', 'Arch' => ARCH_CMD,