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