Merge pull request #355 from mlinton/patch-3

Typo
mdns
rvrsh3ll 2016-11-26 20:44:37 -05:00 committed by GitHub
commit 619ae2c132
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ class Module:
# value_name : {description, required, default_value}
'Agent' : {
# The 'Agent' option is the only one that MUST be in a module
'Description' : 'Agent to grab a screenshot from.',
'Description' : 'Agent to run smbautobrute from.',
'Required' : True,
'Value' : ''
},