From 39f062c9e5848926005d01924202e241c6829176 Mon Sep 17 00:00:00 2001 From: Mariusz B Date: Wed, 28 Feb 2018 21:01:18 +0100 Subject: [PATCH] Added PPP PAP sent-username regex --- networks/networkConfigurationCredentialsExtract.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/networks/networkConfigurationCredentialsExtract.py b/networks/networkConfigurationCredentialsExtract.py index f2c7db3..b92205e 100644 --- a/networks/networkConfigurationCredentialsExtract.py +++ b/networks/networkConfigurationCredentialsExtract.py @@ -43,7 +43,8 @@ regexes = { '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\:]+)', + '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' : {