Skip to content

Commit

Permalink
Address comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
nmasdoufi-ol committed Nov 7, 2024
1 parent 5e9230f commit 33f56c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions agent/exploits/cve_2024_8956.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ class VHDPTZAuthBypassExploit(webexploit.WebExploit):
"""
CVE-2024-8956: ValueHD PTZ Camera Authentication Bypass
"""

accept_request = definitions.Request(method="GET", path=DEVICE_CONF_PATH)
check_requests = definitions.Request(method="GET", path=DEVICE_CONF_PATH)

Expand Down

0 comments on commit 33f56c3

Please sign in to comment.