Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
# sqlmap paths
paths.clear()
# object to store original command line options
cmdLineOptions.clear()
# object to store merged options (command line, configuration file and default options)
mergedOptions.clear()
# object to share within function and classes command
# line options and settings
conf.clear()
# object to share within function and classes results
kb.clear()
# object with each database management system specific queries
queries.clear()
Logger.debug('starting sqlmap')
try:
sqlmap.main()
finally:
App.get_running_app().running = False