Merge pull request #10999 from Kazgangap/tra

add traccar panel
patch-12
Ritik Chaddha 2024-10-15 11:15:54 +04:00 committed by GitHub
commit 0ea443dda3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,27 @@
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