Here is the Markdown description:
================
A tool for discovering IP cameras on your network.
Run the Docker image:
docker run --net=host -t ullaakut/cameradar -t localhost
Or use the binary:
go run cameradar/cameradar.go
-t
specifies the target IP address or file--custom-credentials
and --custom-routes
allow for custom dictionaries-p
specifies the ports to scan (comma-separated)--net=host
allows for scanning the host machine's network interfacesdocker run --net=host -t ullaakut/cameradar -t localhost
docker run -v /tmp:/tmp --net=host -t ullaakut/cameradar -t /tmp/test.txt -p 8554
Copyright 2023 Ullaakut. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files...
> Visit cameradar Website <