Project

General

Profile

« Previous | Next » 

Revision 603764cb

Added by Jim Pingle almost 6 years ago

Redact ACB encryption PW. Fixes #9694

View differences:

src/usr/local/www/status.php
64 64
$filtered_tags = array(
65 65
	'accountkey', 'authorizedkeys', 'auth_pass', 'auth_user', 'bcrypt-hash',
66 66
	'crypto_password', 'crypto_password2', 'dns_nsupdatensupdate_key',
67
	'gold_encryption_password', 'gold_password', 'ipsecpsk', 'ldap_bindpw',
68
	'lighttpd_ls_password', 'lighttpd_ls_password', 'md5-hash',
69
	'md5password', 'md5sigkey', 'md5sigpass', 'nt-hash', 'passphrase',
70
	'password', 'passwordagain', 'pre-shared-key', 'proxypass',
71
	'proxy_passwd', 'proxyuser', 'proxy_user', 'prv', 'radius_secret',
72
	'redis_password', 'redis_passwordagain', 'rocommunity', 'secret',
73
	'shared_key', 'tls', 'varclientpasswordinput', 'varclientsharedsecret',
74
	'varsyncpassword', 'varusersmotpinitsecret', 'varusersmotppin'
67
	'encryption_password', 'gold_encryption_password', 'gold_password',
68
	'ipsecpsk', 'ldap_bindpw', 'lighttpd_ls_password',
69
	'lighttpd_ls_password', 'md5-hash', 'md5password', 'md5sigkey',
70
	'md5sigpass', 'nt-hash', 'passphrase', 'password', 'passwordagain',
71
	'pre-shared-key', 'proxypass', 'proxy_passwd', 'proxyuser',
72
	'proxy_user', 'prv', 'radius_secret', 'redis_password',
73
	'redis_passwordagain', 'rocommunity', 'secret', 'shared_key', 'tls',
74
	'varclientpasswordinput', 'varclientsharedsecret', 'varsyncpassword',
75
	'varusersmotpinitsecret', 'varusersmotppin'
75 76
);
76 77

  
77 78
if ($_POST['submit'] == "DOWNLOAD" && file_exists($output_file)) {

Also available in: Unified diff