Create phpcli-stack-trace.yaml
parent
12a5192482
commit
e63973e4f9
|
@ -0,0 +1,33 @@
|
|||
id: phpcli-stack-trace
|
||||
|
||||
info:
|
||||
name: PHP CLI Server Stack Trace
|
||||
author: DhiyaneshDk
|
||||
severity: info
|
||||
metadata:
|
||||
verified: true
|
||||
shodan-query: The requested resource <code class="url">
|
||||
tags: misconfig,phpcli
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}/{{randstr}}.php'
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- 'The requested resource <code class="url">/{{randstr}}.php</code> was not found on this server'
|
||||
- '404 Not Found'
|
||||
condition: and
|
||||
|
||||
- type: word
|
||||
part: header
|
||||
words:
|
||||
- "text/html"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 404
|
Loading…
Reference in New Issue