mirror of
https://github.com/mgeeky/Penetration-Testing-Tools.git
synced 2024-11-22 02:21:36 +01:00
Added PPP PAP sent-username regex
This commit is contained in:
parent
8e8a653153
commit
39f062c9e5
@ -43,7 +43,8 @@ regexes = {
|
|||||||
'FTP Server Username' : r'ip ftp username \name',
|
'FTP Server Username' : r'ip ftp username \name',
|
||||||
'FTP Server Password' : r'ip ftp password \password',
|
'FTP Server Password' : r'ip ftp password \password',
|
||||||
'ISAKMP Key' : r'crypto isakmp key \password address \ip',
|
'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\:]+)',
|
'SNMP-Server User Auth & Encr keys' : r'snmp-server user \name .* encrypted auth md5 ([0-9a-f\:]+) priv aes \d+ ([0-9a-f\:]+)',
|
||||||
|
'PPP PAP Sent Username & Password' : r'ppp pap sent-username \name password \password',
|
||||||
},
|
},
|
||||||
|
|
||||||
'Cisco ASA' : {
|
'Cisco ASA' : {
|
||||||
|
Loading…
Reference in New Issue
Block a user