mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
few fixes and minor cosmetics
This commit is contained in:
parent
aedcf8c8d7
commit
c517e97a44
13 changed files with 59 additions and 54 deletions
|
|
@ -7,7 +7,7 @@ Copyright (c) 2006-2011 sqlmap developers (http://www.sqlmap.org/)
|
|||
See the file 'doc/COPYING' for copying permission
|
||||
"""
|
||||
|
||||
from lib.core.datatype import advancedDict
|
||||
from lib.core.datatype import AttribDict
|
||||
|
||||
_defaults = {
|
||||
"timeSec": 5,
|
||||
|
|
@ -25,4 +25,4 @@ _defaults = {
|
|||
"tech": "BEUST"
|
||||
}
|
||||
|
||||
defaults = advancedDict(_defaults)
|
||||
defaults = AttribDict(_defaults)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue