mirror of https://github.com/CIRCL/AIL-framework
chg: [Keys] typo
parent
67b0d973af
commit
449da63fd7
|
|
@ -72,7 +72,7 @@ def search_key(paste):
|
||||||
find = True
|
find = True
|
||||||
|
|
||||||
if '---- BEGIN SSH2 ENCRYPTED PRIVATE KEY ----' in content:
|
if '---- BEGIN SSH2 ENCRYPTED PRIVATE KEY ----' in content:
|
||||||
publisher.warning('{} has an openssh private key message'.format(paste.p_name))
|
publisher.warning('{} has an ssh2 private key message'.format(paste.p_name))
|
||||||
print('SSH2 private key message found')
|
print('SSH2 private key message found')
|
||||||
|
|
||||||
msg = 'infoleak:automatic-detection="private-ssh-key";{}'.format(message)
|
msg = 'infoleak:automatic-detection="private-ssh-key";{}'.format(message)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue