nuclei-templates/http/misconfiguration/installer/spip-install.yaml

30 lines
529 B
YAML
Raw Normal View History

2023-06-21 13:03:32 +00:00
id: spip-install
info:
name: SPIP Install - Exposure
author: DhiyaneshDK
severity: high
metadata:
max-request: 1
verified: "true"
tags: exposure,spip,install,misconfig
2023-06-21 13:03:32 +00:00
http:
- method: GET
path:
- "{{BaseURL}}/ecrire/?exec=install"
host-redirects: true
max-redirects: 1
2023-06-28 11:03:52 +00:00
matchers-condition: and
2023-06-21 13:03:32 +00:00
matchers:
- type: word
words:
- "Installing publication system..."
- "SPIP"
condition: and
2023-06-28 05:18:40 +00:00
- type: status
status:
- 200