mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-07 08:52:20 +01:00
minor leftover of deprecated XMLRPC service
This commit is contained in:
parent
60baf5071e
commit
2442a58884
1 changed files with 0 additions and 7 deletions
|
|
@ -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 a new issue