mirror of
https://github.com/fuzzdb-project/fuzzdb.git
synced 2024-11-12 22:37:06 +00:00
adding regex pattern matching
This commit is contained in:
parent
6bd1a2434a
commit
80bd84195e
3 changed files with 101 additions and 0 deletions
90
regex/errors.txt
Normal file
90
regex/errors.txt
Normal file
|
@ -0,0 +1,90 @@
|
||||||
|
</font><font face="Arial" size=2>
|
||||||
|
A syntax error has occurred
|
||||||
|
ADODB.Field error
|
||||||
|
ASP.NET is configured to show verbose error messages
|
||||||
|
ASP.NET_SessionId
|
||||||
|
Active Server Pages error
|
||||||
|
An illegal character has been found in the statement
|
||||||
|
An unexpected token "END-OF-STATEMENT" was found
|
||||||
|
CLI Driver
|
||||||
|
Can't connect to local
|
||||||
|
Custom Error Message
|
||||||
|
DB2 Driver
|
||||||
|
DB2 Error
|
||||||
|
DB2 ODBC
|
||||||
|
Died at
|
||||||
|
Disallowed Parent Path
|
||||||
|
Error Diagnostic Information
|
||||||
|
Error Message : Error loading required libraries.
|
||||||
|
Error Report
|
||||||
|
Error converting data type varchar to numeric
|
||||||
|
Fatal error
|
||||||
|
Incorrect syntax near
|
||||||
|
Index of
|
||||||
|
Internal Server Error
|
||||||
|
Invalid Path Character
|
||||||
|
Invalid procedure call or argument
|
||||||
|
Invision Power Board Database Error
|
||||||
|
JDBC Driver
|
||||||
|
JDBC Error
|
||||||
|
JDBC MySQL
|
||||||
|
JDBC Oracle
|
||||||
|
JDBC SQL
|
||||||
|
Microsoft OLE DB Provider for ODBC Drivers
|
||||||
|
Microsoft VBScript compilation error
|
||||||
|
Microsoft VBScript error
|
||||||
|
MySQL Driver
|
||||||
|
MySQL Error
|
||||||
|
MySQL ODBC
|
||||||
|
ODBC DB2
|
||||||
|
ODBC Driver
|
||||||
|
ODBC Error
|
||||||
|
ODBC Microsoft Access
|
||||||
|
ODBC Oracle
|
||||||
|
ODBC SQL
|
||||||
|
ODBC SQL Server
|
||||||
|
OLE/DB provider returned message
|
||||||
|
ORA-0
|
||||||
|
ORA-1
|
||||||
|
Oracle DB2
|
||||||
|
Oracle Driver
|
||||||
|
Oracle Error
|
||||||
|
Oracle ODBC
|
||||||
|
PHP Error
|
||||||
|
PHP Parse error
|
||||||
|
PHP Warning
|
||||||
|
Parent Directory
|
||||||
|
Permission denied: 'GetObject'
|
||||||
|
PostgreSQL query failed: ERROR: parser: parse error
|
||||||
|
SQL Server Driver][SQL Server
|
||||||
|
SQL command not properly ended
|
||||||
|
SQLException
|
||||||
|
Supplied argument is not a valid PostgreSQL result
|
||||||
|
Syntax error in query expression
|
||||||
|
The error occurred in
|
||||||
|
The script whose uid is
|
||||||
|
Type mismatch
|
||||||
|
Unable to jump to row
|
||||||
|
Unclosed quotation mark before the character string
|
||||||
|
Unterminated string constant
|
||||||
|
Warning: Cannot modify header information - headers already sent
|
||||||
|
Warning: Supplied argument is not a valid File-Handle resource in
|
||||||
|
Warning: mysql_query()
|
||||||
|
Warning: pg_connect(): Unable to connect to PostgreSQL server: FATAL
|
||||||
|
You have an error in your SQL syntax near
|
||||||
|
data source=
|
||||||
|
detected an internal error [IBM][CLI Driver][DB2/6000]
|
||||||
|
error
|
||||||
|
include_path
|
||||||
|
invalid query
|
||||||
|
is not allowed to access
|
||||||
|
line
|
||||||
|
missing expression
|
||||||
|
mySQL error with query
|
||||||
|
mysql error
|
||||||
|
on MySQL result index
|
||||||
|
on line
|
||||||
|
server at
|
||||||
|
server object error
|
||||||
|
supplied argument is not a valid MySQL result resource
|
||||||
|
unexpected end of SQL command
|
1
regex/readme.txt
Normal file
1
regex/readme.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
lists of error messages for regex matching
|
10
regex/sessionid.txt
Normal file
10
regex/sessionid.txt
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
ASP.NET_SessionId
|
||||||
|
ASPSESSIONID
|
||||||
|
SITESERVER
|
||||||
|
cfid
|
||||||
|
cftoken
|
||||||
|
jsessionid
|
||||||
|
sessid
|
||||||
|
sid
|
||||||
|
viewstate
|
||||||
|
zenid
|
Loading…
Reference in a new issue