In spite of precautions, hackers got files of mine.
I have a password protected area on my server. I am using
AuthType Basic
AuthName "Title"
AuthUserFile /var/www/vhosts.../.htpasswd
Require valid-user
And in that .htpasswd I have
username:$apr1......
I am using SSL/TLS
with a self-signed certificate
to encrypt pw-& file transmission.
But in my access logs I found several ips, for instance 31.55.57.141 not just trying to access but getting through to my files(200), even though I changed the pw just in the 1st of february.
31.55.57.141 -0 username [12/Feb/2017:20:36:52 +0100] GET /IMG_20170212_202924800~3.jpg HTTP/1.1 200 802973 android-app://com.google.android.gm Mozilla/5.0 (Linux; Android 6.0; ALE-L21 Build/HuaweiALE-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36
I only send links via email and I never publish them in forums on the internet.
What methods do you recommend to avoid this from happening in the future?