Merge pull request #5902 from y0no/master

Add php-detect
patch-1
Dhiyaneshwaran 2022-11-03 09:47:25 +05:30 committed by GitHub
commit 7d3aa7f18b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,33 @@
id: php-detect
info:
name: PHP Detect
author: y0no
severity: info
metadata:
verified: true
shodan-query: "X-Powered-By: PHP"
tags: tech,php
requests:
- 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.]+)"