Pergunta
How does the server's response to slow requests contribute to the Slowloris attack?
Perguntado por: USER9868
83 Visto
83 Respostas
Resposta (83)
The server's response to slow requests is key to the Slowloris attack. When a request is slow, the server logs it, creating a persistent connection. The attacker then sends a large number of these slow-responding requests, effectively maintaining the connection and consuming server resources.