commit
d10439c29f
|
@ -2,31 +2,39 @@ id: php_errors
|
|||
|
||||
info:
|
||||
name: PHP errors
|
||||
author: w4cky_
|
||||
author: w4cky_,geeknik
|
||||
severity: info
|
||||
tags: debug
|
||||
tags: debug,php
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "Fatal error"
|
||||
- "Call to undefined method"
|
||||
- "You have an error in your SQL syntax;"
|
||||
- "MySQL server version for the right syntax to use near"
|
||||
- "PHP Warning"
|
||||
- "PHP Error"
|
||||
- "Warning: mysql_connect():"
|
||||
- "Warning: mysql_query()"
|
||||
- "Warning: pg_connect():"
|
||||
- "failed to open stream: HTTP request failed"
|
||||
- "SAFE MODE Restriction in effect."
|
||||
- "Cannot modify header information"
|
||||
- "ORA-00921: unexpected end of SQL command"
|
||||
- "ORA-00933: SQL command not properly ended"
|
||||
- "ORA-00936: missing expression"
|
||||
- "ORA-12541: TNS:no listener"
|
||||
extractors:
|
||||
- type: regex
|
||||
regex:
|
||||
- '(?i)Fatal error'
|
||||
- '(?i)Call to undefined method'
|
||||
- '(?i)You have an error in your SQL syntax'
|
||||
- '(?i)MySQL server version for the right syntax to use near'
|
||||
- '(?i)MySQL cannot create a temporary file'
|
||||
- '(?i)PHP (Warning|Error)'
|
||||
- '(?i)Warning\: (pg|mysql)_(query|connect)\(\)'
|
||||
- '(?i)failed to open stream\:'
|
||||
- '(?i)SAFE MODE Restriction in effect'
|
||||
- '(?i)Cannot modify header information'
|
||||
- '(?i)ORA-00921\: unexpected end of SQL command'
|
||||
- '(?i)ORA-00933\: SQL command not properly ended'
|
||||
- '(?i)ORA-00936\: missing expression'
|
||||
- '(?i)ORA-12541\: TNS\:no listener'
|
||||
- '(?i)uncaught exception'
|
||||
- '(?i)include_path'
|
||||
- '(?i)undefined index'
|
||||
- '(?i)undefined variable\:'
|
||||
- '(?i)stack trace\:'
|
||||
- '(?i)expects parameter [0-9]*'
|
||||
- '(?i)Debug Trace'
|
||||
- '(?i)(syntax|parse) error'
|
||||
- '(?i)Allowed Memory Size of \d* Bytes Exhausted'
|
||||
- '(?i)Maximum execution time of \d* seconds exceeded'
|
||||
|
|
Loading…
Reference in New Issue