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

29 lines
461 B
YAML

id: php-fusion-detect
info:
name: PHP Fusion Detect
author: pikpikcu
severity: info
metadata:
max-request: 1
fofa-query: title="PHP-Fusion"
tags: php,tech,php-fusion
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- "PHP-Fusion"
- type: status
status:
- 200