mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Minor patch
This commit is contained in:
parent
1f644bd3ae
commit
9e8aec37c8
2 changed files with 2 additions and 2 deletions
|
|
@ -1137,7 +1137,7 @@ def getTechnique():
|
|||
Thread-safe getting of currently used technique
|
||||
"""
|
||||
|
||||
return getCurrentThreadData().technique or kb.technique
|
||||
return getCurrentThreadData().technique or kb.get("technique")
|
||||
|
||||
def randomRange(start=0, stop=1000, seed=None):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue