MCPcopy
hub / github.com/NullArray/AutoSploit / do_view_gathered

Method do_view_gathered

lib/term/terminal.py:310–318  ·  view source on GitHub ↗

view the gathered hosts

(self)

Source from the content-addressed store, hash-verified

308 print(lib.settings.TERMINAL_HELP_MESSAGE)
309
310 def do_view_gathered(self):
311 """
312 view the gathered hosts
313 """
314 if len(self.loaded_hosts) != 0:
315 for host in self.loaded_hosts:
316 lib.output.info(host.strip())
317 else:
318 lib.output.warning("currently no gathered hosts")
319
320 def do_add_single_host(self, ip):
321 """

Callers 1

terminal_main_displayMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected