mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 00:28:22 +00:00
chg: [Keys] typo
This commit is contained in:
parent
67b0d973af
commit
449da63fd7
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ def search_key(paste):
|
|||
find = True
|
||||
|
||||
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')
|
||||
|
||||
msg = 'infoleak:automatic-detection="private-ssh-key";{}'.format(message)
|
||||
|
|
Loading…
Reference in a new issue