OrganizedFellow Posted October 15, 2015 Share Posted October 15, 2015 I have my new site hosted on DigitalOcean. This is what I found today in my access logs. [Sat Oct 10 20:14:43.237273 2015] [:error] [pid 7239] [client 72.191.161.105:59138] PHP Parse error: syntax error, unexpected '?' in /home/jaimito/www/mywebsite.com/public/index.php on line 3 [Mon Oct 12 16:39:52.256530 2015] [:error] [pid 3369] [client 189.46.103.92:51633] script '/home/jaimito/www/mywebsite.com/public/wp-login.php' not found or unable to stat [Mon Oct 12 17:47:29.584326 2015] [:error] [pid 3583] [client 91.210.144.233:60277] script '/home/jaimito/www/mywebsite.com/public/wp-login.php' not found or unable to stat [Mon Oct 12 17:47:30.367421 2015] [:error] [pid 3368] [client 91.210.144.233:61180] script '/home/jaimito/www/mywebsite.com/public/admin.php' not found or unable to stat [Wed Oct 14 08:02:41.769513 2015] [:error] [pid 6195] [client 146.185.239.200:65452] script '/home/jaimito/www/mywebsite.com/public/wp-login.php' not found or unable to stat, referer: http://mywebsite.com/wp-login.php [Wed Oct 14 08:02:42.143803 2015] [:error] [pid 6197] [client 146.185.239.200:49223] script '/home/jaimito/www/mywebsite.com/public/admin.php' not found or unable to stat, referer: http://mywebsite.com/admin.php [Wed Oct 14 08:02:42.680991 2015] [:error] [pid 6195] [client 146.185.239.200:49436] script '/home/jaimito/www/mywebsite.com/public/index.php' not found or unable to stat, referer: http://mywebsite.com/index.php/admin/ Looks to me like it is trying to access commonly known URLs for WordPress admin. Of course it won't find anything! 3 Link to comment Share on other sites More sharing options...
pwired Posted October 15, 2015 Share Posted October 15, 2015 welcome to the wild wild web 3 Link to comment Share on other sites More sharing options...
OrganizedFellow Posted October 15, 2015 Author Share Posted October 15, 2015 @pwired LOL, so true amigo. I'm really loving the experience so far, I mean, having a VPS instead of a Shared Hosting account. Really opened my eyes to EVERYTHING. I made sure to have enabled a firewall. I had blocked port 22 and changed it to something else, since I always SSH in. But I could not find a way to rsync my site up with the newly changed port number, so, back to 22 it is. Link to comment Share on other sites More sharing options...
tpr Posted October 15, 2015 Share Posted October 15, 2015 This seriously made me think of creating a minimal template to wp-* URLs saying "This page was intentionally made without WordPress." 5 Link to comment Share on other sites More sharing options...
OrganizedFellow Posted October 15, 2015 Author Share Posted October 15, 2015 This seriously made me think of creating a minimal template to wp-* URLs saying "This page was intentionally made without WordPress." NOW THAT, would be a fun idea! With a script that gathers all the bots IP addresses that access it. Also make a simple WP login form, and every attempted login gets saved 2 Link to comment Share on other sites More sharing options...
tpr Posted October 15, 2015 Share Posted October 15, 2015 Seems like a module is about to born Link to comment Share on other sites More sharing options...
diogo Posted October 15, 2015 Share Posted October 15, 2015 http://www.korn19.ch/coding/wordpress_logins.php 3 Link to comment Share on other sites More sharing options...
Recommended Posts