Skip to content

Commit

Permalink
update ssh_burst.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMetatron committed Jan 14, 2021
1 parent ac0d077 commit ffde896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pocsuite3/pocs/ssh_burst.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class DemoPOC(POCBase):

def _options(self):
o = OrderedDict()
o["ssh_burst_threads"] = OptInteger(4, description='set threads for this burst_poc', require=False)
o["ssh_burst_threads"] = OptInteger(4, description='set ssh_burst_threads', require=False)
return o

def _verify(self):
Expand Down

0 comments on commit ffde896

Please sign in to comment.