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

29 lines
496 B
YAML
Raw Normal View History

id: xenforo-detect
info:
name: XenForo Forum Detection
author: dhiyaneshDk,daffainfo
severity: info
metadata:
max-request: 1
shodan-query: http.title:"XenForo"
2022-10-01 09:11:27 +00:00
tags: tech,xenforo
http:
- method: GET
path:
- '{{BaseURL}}/index.php'
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<html id="XenForo"'
- '<html id="XF"'
condition: or
- type: status
status:
- 200