1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

My Page Hacked Or ?

Discussion in 'Security' started by fgsg, Feb 7, 2013.

  1. #1
    Hello,

    Guys today I try login into my phpmyadmin but I can't, look like someone change my password ? I use webmin+phpmyadmin I not update nothing afer finish instalation day before my whole server was slower then before anyone can give me some advice about this story ?

    Thanks All.
     
    fgsg, Feb 7, 2013 IP
  2. riteshsanap

    riteshsanap Well-Known Member

    Messages:
    217
    Likes Received:
    2
    Best Answers:
    3
    Trophy Points:
    118
    #2
    if you see anything weird other then change of password only then i will think it was hacked, because sometime we do tend to forget password :p, happens alot with me, so just try resetting the password and try :)
     
    riteshsanap, Feb 7, 2013 IP
  3. sahabcse

    sahabcse Well-Known Member

    Messages:
    272
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    140
    #3
    Login to the server using ssh or whm, then change the mysql root password and secure using ip based connectivity settings.
     
    sahabcse, Feb 7, 2013 IP
  4. fgsg

    fgsg Well-Known Member

    Messages:
    275
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    101
    #4
    anyone know some good way for mitigate ddos attack ?
     
    fgsg, Feb 28, 2013 IP
  5. sahabcse

    sahabcse Well-Known Member

    Messages:
    272
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    140
    #5
    Try the following
    a. Renaming my phpmyadmin folder to something insanely vague
    b. Putting a htaccess file in there only allowing either my static IP or the local machine IP.
    c. SSL Certificate
     
    sahabcse, Feb 28, 2013 IP
  6. fgsg

    fgsg Well-Known Member

    Messages:
    275
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    101
    #6
    how i can see which ddos attack me high or low ?

    thx.
     
    fgsg, Mar 5, 2013 IP
  7. Dark Arts

    Dark Arts Greenhorn

    Messages:
    4
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #7
    One thing you would want to do is check your server for numerous connections coming from one IP address.

    You should be able to check this in SSH using a command like:
    netstat -an | grep :80 | sort

    Using netstat should assist you with checking whether or not you are actually under attack. But the recommendations made above may help as well. I'm sure there is also some software that you could install that will automatically block IP's if they attempt to make a ton of connections to your server as well, but changing around all the default settings/URLs/ports will help tremendously.
     
    Dark Arts, Mar 5, 2013 IP