Skip to content

Unable to use custom routes #423

Description

@elimerins

Description

┌──(kali㉿kali)-[~]
└─$ cat routes3

onvif1

cmd and result

Cameradar version

version 6.1.1

Environment

ullaakut/cameradar docker image

Operating system

macos 15

Command

┌──(kali㉿kali)-[~]
└─$ sudo docker run --rm -v $(pwd)/my_creds2.json:/tmp/credentials.json -v $(pwd)/routes3:/tmp/routes ullaakut/cameradar -t pc_ip -c /tmp/credentials.json -r /tmp/routes --debug --ports 554

Output logs

2026-03-17T16:47:07Z [INFO] Startup: Running cameradar version 6.1.1, commit 2e83435
2026-03-17T16:47:07Z [INFO] Startup: targets: pc_ip
2026-03-17T16:47:07Z [INFO] Startup: ports: 554
2026-03-17T16:47:07Z [INFO] Startup: custom-routes: /tmp/routes
2026-03-17T16:47:07Z [INFO] Startup: custom-credentials: /tmp/credentials.json
2026-03-17T16:47:07Z [INFO] Startup: scanner: nmap
2026-03-17T16:47:07Z [INFO] Startup: scan-speed: 4
2026-03-17T16:47:07Z [INFO] Startup: skip-scan: false
2026-03-17T16:47:07Z [INFO] Startup: attack-interval: 0s
2026-03-17T16:47:07Z [INFO] Startup: timeout: 2s
2026-03-17T16:47:07Z [INFO] Startup: debug: true
2026-03-17T16:47:07Z [INFO] Startup: ui: plain
2026-03-17T16:47:07Z [INFO] Startup: output: disabled
2026-03-17T16:47:07Z [STEP] Scan targets: Scanning targets for RTSP streams
2026-03-17T16:49:48Z [INFO] Scan targets: Found 1 RTSP streams
2026-03-17T16:49:48Z [DONE] Scan targets: Scan complete
2026-03-17T16:49:48Z [STEP] Attack routes: Attacking RTSP routes
2026-03-17T16:49:49Z [DBUG] Attack routes: DESCRIBE rtsp://pc_ip:554/0x8b6c42 RTSP/1.0 > 401
2026-03-17T16:49:49Z [INFO] Attack routes: Default route accepted for pc_ip:554
2026-03-17T16:49:49Z [DONE] Attack routes: Finished route attacks
2026-03-17T16:49:49Z [STEP] Detect authentication: Detecting authentication methods
2026-03-17T16:49:50Z [DBUG] Detect authentication: DESCRIBE rtsp://pc_ip:554/ RTSP/1.0 > 401
2026-03-17T16:49:50Z [INFO] Detect authentication: Detected digest authentication for pc_ip:554
2026-03-17T16:49:50Z [DONE] Detect authentication: Authentication detection complete
2026-03-17T16:49:50Z [STEP] Attack credentials: Attacking credentials
2026-03-17T16:49:52Z [DBUG] Attack credentials: DESCRIBE rtsp://id:pw@pc_ip:554/ RTSP/1.0 > 200
2026-03-17T16:49:52Z [INFO] Attack credentials: Credentials found for pc_ip:554
2026-03-17T16:49:52Z [DONE] Attack credentials: Credential attacks complete
2026-03-17T16:49:52Z [STEP] Validate streams: Validating streams
2026-03-17T16:49:53Z [DBUG] Validate streams: DESCRIBE rtsp://id:pw@pc_ip:554/ RTSP/1.0 > 200
2026-03-17T16:49:53Z [DBUG] Validate streams: SETUP rtsp://id:pw@pc_ip:554/ RTSP/1.0 > 400
2026-03-17T16:49:53Z [DONE] Validate streams: Stream validation complete
2026-03-17T16:49:53Z [INFO] Attack routes: Re-attacking routes for partial results
2026-03-17T16:49:54Z [DBUG] Validate streams: DESCRIBE rtsp://id:pw@pc_ip:554/ RTSP/1.0 > 200
2026-03-17T16:49:55Z [DBUG] Validate streams: SETUP rtsp://id:pw@pc_ip:554/ RTSP/1.0 > 400
Summary

Accessible streams: 0
• None

how can i use custom-route?

this route i said is real-available route.

Expected behavior

results show 1 accessible streams

Additional Info

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionQuestion/support request, not an actual issue.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions