mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-25 19:13:48 +03:00
minor leftover of deprecated XMLRPC service
This commit is contained in:
parent
60baf5071e
commit
2442a58884
|
@ -228,13 +228,6 @@ 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
|
||||
|
|
Loading…
Reference in New Issue
Block a user