Skip to content

Commit

Permalink
Fix exploits registry
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueSquare1 committed Apr 15, 2024
1 parent 954bc5c commit 6f76493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/exploits/webexploit.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
DEFAULT_TIMEOUT = 90


class WebExploit:
class WebExploit(definitions.Exploit):
accept_request: definitions.Request
check_request: definitions.Request
accept_pattern: re.Pattern[str]
Expand Down

0 comments on commit 6f76493

Please sign in to comment.