Aimbots.net - The N°1 Community For All Your Gaming Needs.
+ Reply to Thread + Post New Thread
Page 1 of 4 1 2 3 ... LastLast
Results 1 to 10 of 35

Thread: DoS fun
  • Share This Thread!
    • Share on Facebook
    1. #1
      Site Admin xHalt has a spectacular aura about xHalt has a spectacular aura about xHalt's Avatar
      Join Date
      May 2006
      Location
      Belgium
      Posts
      7,682
      Thanks
      188
      Thanked 182 Times in 101 Posts

      Default DoS fun

      If you experienced slower page loads for the last 2 hours, I'd like to inform you that a little kid was having some fun trying to DoS this site. Even though the effect was as little as they come by, his mother should be proud he was the first to ever have an effect on this site.
      Keeps me on the edge of my seat... though next time, do bring a bigger challenge.

    2. #2
      Senior Member Untouch is on a distinguished road Untouch's Avatar
      Join Date
      Sep 2009
      Location
      Northern Ireland
      Posts
      537
      Thanks
      27
      Thanked 78 Times in 57 Posts

      Default Re: DoS fun

      lol what did he actually do??
      What a gay little s**t trying to hack the site

    3. #3
      Site Admin xHalt has a spectacular aura about xHalt has a spectacular aura about xHalt's Avatar
      Join Date
      May 2006
      Location
      Belgium
      Posts
      7,682
      Thanks
      188
      Thanked 182 Times in 101 Posts

      Default Re: DoS fun

      Quote Originally Posted by Untouch View Post
      lol what did he actually do??
      What a gay little s**t trying to hack the site
      A DoS is not actually hacking, as he didn't try to break into the server to alter files or extract information. He was just using a script that sends a lot (in some cases, only a few, slow ones might suffice, but in general...) of bogus requests to the server in order to hog up its resources. A successful DoS hence makes the server unavailable for anyone else, as there are no more resources available. This was never the case, though it managed to cause a temporary itch on my baby.

      Note: It's far from the first time an attack was tried.

    4. The Following User Says Thank You to xHalt For This Useful Post:

      BraveBeast (February 19th, 2010)

    5. #4
      Junk entertainment mOwl is on a distinguished road
      Join Date
      Nov 2009
      Location
      Belgium
      Posts
      419
      Thanks
      54
      Thanked 242 Times in 93 Posts

      Default Re: DoS fun

      Scriptkiddy's. When will they dissappear. *sigh*

    6. #5
      Site Admin xHalt has a spectacular aura about xHalt has a spectacular aura about xHalt's Avatar
      Join Date
      May 2006
      Location
      Belgium
      Posts
      7,682
      Thanks
      188
      Thanked 182 Times in 101 Posts

      Default Re: DoS fun

      Gotta give him one thing though, he IS persistent...
      Banned yet another lot of ips.

    7. The Following 2 Users Say Thank You to xHalt For This Useful Post:

      LiQuid_Haze (February 19th, 2010), quandary (February 19th, 2010)

    8. #6
      Junior Member Waller187 is on a distinguished road
      Join Date
      Oct 2009
      Posts
      4
      Thanks
      2
      Thanked 1 Time in 1 Post

      Default Re: DoS fun

      Maybe he DL a virus or something and is raging xD

      A min ago i couldent get on the site at all :S

      If he got a static IP give it me ill teach him a lesson >.<

    9. #7
      Coder quandary is on a distinguished road
      Join Date
      Jun 2007
      Posts
      344
      Thanks
      7
      Thanked 18 Times in 15 Posts

      Default Re: DoS fun

      I use this to avoid those problems:
      apt-get install libapache-mod-dosevasive

      Code:
      $HOST["url"] =~"^/(index.php)?(\?.*)?$" {
          evasive.max-conns-per-ip = 4
      }
      

      Code:
      #######################################################
      ###  CaMeL  lighttpd.conf  BEGIN
      #######################################################
      #
      #### modules to load
      server.modules           = ( "mod_expire",
      			     "mod_auth",
                                   "mod_access",
                                   "mod_evasive",
                                   "mod_compress",
                                   "mod_status",
                                   "mod_redirect",
                                   "mod_accesslog" )
      
      #### performance options (aggressive timeouts)
      server.max-keep-alive-requests = 5
      server.max-keep-alive-idle = 15
      server.max-read-idle     = 15
      server.max-write-idle    = 15
      
      ## number of child worker processes to spawn (0 for lightly loaded sites)
      # server.max-worker      = 300
      

      It's a pitty it's not legal to offer you a little part of a botnet for revenche, Tom ;-)))
      Last edited by quandary; February 19th, 2010 at 23:00.
      When you earnestly believe that you can compensate for a lack of skill by doubling your efforts, then there's no end to what you can't do...

    10. #8
      Site Admin xHalt has a spectacular aura about xHalt has a spectacular aura about xHalt's Avatar
      Join Date
      May 2006
      Location
      Belgium
      Posts
      7,682
      Thanks
      188
      Thanked 182 Times in 101 Posts

      Default Re: DoS fun

      Quote Originally Posted by quandary View Post
      I use this to avoid those problems:
      apt-get install libapache-mod-dosevasive
      Appreciate the help & indeed, that package come in quite useful with the older server where we used lighttpd, not running on lighty anymore though
      Either way, got quite an elegant solution in place: perl script to check last part of the access.log & ban the ips creating the specified requests. Has been working since...

      Quote Originally Posted by quandary View Post
      It's a pitty it's not legal to offer you a little part of a botnet for revenche, Tom ;-)))
      Well, I'm not one to believe in revenge either way. Script kiddies get bored easy enough & lack the knowledge to try to DoS in another way.

    11. #9
      I Hate No Lifers BlacKnighT is on a distinguished road BlacKnighT's Avatar
      Join Date
      Jun 2009
      Location
      Portugal ;D
      Posts
      473
      Thanks
      92
      Thanked 31 Times in 24 Posts

      Default Re: DoS fun

      nha he didnt made DoS , he made DDos cuz Vbulletin needs allot of bots to be taken down

    12. #10
      Moderator - formerly know as Psycho_007 fANAT1C is on a distinguished road fANAT1C's Avatar
      Join Date
      Sep 2006
      Posts
      1,510
      Thanks
      73
      Thanked 30 Times in 27 Posts

      Default Re: DoS fun

      Quote Originally Posted by xHalt View Post
      A DoS is not actually hacking, as he didn't try to break into the server to alter files or extract information. He was just using a script that sends a lot (in some cases, only a few, slow ones might suffice, but in general...) of bogus requests to the server in order to hog up its resources. A successful DoS hence makes the server unavailable for anyone else, as there are no more resources available. This was never the case, though it managed to cause a temporary itch on my baby.

      Note: It's far from the first time an attack was tried.
      I couldn't get on for 2 days.




      Google is your friend
      Before asking any (stupid) questions use the search-option first
      Stupid question = stupid answer
      I do NOT respond to private messages when you ask for hacks.

    + Reply to Thread
    Page 1 of 4 1 2 3 ... LastLast

    Bookmarks

    Posting Permissions

    • You may not post new threads
    • You may not post replies
    • You may not post attachments
    • You may not edit your posts