Update phpcli-stack-trace.yaml
parent
e63973e4f9
commit
b2d9833772
|
@ -16,11 +16,12 @@ requests:
|
|||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
- type: regex
|
||||
part: body
|
||||
words:
|
||||
- 'The requested resource <code class="url">/{{randstr}}.php</code> was not found on this server'
|
||||
regex:
|
||||
- '<code.*>/{{randstr}}.php.* this server.'
|
||||
- '404 Not Found'
|
||||
- '<h1>Not Found</h1>'
|
||||
condition: and
|
||||
|
||||
- type: word
|
||||
|
|
Loading…
Reference in New Issue