mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
--technique can now be something like 123 which includes both techniques 1, 2 and 3
This commit is contained in:
@@ -2147,7 +2147,7 @@ def isTechniqueAvailable(technique=None):
|
||||
technique specified
|
||||
"""
|
||||
|
||||
if conf.technique and technique != conf.technique:
|
||||
if isinstance(conf.technique, list) and technique not in conf.technique:
|
||||
return False
|
||||
else:
|
||||
return getTechniqueData(technique) is not None
|
||||
|
||||
Reference in New Issue
Block a user