Files
nuclei-templates/technologies/php-proxy-detect.yaml
Muhammad Daffa 55d54b57c9 Seperate tech and exposed-panels (#3634)
* Seperate tech and exposed-panels

* Update phpcollab-panel.yaml

* Update wondercms-detect.yaml

* Update xxljob-panel.yaml

* Update yzmcms-panel.yaml

* workflow fixes

Co-authored-by: Prince Chaddha <prince@projectdiscovery.io>
Co-authored-by: sandeep <sandeep@projectdiscovery.io>
2022-01-31 13:26:08 +05:30

33 lines
533 B
YAML

id: php-proxy-detect
info:
name: PHP Proxy Detect
author: pikpikcu
severity: info
tags: tech,php,proxy
requests:
- method: GET
path:
- "{{BaseURL}}"
- "{{BaseURL}}/proxy"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>PHP-Proxy</title>"
- type: status
status:
- 200
extractors:
- type: regex
part: body
group: 1
regex:
- '<meta name="version" content="([0-9.]+)">'