Skip to content

Commit

Permalink
1. 增加callback参数字典
Browse files Browse the repository at this point in the history
2. 增加常见报错信息字符串列表

3. 增加debug参数字典

4. 增加snmap密码字典

5. 增加weblogic常见用户名密码

6. 增加oracle用户名、密码字典
  • Loading branch information
BaCde committed Jan 13, 2021
1 parent a5881d4 commit 4a9d6db
Show file tree
Hide file tree
Showing 8 changed files with 1,267 additions and 1 deletion.
10 changes: 10 additions & 0 deletions HTTP/callback.txt
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
40 changes: 40 additions & 0 deletions HTTP/debug_param_name.txt
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
97 changes: 97 additions & 0 deletions HTTP/errors.txt
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
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,20 @@

## 更新记录

**2021.01.13**

1. 增加callback参数字典

2. 增加常见报错信息字符串列表

3. 增加debug参数字典

4. 增加snmap密码字典

5. 增加weblogic常见用户名密码

6. 增加oracle用户名、密码字典

**2021.01.04**

1. 增加DefaultCreds-cheat-sheet
Expand Down Expand Up @@ -293,4 +307,6 @@

* [https://crackstation.net/crackstation-wordlist-password-cracking-dictionary.htm](https://crackstation.net/crackstation-wordlist-password-cracking-dictionary.htm)

* [https://github.com/ihebski/DefaultCreds-cheat-sheet](https://github.com/ihebski/DefaultCreds-cheat-sheet)
* [https://github.com/ihebski/DefaultCreds-cheat-sheet](https://github.com/ihebski/DefaultCreds-cheat-sheet)

* [https://github.com/epony4c/Exploit-Dictionary](https://github.com/epony4c/Exploit-Dictionary)
Loading

0 comments on commit 4a9d6db

Please sign in to comment.