nuclei-templates/http/technologies/piwigo-detect.yaml

28 lines
457 B
YAML
Raw Normal View History

2022-02-28 18:23:47 +00:00
id: piwigo-detect
info:
name: Piwigo Detect
author: pikpikcu
severity: info
metadata:
fofa-query: title="piwigo"
tags: piwigo,tech
http:
2022-02-28 18:23:47 +00:00
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
2022-03-01 21:53:47 +00:00
- 'piwigo.org">Piwigo</a>'
- 'Piwigo (aka PWG), see piwigo.org'
condition: or
2022-02-28 18:23:47 +00:00
- type: status
status:
- 200