nuclei-templates/http/misconfiguration/phpnow-works.yaml

31 lines
608 B
YAML

id: phpnow-works
info:
name: PHPnow works - Exposure
author: DhiyaneshDk
severity: low
reference:
- https://www.facebook.com/photo/?fbid=618545156982674&set=a.467014098802448
metadata:
max-request: 1
verified: true
shodan-query: "PHPnow works"
tags: misconfig,phpnow,exposure
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>PHPnow Works!</title>'
- 'Server Information'
condition: and
- type: status
status:
- 200