36 lines
752 B
YAML
36 lines
752 B
YAML
id: php-proxy-detect
|
|
|
|
info:
|
|
name: PHP Proxy Detect
|
|
author: pikpikcu
|
|
severity: info
|
|
metadata:
|
|
max-request: 2
|
|
tags: tech,php,proxy
|
|
|
|
http:
|
|
- 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.]+)">'
|
|
|
|
# digest: 490a0046304402207b3bef18d95acf42b957d883ee45f5b8190c3e65ec36d4396fc711b1475d80d8022047ca111f8d9b193176ee4cdfa87cba20bfc0236f15921cd92606afa3d93191e7:922c64590222798bb761d5b6d8e72950
|