Skip to content

Privacy

tosiara edited this page Mar 26, 2018 · 10 revisions

When developers ask you to provide config files, logs or a core dump, please be sure to remove all sensitive private info from the uploaded files.

Potential issues are:

  1. Camera username and password stored in config: all them are in plain text
  1. Public IP address or domain name as part of netcam url: may be attacked, unauthorized access
  1. Log containing netcam url: it may leak credentials as part of url or base64 encoded
  1. Other private info may appear in log: server headers, user path, script parameters, etc

To verify, grep files before uploading:

grep -i "netcam_url\|netcam_userpass\|stream_authentication\|webcontrol_authentication\|database_password\|Network Camera\|Authorization: Basic\|http://\|https://\|ftp://\|password\|target_dir\|on_picture_save\|on_movie_end" motion.log motion.conf

Please replace all sensitive strings with ***removed***

  • In case of a leaked password - change it as soon as possible
  • If you reuse the same password across different accounts - change them too
Clone this wiki locally