Added basic PHP errors

patch-1
bauthard 2020-10-08 01:49:13 +05:30
parent 9cce7c4244
commit 9359d40c1f
1 changed files with 31 additions and 0 deletions

31
files/php-errors.yaml Normal file
View File

@ -0,0 +1,31 @@
id: php_errors
info:
name: PHP errors
author: w4cky_
severity: info
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"