MCPcopy Create free account
hub / github.com/daniel2005d/mapXplore / do_run

Method do_run

console/modules/importCommand.py:20–24  ·  view source on GitHub ↗
(self, arg)

Source from the content-addressed store, hash-verified

18
19
20 def do_run(self, arg):
21 if SqlMapSetting().file_input is None:
22 AnsiPrint.print_error("You must specify the directory where the data downloaded by sqlmap is located.")
23 else:
24 self._core.start()
25
26 def do_options(self, arg):
27 AnsiPrint.printSetting(SqlMapSetting().key_name)

Callers

nothing calls this directly

Calls 3

SqlMapSettingClass · 0.90
print_errorMethod · 0.45
startMethod · 0.45

Tested by

no test coverage detected