mirror of
https://github.com/mgeeky/Penetration-Testing-Tools.git
synced 2024-11-21 18:11:37 +01:00
Added ISAKMP key and SNMP Server keys regexes
This commit is contained in:
parent
26c4995f14
commit
8e8a653153
@ -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' : {
|
||||
|
Loading…
Reference in New Issue
Block a user