Announce OnlineHashCrack plugin loaded in logs

Signed-off-by: xBelladonna <[email protected]>
This commit is contained in:
xBelladonna
2020-01-18 14:30:27 +09:30
parent 814392daa5
commit 8be643b2e0
@@ -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.options['whitelist'] = set(map(lambda x: re.sub(r'[^a-zA-Z0-9]', '', x), self.options['whitelist']))
self.ready = True self.ready = True
logging.info("OHC: OnlineHashCrack plugin loaded.")
def _filter_handshake_file(self, handshake_filename): def _filter_handshake_file(self, handshake_filename):
try: try: