MCPcopy
hub / github.com/threat9/routersploit / print_info

Function print_info

routersploit/core/exploit/printer.py:74–79  ·  view source on GitHub ↗

Print info message prefixing it with [-]

(*args, **kwargs)

Source from the content-addressed store, hash-verified

72
73
74def print_info(*args, **kwargs) -> None:
75 """ Print info message prefixing it with [-]
76
77 """
78
79 __cprint(*args, **kwargs)
80
81
82def print_table(headers, *args, **kwargs) -> None:

Callers 15

startMethod · 0.90
nonInteractiveMethod · 0.90
command_runMethod · 0.90
_show_infoMethod · 0.90
_show_optionsMethod · 0.90
_show_advancedMethod · 0.90
_show_devicesMethod · 0.90
__show_modulesMethod · 0.90
command_helpMethod · 0.90
command_searchMethod · 0.90
runMethod · 0.90
runMethod · 0.90

Calls 1

__cprintFunction · 0.85

Tested by

no test coverage detected