diff --git a/lib/modules/powershell/code_execution/invoke_shellcode.py b/lib/modules/powershell/code_execution/invoke_shellcode.py index 29dec1134..ddc539bc3 100644 --- a/lib/modules/powershell/code_execution/invoke_shellcode.py +++ b/lib/modules/powershell/code_execution/invoke_shellcode.py @@ -58,11 +58,7 @@ def __init__(self, mainMenu, params=[]): 'Required' : False, 'Value' : '' }, - 'Payload' : { - 'Description' : 'Metasploit payload to inject (reverse_http[s]).', - 'Required' : False, - 'Value' : 'reverse_http' - }, + 'Lhost' : { 'Description' : 'Local host handler for the meterpreter shell.', 'Required' : False, @@ -75,7 +71,7 @@ def __init__(self, mainMenu, params=[]): }, 'Shellcode' : { 'Description' : 'Custom shellcode to inject, 0xaa,0xab,... format.', - 'Required' : False, + 'Required' : True, 'Value' : '' } }