Skip to content

Commit

Permalink
Flag --robot as an aggressive scan command
Browse files Browse the repository at this point in the history
  • Loading branch information
nabla-c0d3 committed Dec 18, 2017
1 parent df02b74 commit 2dd7db8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sslyze/plugins/robot_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ def get_cli_argument(cls):
def get_title(cls):
return 'ROBOT Attack'

@classmethod
def is_aggressive(cls):
# Each scan spawns 10 threads
return True


class RobotPmsPaddingPayloadEnum(Enum):
VALID = 0
Expand Down

0 comments on commit 2dd7db8

Please sign in to comment.