cameradar

No description is available yet
cameradar logo

Here is the Markdown description:

Cameradar

================

A tool for discovering IP cameras on your network.


Features

  • Discovers default constructor credentials
  • Supports basic and digest authentication types
  • Allows for custom dictionaries and routes
  • Colorful output with ANSI escape sequences

Usage

Run the Docker image:

docker run --net=host -t ullaakut/cameradar -t localhost

Or use the binary:

go run cameradar/cameradar.go

Options

  • -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 interfaces

Examples

  • Running cameradar on your own machine:
docker run --net=host -t ullaakut/cameradar -t localhost
  • Running cameradar with an input file and logs enabled:
docker run -v /tmp:/tmp --net=host -t ullaakut/cameradar -t /tmp/test.txt -p 8554

License

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 <