Minor update for an Issue #287

This commit is contained in:
Miroslav Stampar
2012-12-12 14:03:03 +01:00
parent 32b39c72e4
commit c3f20a136f
5 changed files with 58 additions and 16 deletions

View File

@@ -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