Skip to content

Traccar Panel - Detect

ID: traccar-panel

Severity: info

Author: s4e-io

Tags: panel,login,traccar,detect

Traccar panel was discovered.

id: traccar-panel
info:
name: Traccar Panel - Detect
author: s4e-io
severity: info
description: |
Traccar panel was discovered.
metadata:
verified: true
max-request: 1
fofa-query: app="Traccar"
shodan-query: html:"Traccar"
tags: panel,login,traccar,detect
http:
- method: GET
path:
- "{{BaseURL}}/login"
host-redirects: true
matchers:
- type: dsl
dsl:
- 'contains_any(body, "<title>Traccar</title>", "Traccar GPS Tracking System")'
- 'status_code == 200'
condition: and
# digest: 4a0a00473045022100c2a4dbb0b033422786f38a7834bd42ec829458f7515090cf39d6b94cf612abae022048ca762f527a69a4b934dd17f2a9b25a1249a5b10e013f8ae889469607d72463:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/traccar-panel.yaml"

View on Github