Visitors accessing my PHP Scripts?

Discussion in 'Security' started by 247bizforsale, Jul 21, 2010.

  1. #1
    I have notice a jump in the number of visitors online in my site from 20 to 200 and they are from the same IP address accessing php files ...see below:

    [​IMG]

    what is this? and what should i do?
     
    247bizforsale, Jul 21, 2010 IP
  2. mcfox

    mcfox Wind Maker

    Messages:
    7,526
    Likes Received:
    716
    Best Answers:
    0
    Trophy Points:
    360
    #2
    Are you sure it isn't your host running an app on one server and accessing the scripts on another?
     
    mcfox, Jul 21, 2010 IP
  3. phpSiteMinder

    phpSiteMinder Peon

    Messages:
    47
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Looks like a bot scanning for a vulnability in phpmyadmin. If you aren't running phpmyadmin on the sever then there's not much to worry about. If you do have phpmyadmin, make sure it's up to date with the latest version and consider protecting the directory with an htaccess file. You could also consider blocking the ip address from accessing your website.
     
    phpSiteMinder, Jul 21, 2010 IP
  4. Western

    Western Well-Known Member

    Messages:
    1,751
    Likes Received:
    40
    Best Answers:
    0
    Trophy Points:
    135
    #4
    thats a vulnerability scanner
     
    Western, Jul 21, 2010 IP
  5. dacash

    dacash Peon

    Messages:
    24
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Like Maxmarket says, they most likely did a google dork and found your site or just a scanner that scans any site with php. They are looking for Sql Injections probebly.

    If your using a opensource system or something else, make sure you have the most recent version and you should be ok.
     
    dacash, Jul 21, 2010 IP
  6. Sirago

    Sirago Member

    Messages:
    31
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #6
    Yeah, it's someone scanning your website for vulnerabilities. Not really too big a deal unless you're vulnerable. lol. If it worries you, you can block that IP but that sort of thing happens often.
     
    Sirago, Jul 21, 2010 IP
  7. dacash

    dacash Peon

    Messages:
    24
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    If you have a dedicated host on linux, check your /etc/log/secure logs lol you always have some bots trying to hack accounts.
     
    dacash, Jul 21, 2010 IP
  8. Deacalion

    Deacalion Peon

    Messages:
    438
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Arsehole script kiddies. My log files have been getting exponentially bigger over the years because of these idiots. If I had the time I'd set up a honeybot.
    Look out for referrers from google that look like '"Powered by PHPFM" filetype:php' etc.
     
    Deacalion, Jul 22, 2010 IP
  9. dacash

    dacash Peon

    Messages:
    24
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #9
    I wouldn't bother with a honeypot they cost money and youwon't even put a dent in the script kiddies number. So just secure your stuff and their is not problems.

     
    dacash, Jul 22, 2010 IP
  10. Deacalion

    Deacalion Peon

    Messages:
    438
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #10
    Cost money? I was going to run it on FreeBSD and use inetd to bind every port to a logging program. Total cost = zero. The goal for a honeypot is not to hurt the script kiddies numbers, it's to gather information so that you can secure yourself more effectively.
     
    Deacalion, Jul 22, 2010 IP
  11. dacash

    dacash Peon

    Messages:
    24
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #11
    running that cost money, since your using server resources. But i know what you mean, just think most script kiddie scripts are crap anyways.

    But learning from them is a good approach. good luck with it :)


     
    dacash, Jul 22, 2010 IP
  12. Deacalion

    Deacalion Peon

    Messages:
    438
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #12
    Ahh ok, thought you meant the software. :p yeah... I suppose time would factor in as well - which is probably why I haven't done it yet.
     
    Deacalion, Jul 23, 2010 IP
  13. phpsolution

    phpsolution Active Member

    Messages:
    449
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    90
    #13
    Just reading main thread and avoiding all the answer ..same thing happen to me once because i put permission of database as Guest so all the user who hosted their website on the same server can view my database because of this guest permission. so check out something this may happen to you ?
     
    phpsolution, Jul 23, 2010 IP