Use a vulnerability scanner like Nessus or OpenVAS with a custom plugin that requests:
GET /?action=stream&key=secret32 HTTP/1.1
If the response contains Content-Type: multipart/x-mixed-replace, you have found an exposed WebCamXP server.
When you install WebCamXP and enable remote access, the application runs a lightweight web server on a user-defined TCP port. The default port historically was 8080 (an alternative to port 80, commonly used for proxy and test servers). my+webcamxp+server+8080+secret32
Thus, the phrase "my webcamxp server 8080" likely originates from: Use a vulnerability scanner like Nessus or OpenVAS
If you are conducting a penetration test or asset inventory on your own network, you can search for the exact keyword in internal logs or using tools like: When you install WebCamXP and enable remote access,
nmap -p 8080 --script=http-title 192.168.1.0/24
grep -r "secret32" /var/log/nginx/access.log
Or use Shodan with the query:
title:"my webcamxp server" port:8080