mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Minor update for an Issue #287
This commit is contained in:
@@ -228,6 +228,13 @@ def _saveToResultsFile():
|
||||
conf.resultsFP.writelines(line)
|
||||
|
||||
def start():
|
||||
kb.busyFlag = True
|
||||
retVal = _start()
|
||||
kb.busyFlag = False
|
||||
|
||||
return retVal
|
||||
|
||||
def _start():
|
||||
"""
|
||||
This function calls a function that performs checks on both URL
|
||||
stability and all GET, POST, Cookie and User-Agent parameters to
|
||||
|
||||
Reference in New Issue
Block a user