mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
Added --code switch to match in boolean-based tests against the HTTP response code
This commit is contained in:
@@ -1330,6 +1330,9 @@ def __cleanupOptions():
|
||||
else:
|
||||
kb.adjustTimeDelay = False
|
||||
|
||||
if conf.code:
|
||||
conf.code = int(conf.code)
|
||||
|
||||
def __setConfAttributes():
|
||||
"""
|
||||
This function set some needed attributes into the configuration
|
||||
|
||||
Reference in New Issue
Block a user