mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
minor update
This commit is contained in:
parent
4dec24d056
commit
7cfeb5447b
2 changed files with 8 additions and 4 deletions
|
|
@ -1754,3 +1754,6 @@ def getTechniqueData(technique=None):
|
|||
retVal = kb.injection.data[technique]
|
||||
|
||||
return retVal
|
||||
|
||||
def isTechniqueAvailable(technique=None):
|
||||
return getTechniqueData(technique) is not None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue