nuclei-templates/technologies/gespage-detect.yaml

25 lines
398 B
YAML
Raw Normal View History

2021-07-27 09:14:15 +00:00
id: gespage-detect
info:
name: Gespage Detect
author: pikpikcu
severity: info
tags: tech,gespage
requests:
- method: GET
path:
- "{{BaseURL}}/gespage/webapp/login.xhtml"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Login utilisateur Gespage</title>"
- type: status
status:
- 200