Announce OnlineHashCrack plugin loaded in logs
Signed-off-by: xBelladonna <isabelladonnamoore@users.noreply.github.com>
This commit is contained in:
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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user