Added ISAKMP key and SNMP Server keys regexes

This commit is contained in:
Mariusz 2018-02-27 15:24:18 +01:00 committed by GitHub
parent 26c4995f14
commit 8e8a653153
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,6 +42,8 @@ regexes = {
'SNMP-Server User/Password' : r'snmp-server user \name [\w-]+ auth md5 0x\hash priv 0x\hash localizedkey',
'FTP Server Username' : r'ip ftp username \name',
'FTP Server Password' : r'ip ftp password \password',
'ISAKMP Key' : r'crypto isakmp key \password address \ip',
'SNMP-Server User Auth & Encr keys' :r'snmp-server user \name .* encrypted auth md5 ([0-9a-f\:]+) priv aes \d+ ([0-9a-f\:]+)',
},
'Cisco ASA' : {