mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
minor update (preparing for switching to HashDB from old sessionFile)
This commit is contained in:
parent
7bca926a0b
commit
b140ef4a14
2 changed files with 18 additions and 8 deletions
|
|
@ -3203,3 +3203,6 @@ def incrementCounter(counter):
|
|||
if counter not in kb.counters:
|
||||
resetCounter(counter)
|
||||
kb.counters[counter] += 1
|
||||
|
||||
def getCounter(counter):
|
||||
return kb.counters.get(counter, 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue