Update phpcli-stack-trace.yaml

patch-1
Ritik Chaddha 2023-01-10 16:38:37 +05:30 committed by GitHub
parent e63973e4f9
commit b2d9833772
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -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