-
Notifications
You must be signed in to change notification settings - Fork 358
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2. 增加常见报错信息字符串列表 3. 增加debug参数字典 4. 增加snmap密码字典 5. 增加weblogic常见用户名密码 6. 增加oracle用户名、密码字典
- Loading branch information
BaCde
committed
Jan 13, 2021
1 parent
a5881d4
commit 4a9d6db
Showing
8 changed files
with
1,267 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
callback=mstkey | ||
cb=mstkey | ||
jsonp=mstkey | ||
jsonpcallback=mstkey | ||
jsonpcb=mstkey | ||
jsonp_cb=mstkey | ||
json=mstkey | ||
jsoncallback=mstkey | ||
jcb=mstkey | ||
call=mstkey |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
7357=1 | ||
7357=true | ||
7357=y | ||
7357=yes | ||
access=1 | ||
access=true | ||
access=y | ||
access=yes | ||
adm=1 | ||
adm1n=1 | ||
adm1n=true | ||
adm1n=y | ||
adm1n=yes | ||
admin=1 | ||
admin=true | ||
admin=y | ||
admin=yes | ||
adm=true | ||
adm=y | ||
adm=yes | ||
dbg=1 | ||
dbg=true | ||
dbg=y | ||
dbg=yes | ||
debug=1 | ||
debug=true | ||
debug=y | ||
debug=yes | ||
edit=1 | ||
edit=true | ||
edit=y | ||
edit=yes | ||
grant=1 | ||
grant=true | ||
grant=y | ||
grant=yes | ||
test=1 | ||
test=true | ||
test=y | ||
test=yes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,97 @@ | ||
</font><font face="Arial" size=2> | ||
A syntax error has occurred | ||
Active Server Pages error | ||
ADODB.Field error | ||
An illegal character has been found in the statement | ||
An unexpected token "END-OF-STATEMENT" was found | ||
ASP.NET is configured to show verbose error messages | ||
ASP.NET_SessionId | ||
Can't connect to local | ||
CLI Driver | ||
Custom Error Message | ||
data source= | ||
database error | ||
DB2 Driver | ||
DB2 Error | ||
DB2 ODBC | ||
detected an internal error | ||
detected an internal error [IBM][CLI Driver][DB2/6000] | ||
Died at | ||
Disallowed Parent Path | ||
error | ||
Error converting data type varchar to numeric | ||
Error Diagnostic Information | ||
Error Message : Error loading required libraries. | ||
Error Report | ||
Fatal error | ||
include_path | ||
Incorrect syntax near | ||
Index of | ||
Internal Server Error | ||
Invalid Path Character | ||
Invalid procedure call or argument | ||
invalid query | ||
Invision Power Board Database Error | ||
is not allowed to access | ||
JDBC Driver | ||
JDBC Error | ||
JDBC MySQL | ||
JDBC Oracle | ||
JDBC SQL | ||
line | ||
Microsoft OLE DB Provider for ODBC Drivers | ||
Microsoft VBScript compilation error | ||
Microsoft VBScript error | ||
missing expression | ||
mix of collations | ||
MySQL Driver | ||
mysql error | ||
MySQL Error | ||
mySQL error with query | ||
MySQL ODBC | ||
ODBC DB2 | ||
ODBC Driver | ||
ODBC Error | ||
ODBC Microsoft Access | ||
ODBC Oracle | ||
ODBC SQL | ||
ODBC SQL Server | ||
OLE/DB provider returned message | ||
on line | ||
on MySQL result index | ||
ORA-0 | ||
ORA-1 | ||
Oracle DB2 | ||
Oracle Driver | ||
Oracle Error | ||
Oracle ODBC | ||
Parent Directory | ||
Permission denied: 'GetObject' | ||
PHP Error | ||
PHP Parse error | ||
PHP Warning | ||
PostgreSQL query failed: ERROR: parser: parse error | ||
server at | ||
server object error | ||
SQL command not properly ended | ||
SQL Server Driver | ||
SQL Server Driver][SQL Server | ||
SQLException | ||
supplied argument is not a valid MySQL result resource | ||
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 | ||
unexpected end of SQL command | ||
unexpected error | ||
Unterminated string constant | ||
Warning: Cannot modify header information - headers already sent | ||
Warning: mysql_query | ||
Warning: mysql_query() | ||
Warning: pg_connect | ||
Warning: pg_connect(): Unable to connect to PostgreSQL server: FATAL | ||
Warning: Supplied argument is not a valid File-Handle resource in | ||
You have an error in your SQL syntax near |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.