Skip to content

Stirling PDF Panel - Detect

ID: stirling-pdf-panel

Severity: info

Author: s4e-io

Tags: panel,login,stirling-pdf,detect

Stirling PDF panel was discovered.

id: stirling-pdf-panel
info:
name: Stirling PDF Panel - Detect
author: s4e-io
severity: info
description: |
Stirling PDF panel was discovered.
reference:
- https://github.com/Stirling-Tools/Stirling-PDF
metadata:
verified: true
max-request: 1
fofa-query: title="StirlingPDF"
tags: panel,login,stirling-pdf,detect
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers:
- type: dsl
dsl:
- 'contains_any(body, "<title>StirlingPDF - Sign in", "content=\"StirlingPDF", "window.stirlingPDF")'
- 'status_code == 200'
condition: and
# digest: 4b0a00483046022100bb678e4ae966589300938c0010fd585a0fc6acccb80a1a373e272eb618f13620022100a6d0867232d2a32d4e1f418714487a8a8a893e7ecae648932b0e9ef8496ebb6d: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/stirling-pdf-panel.yaml"

View on Github