diff --git a/credmaster.py b/credmaster.py index a0884d2..0a3fd6b 100755 --- a/credmaster.py +++ b/credmaster.py @@ -304,10 +304,15 @@ def Execute(self, args): if self.userenum: notify.notify_update("Info: Starting Userenum.", self.notify_obj) else: - notify.notify_update(f"Info: Starting Spray.\nPass: {password}", self.notify_obj) - + if self.notify_obj['exclude_password']: + notify.notify_update(f"Info: Starting Spray ({self.passwordfile or self.userpassfile}).\nPassword #: {time_count} of {len(passwords)}", self.notify_obj) + else: + notify.notify_update(f"Info: Starting Spray.\nPass: {password}", self.notify_obj) else: - notify.notify_update(f"Info: Spray Continuing.\nPass: {password}", self.notify_obj) + if self.notify_obj['exclude_password']: + notify.notify_update(f"Info: Spray Continuing ({self.passwordfile or self.userpassfile}).\nPassword #: {time_count} of {len(passwords)}", self.notify_obj) + else: + notify.notify_update(f"Info: Spray Continuing.\nPass: {password}", self.notify_obj) if self.weekdaywarrior is not None: spray_days = {