Skip to content

Commit

Permalink
removed unsupported invoke-shellcode option
Browse files Browse the repository at this point in the history
  • Loading branch information
Hubbl3 committed Jan 8, 2020
1 parent 7eda4cb commit 29da1cb
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions lib/modules/powershell/code_execution/invoke_shellcode.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -75,7 +71,7 @@ def __init__(self, mainMenu, params=[]):
},
'Shellcode' : {
'Description' : 'Custom shellcode to inject, 0xaa,0xab,... format.',
'Required' : False,
'Required' : True,
'Value' : ''
}
}
Expand Down

0 comments on commit 29da1cb

Please sign in to comment.