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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user