Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CamXploit.py
Original file line number Diff line number Diff line change
Expand Up @@ -870,6 +870,9 @@ def detect_live_streams(ip, open_ports):
'/live/1/h264.sdp', # Generic
'/live/1/mpeg4.sdp', # Generic
'/live/1/audio.sdp' # Generic
'/cam/realmonitor?channel=1&subtype=0', # Amcrest (Main Stream)
'/cam/realmonitor?channel=1&subtype=1', # Amcrest (Sub Stream)
'/h264Preview_01_main' #Armcrest DVR/NVR
],
'rtmp': [
'/live',
Expand Down