Drop size requirement and fix descriptions

The size requriement is used when the adapted payload is executed from
the command line but that's not the case for the fetch payloads which
execute a command to fetch the payload from a URL. The payload size
doesn't matter because it's included in the executable file hosted at
the URL.
This commit is contained in:
Spencer McIntyre
2023-05-25 11:49:38 -04:00
parent 428229aede
commit 8a0dfa57a0
4 changed files with 5 additions and 13 deletions
@@ -12,7 +12,7 @@ module MetasploitModule
update_info(
info,
'Name' => 'HTTPS Fetch',
'Description' => 'Fetch and Execute an x64 payload from an https server',
'Description' => 'Fetch and execute an x64 payload from an HTTPS server.',
'Author' => 'Brendan Watters',
'Platform' => 'linux',
'Arch' => ARCH_CMD,