Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Won't work with modern Dahua (Imou, ...) cameras #1

Open
mspbonn opened this issue Feb 20, 2022 · 0 comments
Open

Won't work with modern Dahua (Imou, ...) cameras #1

mspbonn opened this issue Feb 20, 2022 · 0 comments

Comments

@mspbonn
Copy link

mspbonn commented Feb 20, 2022

Unfortunately it won't work with modern modern Dahua (Imou, ...) cameras.

$ nmap 192.168.XXX.XXX

Starting Nmap 7.40 ( https://nmap.org ) at 2022-02-20 12:15 CET
Nmap scan report for 192.168.XXX.XXX
Host is up (0.0040s latency).
Not shown: 996 closed ports
PORT STATE SERVICE
53/tcp filtered domain
80/tcp open http
554/tcp open rtsp
8086/tcp open d-s-n

Nmap done: 1 IP address (1 host up) scanned in 43.27 seconds

https://localhost/dahua_cam.php?c=1&p=1&d=1
http://192.168.XXX.XXX/cgi-bin/ptz.cgi?action=start&channel=0&code=GotoPreset&arg1=0&arg2=1&arg3=0
Array
(
[0] =>
)

http://192.168.XXX.XXX:8086/cgi-bin/ptz.cgi?action=start&channel=0&code=GotoPreset&arg1=0&arg2=1&arg3=0
Array
(
[0] => HTTP/1.1 401 Unauthorized
[1] => Cache-Control: no-cache
[2] => Session-Id: 2606109608
[3] => User-Agent: AEDA HTTP Server/1.0
[4] => x-pcs-request-id:
[5] => WWW-Authenticate: Digest realm="Login to 54FFB94ED89C7ABB",nonce="4bac67d2-084d-41d2-b0e2-145994c4b6f2"
[6] =>
[7] => HTTP/1.1 500 Internal Server Error
[8] => Cache-Control: no-cache
[9] => Session-Id: 2353181066
[10] => User-Agent: AEDA HTTP Server/1.0
[11] => x-pcs-request-id:
[12] =>
[13] =>
)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant