Announcement

Collapse
No announcement yet.

HTTP connection flood

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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

  • #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...
    X