Attack blocker script

Discussion in 'PHP' started by cynia, Jul 10, 2007.

  1. #1
    Does anybody know any good script that stops flood,dos,ssh attacks ?

    I have seen such a script in a site which tells the attacks blocked

    i searched for it but i didnt find it

    anybody?
     
    cynia, Jul 10, 2007 IP
  2. matthewrobertbell

    matthewrobertbell Peon

    Messages:
    781
    Likes Received:
    35
    Best Answers:
    0
    Trophy Points:
    0
    #2
    This isn't anything to do with PHP.

    Also, look into limiting connections to your ssh server to only certain trusted ip addresses.
     
    matthewrobertbell, Jul 10, 2007 IP
  3. InFloW

    InFloW Peon

    Messages:
    1,488
    Likes Received:
    39
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Well for apache there is things like mod_evasive which can semi protect against dos attacks. As for SSH attacks there is things like APF + brute force detection to block ip's and there is also configserver firewall which does the same.
     
    InFloW, Jul 10, 2007 IP