Skip to content

Commit

Permalink
Updated description for privatekey and cert
Browse files Browse the repository at this point in the history
  • Loading branch information
Cx01N authored Nov 8, 2020
1 parent f2d37d8 commit 7720a7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/socksproxyserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ def onLoad(self):
'Value': '1080'
},
'certificate': {
'Description': 'Port number.',
'Description': 'Certifcate directory [Default: Empire self-signed cert].',
'Required': False,
'Value': ''
},
'privatekey': {
'Description': 'Port number.',
'Description': 'Private key directory [Default: Empire private key]',
'Required': False,
'Value': ''
},
Expand Down

0 comments on commit 7720a7b

Please sign in to comment.