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

26 lines
383 B
YAML
Raw Normal View History

2021-09-16 03:51:42 +00:00
id: php-proxy-detect
info:
name: PHP Proxy Detect
author: pikpikcu
severity: info
tags: tech,php
requests:
- method: GET
path:
- "{{BaseURL}}"
- "{{BaseURL}}/proxy"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>PHP-Proxy</title>"
- type: status
status:
- 200