Skip to content

Request Tracker - Panel

ID: request-tracker-panel

Severity: info

Author: burso

Tags: panel,login,request,tracker

Request Tracker panel was discovered.

id: request-tracker-panel
info:
name: Request Tracker - Panel
author: burso
severity: info
description: |
Request Tracker panel was discovered.
metadata:
verified: true
max-request: 1
shodan-query: http.favicon.hash:203612613
tags: panel,login,request,tracker
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'RT.Config'
- 'RT.CurrentUser'
condition: and
extractors:
- type: regex
regex:
- 'RT(?:\sVersion)?\s+(\d+\.\d+\.\d+)'
group: 1
# digest: 490a00463044022033adcec789306828cce5697d68bdfd61c836a43a2ee27b6e353c60823f21b76602200a00d7d796353cb41f314a06d9fa46d8bf6320827143a6c97acdb0bd5eb011a5: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/request-tracker-panel.yaml"

View on Github