38 lines
882 B
YAML
38 lines
882 B
YAML
id: phpcli-stack-trace
|
|
|
|
info:
|
|
name: PHP CLI Server Stack Trace
|
|
author: DhiyaneshDk
|
|
severity: info
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: The requested resource <code class="url">
|
|
tags: misconfig,phpcli,intrusive
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/{{randstr}}.php'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: regex
|
|
part: body
|
|
regex:
|
|
- '<code.*>/{{randstr}}.php.* this server.'
|
|
- '404 Not Found'
|
|
- '<h1>Not Found</h1>'
|
|
condition: and
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "text/html"
|
|
|
|
- type: status
|
|
status:
|
|
- 404
|
|
|
|
# digest: 490a004630440220562317d603c300e4d51bc22217a0758d3c43add49d3e2b342225826297c42be80220320994e9a1cd0b2cd620df74974b888e95118329cfd61f0de1d8952bc594d5a0:922c64590222798bb761d5b6d8e72950
|