Wrote a script to sniff the RPC2 capabilities, it totally can be improved and gives some info but may be a good start for anyone else running into this problems.
#!/usr/bin/env python3
import hashlib
import json
import requests
import sys
HOST = "https://host.ip.or.name"
USER = "admin" #...
Hi Fragmented, thanks for the reply.
I did try to get available methods/services but most services do nothing for what I need and aside from those two options I have no idea how could I enumerate the available methods.
I was going to check traffic using a VM running the dahua central software...
Hello Everyone:
First post here, found this place searching info about Dahua devices I wanted to integrate with some software already developed here where I work.
I managed to get my hands on two devices (DH-ASI3214A-W and DH-ASI6214S) and so far they have played nice just using the cgi/rpc...