Announce OnlineHashCrack plugin loaded in logs

Signed-off-by: xBelladonna <isabelladonnamoore@users.noreply.github.com>
This commit is contained in:
xBelladonna 2020-01-15 07:49:00 +09:30
parent 814392daa5
commit 8be643b2e0

View File

@ -39,6 +39,7 @@ class OnlineHashCrack(plugins.Plugin):
self.options['whitelist'] = set(map(lambda x: re.sub(r'[^a-zA-Z0-9]', '', x), self.options['whitelist']))
self.ready = True
logging.info("OHC: OnlineHashCrack plugin loaded.")
def _filter_handshake_file(self, handshake_filename):
try: