Ullaakut / cameradar

Cameradar hacks its way into RTSP videosurveillance cameras
MIT License
4.08k stars 514 forks source link

Couldn't open a raw socket. Error: Operation not permitted (1) #351

Open Yakui420 opened 5 days ago

Yakui420 commented 5 days ago

I moved to podman from docker.

When I run something like this: podman docker run -t ullaakut/cameradar -t 8.8.8.8

I get this error:

Loading credentials...ok
Loading routes...ok
Scanning the network...ko
  > [Nmap Warning] Couldn't open a raw socket. Error: Operation not permitted (1)
✖ error while scanning network: Couldn't open a raw socket. Error: Operation not permitted (1)
Ullaakut commented 2 days ago

Hi, this looks like an error in your Docker configuration, either because of your OS or because of how the Docker capabilities are configured. A google search with the terms "Docker Couldn't open a raw socket. Error: Operation not permitted" seems to give relevant clues as to what the issue is. Let me know if you find a solution for your problem