mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-02-01 00:03:39 +08:00
39 lines
834 B
YAML
39 lines
834 B
YAML
id: php-detect
|
|
|
|
info:
|
|
name: PHP Detect
|
|
author: y0no
|
|
severity: info
|
|
classification:
|
|
cpe: cpe:2.3:a:php:php:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
vendor: php
|
|
product: php
|
|
shodan-query: "X-Powered-By: PHP"
|
|
tags: tech,php,discovery
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "PHP"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: header
|
|
group: 1
|
|
regex:
|
|
- "X-Powered-By: PHP/([0-9.]+)"
|
|
# digest: 4b0a00483046022100ba3a6a46acb90d81afd144e35a0e2170581dd4a02dfc6e68ba90cf68b0781c72022100b1db3546e6b1101e421782e2ec8788ef0343bc360d0e05669b6576b16ecbb351:922c64590222798bb761d5b6d8e72950 |