mirror of
https://github.com/ail-project/ail-framework.git
synced 2025-02-16 22:36:25 +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
|
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…
Add table
Reference in a new issue