Exemplo n.º 1
0
 def do_sessions(self, arg):
     """Show session commands"""
     bold_msg('[ Session Commands ]')
     for cmd in help_dict['sessions']:
         print(cmd)
Exemplo n.º 2
0
 def do_artifacts(self, arg):
     """Show artifact information and available commands"""
     bold_msg('[ Artifacts ]')
     for cmd in help_dict['artifacts']:
         print(cmd)
Exemplo n.º 3
0
 def do_general(self, arg):
     """Show general commands"""
     bold_msg('[ General Commands ]')
     for cmd in help_dict['general']:
         print(cmd)
Exemplo n.º 4
0
 def do_modules(self, arg):
     """Show module list"""
     bold_msg('[ Modules ]')
     for cmd in help_dict['modules']:
         print(cmd)
Exemplo n.º 5
0
 def do_sessions(self, arg):
     """Show session commands"""
     bold_msg('[ Session Commands ]')
     for cmd in help_dict['sessions']:
         print(cmd)
Exemplo n.º 6
0
 def do_general(self, arg):
     """Show general commands"""
     bold_msg('[ General Commands ]')
     for cmd in help_dict['general']:
         print(cmd)
Exemplo n.º 7
0
 def do_artifacts(self, arg):
     """Show artifact information and available commands"""
     bold_msg('[ Artifacts ]')
     for cmd in help_dict['artifacts']:
         print(cmd)
Exemplo n.º 8
0
 def do_modules(self, arg):
     """Show module list"""
     bold_msg('[ Modules ]')
     for cmd in help_dict['modules']:
         print(cmd)