HTTP connection flood

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • theace
    Member
    • Oct 2004
    • 1

    #1

    HTTP connection flood

    Hi everybody,

    A couple of days ago, i was trying to open a couple of 100 http connections
    to a server, and leaving them open.
    I would like to know if there is a maximum number of sockets that can be
    binded to the http connections, assuming the machine is (i think) running
    windows server.
    Will exceeding some number will cause a similar effect of Dos attack.

    10x
  • Chris
    Great Satan of the East
    • Oct 2001
    • 2866

    #2
    Originally posted by theace
    Hi everybody,

    A couple of days ago, i was trying to open a couple of 100 http connections
    to a server, and leaving them open.
    I would like to know if there is a maximum number of sockets that can be
    binded to the http connections, assuming the machine is (i think) running
    windows server.
    Will exceeding some number will cause a similar effect of Dos attack.

    10x

    It depends on the threshold set for the webserver. This is why you often see the /. DoS.
    perl -e 'print pack(c5, (41*2), sqrt(7056), (unpack(c,H)-2), oct(115), 10)'

    Comment

    Working...