Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Merge pull request #807 from leesoh/userland-reg-fix
Browse files Browse the repository at this point in the history
Fix flag - listener is required.
  • Loading branch information
xorrior authored Nov 8, 2017
2 parents 8f3570b + 8b6b9ef commit 4ff808b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/modules/powershell/persistence/userland/registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def __init__(self, mainMenu, params=[]):
},
'Listener' : {
'Description' : 'Listener to use.',
'Required' : False,
'Required' : True,
'Value' : ''
},
'KeyName' : {
Expand Down

0 comments on commit 4ff808b

Please sign in to comment.