mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
minor update
This commit is contained in:
parent
dba32306b0
commit
76b7e3517d
3 changed files with 20 additions and 12 deletions
|
|
@ -1096,15 +1096,6 @@ def __cleanupOptions():
|
|||
else:
|
||||
conf.testParameter = []
|
||||
|
||||
if conf.db:
|
||||
conf.db = conf.db.replace(" ", "")
|
||||
|
||||
if conf.tbl:
|
||||
conf.tbl = conf.tbl.replace(" ", "")
|
||||
|
||||
if conf.col:
|
||||
conf.col = conf.col.replace(" ", "")
|
||||
|
||||
if conf.user:
|
||||
conf.user = conf.user.replace(" ", "")
|
||||
|
||||
|
|
|
|||
|
|
@ -278,3 +278,5 @@ URLENCODE_FAILSAFE_CHARS = '()|,'
|
|||
|
||||
# maximum length of urlencoded value after which failsafe procedure takes away
|
||||
URLENCODE_CHAR_LIMIT = 4000
|
||||
|
||||
DEFAULT_MSSQL_SCHEMA = 'dbo'
|
||||
Loading…
Add table
Add a link
Reference in a new issue