mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Couple of trivial updates
This commit is contained in:
parent
9eda11d081
commit
f2c2864ab4
10 changed files with 39 additions and 26 deletions
|
|
@ -244,8 +244,8 @@ class HASHDB_KEYS(object):
|
|||
OS = "OS"
|
||||
|
||||
class REDIRECTION(object):
|
||||
YES = "Y"
|
||||
NO = "N"
|
||||
YES = 'Y'
|
||||
NO = 'N'
|
||||
|
||||
class PAYLOAD(object):
|
||||
SQLINJECTION = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue