nuclei-templates/technologies/php-fusion-detect.yaml

28 lines
446 B
YAML
Raw Normal View History

2022-02-28 18:18:55 +00:00
id: php-fusion-detect
info:
name: PHP Fusion Detect
author: pikpikcu
severity: info
metadata:
fofa-query: title="PHP-Fusion"
2022-03-01 21:32:57 +00:00
tags: php,tech,php-fusion
2022-02-28 18:18:55 +00:00
requests:
- method: GET
path:
2022-03-01 21:32:57 +00:00
- "{{BaseURL}}"
2022-02-28 18:18:55 +00:00
host-redirects: true
2022-03-01 21:32:57 +00:00
max-redirects: 2
2022-02-28 18:18:55 +00:00
matchers-condition: and
matchers:
- type: word
part: body
words:
2022-03-01 21:32:57 +00:00
- "PHP-Fusion"
2022-02-28 18:18:55 +00:00
- type: status
status:
- 200