mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
status.php: Sanitize snort/suricata oink and etpro codes.
This commit is contained in:
parent
42839d824d
commit
17640476a5
@ -64,14 +64,15 @@ $output_file = "/tmp/status_output.tgz";
|
||||
$filtered_tags = array(
|
||||
'accountkey', 'authorizedkeys', 'auth_pass', 'auth_user', 'bcrypt-hash',
|
||||
'cert_key', 'crypto_password', 'crypto_password2',
|
||||
'dns_nsupdatensupdate_key', 'encryption_password',
|
||||
'gold_encryption_password', 'gold_password', 'influx_pass', 'ipsecpsk',
|
||||
'ldap_bindpw', 'lighttpd_ls_password', 'lighttpd_ls_password',
|
||||
'md5-hash', 'md5password', 'md5sigkey', 'md5sigpass', 'nt-hash',
|
||||
'passphrase', 'password', 'passwordagain', 'pre-shared-key',
|
||||
'proxypass', 'proxy_passwd', 'proxyuser', 'proxy_user', 'prv',
|
||||
'radius_secret', 'redis_password', 'redis_passwordagain', 'rocommunity',
|
||||
'secret', 'shared_key', 'tls', 'tlspskidentity', 'tlspskfile',
|
||||
'dns_nsupdatensupdate_key', 'encryption_password', 'etpro_code',
|
||||
'etprocode', 'gold_encryption_password', 'gold_password', 'influx_pass',
|
||||
'ipsecpsk', 'ldap_bindpw', 'lighttpd_ls_password',
|
||||
'lighttpd_ls_password', 'md5-hash', 'md5password', 'md5sigkey',
|
||||
'md5sigpass', 'nt-hash', 'oinkcode', 'oincmastercode', 'passphrase',
|
||||
'password', 'passwordagain', 'pre-shared-key', 'proxypass',
|
||||
'proxy_passwd', 'proxyuser', 'proxy_user', 'prv', 'radius_secret',
|
||||
'redis_password', 'redis_passwordagain', 'rocommunity', 'secret',
|
||||
'shared_key', 'tls', 'tlspskidentity', 'tlspskfile',
|
||||
'varclientpasswordinput', 'varclientsharedsecret', 'varsyncpassword',
|
||||
'varusersmotpinitsecret', 'varusersmotppin'
|
||||
);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user