2022-10-28 08:03:26 +00:00
|
|
|
id: php-detect
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: PHP Detect
|
|
|
|
author: y0no
|
|
|
|
severity: info
|
2022-11-03 04:15:45 +00:00
|
|
|
metadata:
|
|
|
|
verified: true
|
2023-10-14 11:27:55 +00:00
|
|
|
max-request: 1
|
2022-11-03 04:15:45 +00:00
|
|
|
shodan-query: "X-Powered-By: PHP"
|
2022-10-28 08:03:26 +00:00
|
|
|
tags: tech,php
|
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2022-10-28 08:03:26 +00:00
|
|
|
- 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:
|
2022-11-03 04:15:45 +00:00
|
|
|
- "X-Powered-By: PHP/([0-9.]+)"
|
2023-10-20 11:41:13 +00:00
|
|
|
|
|
|
|
# digest: 4a0a00473045022021b5a2388194fe5e59ae13ee2b2ee1bbdeb8f2f1f1e38184c16fa43d18d722a7022100ab79d74f3b461c9665ec30d646ad1b187c83731579a582e46f5e0107e6957a59:922c64590222798bb761d5b6d8e72950
|