Wiki Forum Sign up! Explore Home

Not signed in (Sign In)

LiveSearch

Welcome, Guest

Want to take part in these discussions? Sign in if you have an account, or apply for one below

Vanilla 1.1.2 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthordarkpollo
    • CommentTimeMay 26th 2008
     permalink
    Hi!
    My server have been atacked.
    It was a very poor attack, but now i am nervous with that.
    Someone tries to get access to my php admin.
    Of course it was disabled and the hacker just tried a lot of stupid options to get there, like this:

    ActionController::RoutingError (No route matches "/websql/main.php" with {:method=>:get}):

    Well, i want to check the ports that access my system.
    What ports are needed for the clockingit soft to work?
    I will close the others.
    Thanks, Erlend.
    • CommentAuthoradmin
    • CommentTimeMay 26th 2008
     permalink
    Port 80, and whatever port you configured the push server to use (443 default).

    If it's just some web-pages that are attempted accessed, I wouldn't worry too much, as there are tons of bots trying automated attacks on random servers looking for software with know voulnerabilities. Closing ports won't help against web-based attacks, though. And rather than close the un-needed ports, it's better to close all ports and just open the ones you need. (ssh(22), web(80), https(443), and most out-bound traffic allowed).

    -- Erlend
    • CommentAuthordarkpollo
    • CommentTimeMay 27th 2008
     permalink
    Thanks.
    I have checked my system and i have all the ports closed except those 80 and 443. :D
    So, no problem. Thanks Erlend.