31 lines
671 B
YAML
31 lines
671 B
YAML
id: piwigo-detect
|
|
|
|
info:
|
|
name: Piwigo Detect
|
|
author: pikpikcu
|
|
severity: info
|
|
metadata:
|
|
max-request: 1
|
|
fofa-query: title="piwigo"
|
|
tags: piwigo,tech
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'piwigo.org">Piwigo</a>'
|
|
- 'Piwigo (aka PWG), see piwigo.org'
|
|
condition: or
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4a0a00473045022016bd41cc0ef54f91028915a4537fb19c7b86192d433fd974164514461d7ff026022100c31fef90cc35cf1afeb889227571ff9179e9c64a736c88873795024624b98282:922c64590222798bb761d5b6d8e72950
|