diff --git a/imports/terminal_handler.py b/imports/terminal_handler.py index b196516..0effbb8 100644 --- a/imports/terminal_handler.py +++ b/imports/terminal_handler.py @@ -164,6 +164,8 @@ class Controller: try: update_handler.get_malware(self.currentmodule) except: + import traceback + traceback.print_exc() print(red('[-] ') + 'Error getting malware.') return # If used the 'use' command