November 14, 2022 at 3:54 PM
Hey guys, I want to hack into a CCTV System. The System is from Hikvision. Yes, I know, that there is an exploit out there for command injection. This system is not affected for this issue.
My current state is: I'm in the Network. The firmware is up to date, so there is no way to reset the password without knowing the three answers for the questions, have some kind of file or get some kind of "master password" sent to some E-Mail address (I don't know and I have no access to).
The CCTV System consists of an NVR for Coax Cameras and two IP cameras. The NVR gets the stream from the IP Cameras over RTSP. With ARP Poisoning I was able to get in-between the Camera and the NVR and capture the traffic. The Stream is password protected. The Authentication type is Digest, unfortunately not Basic. So it's hashed. I tried to crack it with hashcat using a huge wordlist but with no success. I also tried brute force the password. Min password length for the camera is 8 chars. I tried 8 and 9 chars of a-zA-Z0-9 - no success. I also tried phone numbers up to 13 chars. No luck.
One Idea is to intercept the traffic again and try to force a Basic authentication and hope, that the NVR will reveal the password. But I don't know how to do that. Or does some one has a better wordlist? Or another idea?
My current state is: I'm in the Network. The firmware is up to date, so there is no way to reset the password without knowing the three answers for the questions, have some kind of file or get some kind of "master password" sent to some E-Mail address (I don't know and I have no access to).
The CCTV System consists of an NVR for Coax Cameras and two IP cameras. The NVR gets the stream from the IP Cameras over RTSP. With ARP Poisoning I was able to get in-between the Camera and the NVR and capture the traffic. The Stream is password protected. The Authentication type is Digest, unfortunately not Basic. So it's hashed. I tried to crack it with hashcat using a huge wordlist but with no success. I also tried brute force the password. Min password length for the camera is 8 chars. I tried 8 and 9 chars of a-zA-Z0-9 - no success. I also tried phone numbers up to 13 chars. No luck.
One Idea is to intercept the traffic again and try to force a Basic authentication and hope, that the NVR will reveal the password. But I don't know how to do that. Or does some one has a better wordlist? Or another idea?

