mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
34 lines
1001 B
YAML
34 lines
1001 B
YAML
id: frappe-framework-detect
|
|
|
|
info:
|
|
name: Frappe Framework - Detect
|
|
author: righettod
|
|
severity: info
|
|
description: |
|
|
Frappe Framework products was detected.
|
|
reference:
|
|
- https://frappe.io/framework
|
|
- https://docs.frappe.io/framework/user/en/introduction
|
|
- https://github.com/frappe/frappe
|
|
metadata:
|
|
max-request: 1
|
|
verified: true
|
|
shodan-query: http.html:"window.frappe"
|
|
tags: panel,frappe,detect,discovery
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
- "{{BaseURL}}/about"
|
|
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
stop-at-first-match: true
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- 'status_code == 200'
|
|
- 'contains_any(to_lower(body), "frappe.csrf_token", "frappe.boot", "frappe-web.bundle")'
|
|
condition: and
|
|
# digest: 4b0a00483046022100a8bdd1860c9d6970d241f7cff8a2399bbcdd5bcb7239c3217ff41848bc5f508f022100ffcb3b0273792eddb35b2a4e85f4057f129cf2d19659a3af9e328402fc4f2bab:922c64590222798bb761d5b6d8e72950 |