Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CVE-2022-30780 PoC — lighttpd 资源管理错误漏洞

Source
Associated Vulnerability
Title:lighttpd 资源管理错误漏洞 (CVE-2022-30780)
Description:lighttpd是德国Jan Kneschke个人开发者的一款开源的Web服务器。 Lighttpd 1.4.56 到 1.4.58 版本存在安全漏洞,该漏洞源于 connections.c 中的 connection_read_header_more 有一个拼写错误,会破坏对大型标头的多个读取操作的使用。远程攻击者利用该漏洞可导致拒绝服务(卡住的连接消耗 CPU)。
Description
CVE-2022-30780 - lighttpd remote denial of service
Readme
# CVE-2022-30780 - lighttpd remote denial of service

<p align="center">
   CVE-2022-30780 - lighttpd remote denial of service
   <br>
   <img alt="GitHub release (latest by date)" src="https://img.shields.io/github/v/release/p0dalirius/CVE-2022-30780-lighttpd-denial-of-service">
   <a href="https://twitter.com/intent/follow?screen_name=podalirius_" title="Follow"><img src="https://img.shields.io/twitter/follow/podalirius_?label=Podalirius&style=social"></a>
   <a href="https://www.youtube.com/c/Podalirius_?sub_confirmation=1" title="Subscribe"><img alt="YouTube Channel Subscribers" src="https://img.shields.io/youtube/channel/subscribers/UCF_x5O7CSfr82AfNVTKOv_A?style=social"></a>
   <br>
   <br>
</p>

## Summary

An unauthenticated attacker can send an HTTP request with an URL overflowing the maximum URL length, resulting in a denial of service.

### Vulnerable versions

The following versions of lighttpd are vulnerable:

| Software | Version                                                                                       | Vulnerable                |
|----------|-----------------------------------------------------------------------------------------------|---------------------------|
| Lighttpd | [1.4.58](https://api.github.com/repos/lighttpd/lighttpd1.4/zipball/refs/tags/lighttpd-1.4.58) | [Yes :white_check_mark:](./tests/1.4.58/) |
| Lighttpd | [1.4.57](https://api.github.com/repos/lighttpd/lighttpd1.4/zipball/refs/tags/lighttpd-1.4.57) | [Yes :white_check_mark:](./tests/1.4.57/) |
| Lighttpd | [1.4.56](https://api.github.com/repos/lighttpd/lighttpd1.4/zipball/refs/tags/lighttpd-1.4.56) | [Yes :white_check_mark:](./tests/1.4.56/) |

## Usage

```
$ ./CVE-2022-30780-lighttpd-denial-of-service.py -h
usage: CVE-2022-30780-lighttpd-denial-of-service.py [-h] [-v] -u URL [-k] [-t THREADS]

CVE-2022-30780-lighttpd-denial-of-service

optional arguments:
  -h, --help            show this help message and exit
  -v, --verbose         Verbose mode
  -u URL, --url URL     URL to connect to.
  -k, --insecure        Allow insecure server connections when using SSL (default: False)
  -t THREADS, --threads THREADS
                        Number of threads (default: 20)
```

## Demonstration

https://user-images.githubusercontent.com/79218792/169104678-62d1c35e-252d-4174-8a1d-3af7e4462ff2.mp4

## References
 - https://github.com/lighttpd/lighttpd1.4
 - https://podalirius.net/en/cves/2022-30780/
 - https://redmine.lighttpd.net/issues/3059
File Snapshot

[4.0K] /data/pocs/e09d99872c4bb545e3497eaa54fbe1f8af9c5225 ├── [6.9K] CVE-2022-30780-lighttpd-denial-of-service.py ├── [4.2K] generate_tests.py ├── [2.4K] README.md ├── [4.0K] tests │   ├── [4.0K] 1.3.11 │   │   ├── [ 618] Dockerfile │   │   ├── [ 558] Makefile │   │   └── [4.0K] workspace │   │   ├── [4.0K] etc │   │   │   └── [5.2K] mime.types │   │   ├── [ 857] init.sh │   │   ├── [2.1K] lighttpd.conf │   │   ├── [4.0K] usr │   │   │   └── [4.0K] share │   │   │   └── [4.0K] lighttpd │   │   │   ├── [6.0K] create-mime.conf.pl │   │   │   ├── [ 462] include-conf-enabled.pl │   │   │   ├── [3.3K] index.html │   │   │   └── [ 247] use-ipv6.pl │   │   └── [4.0K] var │   │   ├── [4.0K] log │   │   │   └── [4.0K] lighttpd │   │   │   └── [ 0] error.log │   │   ├── [4.0K] run │   │   │   └── [ 3] lighttpd.pid │   │   └── [4.0K] www │   │   └── [4.0K] html │   │   └── [3.3K] index.html │   ├── [4.0K] 1.3.12 │   │   ├── [ 637] Dockerfile │   │   ├── [ 558] Makefile │   │   └── [4.0K] workspace │   │   ├── [4.0K] etc │   │   │   └── [5.2K] mime.types │   │   ├── [ 857] init.sh │   │   ├── [2.1K] lighttpd.conf │   │   ├── [4.0K] usr │   │   │   └── [4.0K] share │   │   │   └── [4.0K] lighttpd │   │   │   ├── [6.0K] create-mime.conf.pl │   │   │   ├── [ 462] include-conf-enabled.pl │   │   │   ├── [3.3K] index.html │   │   │   └── [ 247] use-ipv6.pl │   │   └── [4.0K] var │   │   ├── [4.0K] log │   │   │   └── [4.0K] lighttpd │   │   │   └── [ 0] error.log │   │   ├── [4.0K] run │   │   │   └── [ 3] lighttpd.pid │   │   └── [4.0K] www │   │   └── [4.0K] html │   │   └── [3.3K] index.html │   ├── [4.0K] 1.3.13 │   │   ├── [ 637] Dockerfile │   │   ├── [ 558] Makefile │   │   └── [4.0K] workspace │   │   ├── [4.0K] etc │   │   │   └── [5.2K] mime.types │   │   ├── [ 857] init.sh │   │   ├── [2.1K] lighttpd.conf │   │   ├── [4.0K] usr │   │   │   └── [4.0K] share │   │   │   └── [4.0K] lighttpd │   │   │   ├── [6.0K] create-mime.conf.pl │   │   │   ├── [ 462] include-conf-enabled.pl │   │   │   ├── [3.3K] index.html │   │   │   └── [ 247] use-ipv6.pl │   │   └── [4.0K] var │   │   ├── [4.0K] log │   │   │   └── [4.0K] lighttpd │   │   │   └── [ 0] error.log │   │   ├── [4.0K] run │   │   │   └── [ 3] lighttpd.pid │   │   └── [4.0K] www │   │   └── [4.0K] html │   │   └── [3.3K] index.html │   ├── [4.0K] 1.3.14 │   │   ├── [ 637] Dockerfile │   │   ├── [ 558] Makefile │   │   └── [4.0K] workspace │   │   ├── [4.0K] etc │   │   │   └── [5.2K] mime.types │   │   ├── [ 857] init.sh │   │   ├── [2.1K] lighttpd.conf │   │   ├── [4.0K] usr │   │   │   └── [4.0K] share │   │   │   └── [4.0K] lighttpd │   │   │   ├── [6.0K] create-mime.conf.pl │   │   │   ├── [ 462] include-conf-enabled.pl │   │   │   ├── [3.3K] index.html │   │   │   └── [ 247] use-ipv6.pl │   │   └── [4.0K] var │   │   ├── [4.0K] log │   │   │   └── [4.0K] lighttpd │   │   │   └── [ 0] error.log │   │   ├── [4.0K] run │   │   │   └── [ 3] lighttpd.pid │   │   └── [4.0K] www │   │   └── [4.0K] html │   │   └── [3.3K] index.html │   ├── [4.0K] 1.3.15 │   │   ├── [ 637] Dockerfile │   │   ├── [ 558] Makefile │   │   └── [4.0K] workspace │   │   ├── [4.0K] etc │   │   │   └── [5.2K] mime.types │   │   ├── [ 857] init.sh │   │   ├── [2.1K] lighttpd.conf │   │   ├── [4.0K] usr │   │   │   └── [4.0K] share │   │   │   └── [4.0K] lighttpd │   │   │   ├── [6.0K] create-mime.conf.pl │   │   │   ├── [ 462] include-conf-enabled.pl │   │   │   ├── [3.3K] index.html │   │   │   └── [ 247] use-ipv6.pl │   │   └── [4.0K] var │   │   ├── [4.0K] log │   │   │   └── [4.0K] lighttpd │   │   │   └── [ 0] error.log │   │   ├── [4.0K] run │   │   │   └── [ 3] lighttpd.pid │   │   └── [4.0K] www │   │   └── [4.0K] html │   │   └── [3.3K] index.html │   ├── [4.0K] 1.3.16 │   │   ├── [ 637] Dockerfile │   │   ├── [ 558] Makefile │   │   └── [4.0K] workspace │   │   ├── [4.0K] etc │   │   │   └── [5.2K] mime.types │   │   ├── [ 857] init.sh │   │   ├── [2.1K] lighttpd.conf │   │   ├── [4.0K] usr │   │   │   └── [4.0K] share │   │   │   └── [4.0K] lighttpd │   │   │   ├── [6.0K] create-mime.conf.pl │   │   │   ├── [ 462] include-conf-enabled.pl │   │   │   ├── [3.3K] index.html │   │   │   └── [ 247] use-ipv6.pl │   │   └── [4.0K] var │   │   ├── [4.0K] log │   │   │   └── [4.0K] lighttpd │   │   │   └── [ 0] error.log │   │   ├── [4.0K] run │   │   │   └── [ 3] lighttpd.pid │   │   └── [4.0K] www │   │   └── [4.0K] html │   │   └── [3.3K] index.html │   ├── [4.0K] 1.4.1 │   │   ├── [ 636] Dockerfile │   │   ├── [ 558] Makefile │   │   └── [4.0K] workspace │   │   ├── [4.0K] etc │   │   │   └── [5.2K] mime.types │   │   ├── [ 857] init.sh │   │   ├── [2.1K] lighttpd.conf │   │   ├── [4.0K] usr │   │   │   └── [4.0K] share │   │   │   └── [4.0K] lighttpd │   │   │   ├── [6.0K] create-mime.conf.pl │   │   │   ├── [ 462] include-conf-enabled.pl │   │   │   ├── [3.3K] index.html │   │   │   └── [ 247] use-ipv6.pl │   │   └── [4.0K] var │   │   ├── [4.0K] log │   │   │   └── [4.0K] lighttpd │   │   │   └── [ 0] error.log │   │   ├── [4.0K] run │   │   │   └── [ 3] lighttpd.pid │   │   └── [4.0K] www │   │   └── [4.0K] html │   │   └── [3.3K] index.html │   ├── [4.0K] 1.4.10 │   │   ├── [ 637] Dockerfile │   │   ├── [ 558] Makefile │   │   └── [4.0K] workspace │   │   ├── [4.0K] etc │   │   │   └── [5.2K] mime.types │   │   ├── [ 857] init.sh │   │   ├── [2.1K] lighttpd.conf │   │   ├── [4.0K] usr │   │   │   └── [4.0K] share │   │   │   └── [4.0K] lighttpd │   │   │   ├── [6.0K] create-mime.conf.pl │   │   │   ├── [ 462] include-conf-enabled.pl │   │   │   ├── [3.3K] index.html │   │   │   └── [ 247] use-ipv6.pl │   │   └── [4.0K] var │   │   ├── [4.0K] log │   │   │   └── [4.0K] lighttpd │   │   │   └── [ 0] error.log │   │   ├── [4.0K] run │   │   │   └── [ 3] lighttpd.pid │   │   └── [4.0K] www │   │   └── [4.0K] html │   │   └── [3.3K] index.html │   ├── [4.0K] 1.4.11 │   │   ├── [ 637] Dockerfile │   │   ├── [ 558] Makefile │   │   └── [4.0K] workspace │   │   ├── [4.0K] etc │   │   │   └── [5.2K] mime.types │   │   ├── [ 857] init.sh │   │   ├── [2.1K] lighttpd.conf │   │   ├── [4.0K] usr │   │   │   └── [4.0K] share │   │   │   └── [4.0K] lighttpd │   │   │   ├── [6.0K] create-mime.conf.pl │   │   │   ├── [ 462] include-conf-enabled.pl │   │   │   ├── [3.3K] index.html │   │   │   └── [ 247] use-ipv6.pl │   │   └── [4.0K] var │   │   ├── [4.0K] log │   │   │   └── [4.0K] lighttpd │   │   │   └── [ 0] error.log │   │   ├── [4.0K] run │   │   │   └── [ 3] lighttpd.pid │   │   └── [4.0K] www │   │   └── [4.0K] html │   │   └── [3.3K] index.html │   ├── [4.0K] 1.4.12 │   │   ├── [ 637] Dockerfile │   │   ├── [ 558] Makefile │   │   └── [4.0K] workspace │   │   ├── [4.0K] etc │   │   │   └── [5.2K] mime.types │   │   ├── [ 857] init.sh │   │   ├── [2.1K] lighttpd.conf │   │   ├── [4.0K] usr │   │   │   └── [4.0K] share │   │   │   └── [4.0K] lighttpd │   │   │   ├── [6.0K] create-mime.conf.pl │   │   │   ├── [ 462] include-conf-enabled.pl │   │   │   ├── [3.3K] index.html │   │   │   └── [ 247] use-ipv6.pl │   │   └── [4.0K] var │   │   ├── [4.0K] log │   │   │   └── [4.0K] lighttpd │   │   │   └── [ 0] error.log │   │   ├── [4.0K] run │   │   │   └── [ 3] lighttpd.pid │   │   └── [4.0K] www │   │   └── [4.0K] html │   │   └── [3.3K] index.html │   ├── [4.0K] 1.4.13 │   │   ├── [ 637] Dockerfile │   │   ├── [ 558] Makefile │   │   └── [4.0K] workspace │   │   ├── [4.0K] etc │   │   │   └── [5.2K] mime.types │   │   ├── [ 857] init.sh │   │   ├── [2.1K] lighttpd.conf │   │   ├── [4.0K] usr │   │   │   └── [4.0K] share │   │   │   └── [4.0K] lighttpd │   │   │   ├── [6.0K] create-mime.conf.pl │   │   │   ├── [ 462] include-conf-enabled.pl │   │   │   ├── [3.3K] index.html │   │   │   └── [ 247] use-ipv6.pl │   │   └── [4.0K] var │   │   ├── [4.0K] log │   │   │   └── [4.0K] lighttpd │   │   │   └── [ 0] error.log │   │   ├── [4.0K] run │   │   │   └── [ 3] lighttpd.pid │   │   └── [4.0K] www │   │   └── [4.0K] html │   │   └── [3.3K] index.html │   ├── [4.0K] 1.4.14 │   │   ├── [ 637] Dockerfile │   │   ├── [ 558] Makefile │   │   └── [4.0K] workspace │   │   ├── [4.0K] etc │   │   │   └── [5.2K] mime.types │   │   ├── [ 857] init.sh │   │   ├── [2.1K] lighttpd.conf │   │   ├── [4.0K] usr │   │   │   └── [4.0K] share │   │   │   └── [4.0K] lighttpd │   │   │   ├── [6.0K] create-mime.conf.pl │   │   │   ├── [ 462] include-conf-enabled.pl │   │   │   ├── [3.3K] index.html │   │   │   └── [ 247] use-ipv6.pl │   │   └── [4.0K] var │   │   ├── [4.0K] log │   │   │   └── [4.0K] lighttpd │   │   │   └── [ 0] error.log │   │   ├── [4.0K] run │   │   │   └── [ 3] lighttpd.pid │   │   └── [4.0K] www │   │   └── [4.0K] html │   │   └── [3.3K] index.html │   ├── [4.0K] 1.4.15 │   │   ├── [ 637] Dockerfile │   │   ├── [ 558] Makefile │   │   └── [4.0K] workspace │   │   ├── [4.0K] etc │   │   │   └── [5.2K] mime.types │   │   ├── [ 857] init.sh │   │   ├── [2.1K] lighttpd.conf │   │   ├── [4.0K] usr │   │   │   └── [4.0K] share │   │   │   └── [4.0K] lighttpd │   │   │   ├── [6.0K] create-mime.conf.pl │   │   │   ├── [ 462] include-conf-enabled.pl │   │   │   ├── [3.3K] index.html │   │   │   └── [ 247] use-ipv6.pl │   │   └── [4.0K] var │   │   ├── [4.0K] log │   │   │   └── [4.0K] lighttpd │   │   │   └── [ 0] error.log │   │   ├── [4.0K] run │   │   │   └── [ 3] lighttpd.pid │   │   └── [4.0K] www │   │   └── [4.0K] html │   │   └── [3.3K] index.html │   ├── [4.0K] 1.4.16 │   │   ├── [ 637] Dockerfile │   │   ├── [ 558] Makefile │   │   └── [4.0K] workspace │   │   ├── [4.0K] etc │   │   │   └── [5.2K] mime.types │   │   ├── [ 857] init.sh │   │   ├── [2.1K] lighttpd.conf │   │   ├── [4.0K] usr │   │   │   └── [4.0K] share │   │   │   └── [4.0K] lighttpd │   │   │   ├── [6.0K] create-mime.conf.pl │   │   │   ├── [ 462] include-conf-enabled.pl │   │   │   ├── [3.3K] index.html │   │   │   └── [ 247] use-ipv6.pl │   │   └── [4.0K] var │   │   ├── [4.0K] log │   │   │   └── [4.0K] lighttpd │   │   │   └── [ 0] error.log │   │   ├── [4.0K] run │   │   │   └── [ 3] lighttpd.pid │   │   └── [4.0K] www │   │   └── [4.0K] html │   │   └── [3.3K] index.html │   ├── [4.0K] 1.4.17 │   │   ├── [ 637] Dockerfile │   │   ├── [ 558] Makefile │   │   └── [4.0K] workspace │   │   ├── [4.0K] etc │   │   │   └── [5.2K] mime.types │   │   ├── [ 857] init.sh │   │   ├── [2.1K] lighttpd.conf │   │   ├── [4.0K] usr │   │   │   └── [4.0K] share │   │   │   └── [4.0K] lighttpd │   │   │   ├── [6.0K] create-mime.conf.pl │   │   │   ├── [ 462] include-conf-enabled.pl │   │   │   ├── [3.3K] index.html │   │   │   └── [ 247] use-ipv6.pl │   │   └── [4.0K] var │   │   ├── [4.0K] log │   │   │   └── [4.0K] lighttpd │   │   │   └── [ 0] error.log │   │   ├── [4.0K] run │   │   │   └── [ 3] lighttpd.pid │   │   └── [4.0K] www │   │   └── [4.0K] html │   │   └── [3.3K] index.html │   ├── [4.0K] 1.4.18 │   │   ├── [ 637] Dockerfile │   │   ├── [ 558] Makefile │   │   └── [4.0K] workspace │   │   ├── [4.0K] etc │   │   │   └── [5.2K] mime.types │   │   ├── [ 857] init.sh │   │   ├── [2.1K] lighttpd.conf │   │   ├── [4.0K] usr │   │   │   └── [4.0K] share │   │   │   └── [4.0K] lighttpd │   │   │   ├── [6.0K] create-mime.conf.pl │   │   │   ├── [ 462] include-conf-enabled.pl │   │   │   ├── [3.3K] index.html │   │   │   └── [ 247] use-ipv6.pl │   │   └── [4.0K] var │   │   ├── [4.0K] log │   │   │   └── [4.0K] lighttpd │   │   │   └── [ 0] error.log │   │   ├── [4.0K] run │   │   │   └── [ 3] lighttpd.pid │   │   └── [4.0K] www │   │   └── [4.0K] html │   │   └── [3.3K] index.html │   ├── [4.0K] 1.4.19 │   │   ├── [ 637] Dockerfile │   │   ├── [ 558] Makefile │   │   └── [4.0K] workspace │   │   ├── [4.0K] etc │   │   │   └── [5.2K] mime.types │   │   ├── [ 857] init.sh │   │   ├── [2.1K] lighttpd.conf │   │   ├── [4.0K] usr │   │   │   └── [4.0K] share │   │   │   └── [4.0K] lighttpd │   │   │   ├── [6.0K] create-mime.conf.pl │   │   │   ├── [ 462] include-conf-enabled.pl │   │   │   ├── [3.3K] index.html │   │   │   └── [ 247] use-ipv6.pl │   │   └── [4.0K] var │   │   ├── [4.0K] log │   │   │   └── [4.0K] lighttpd │   │   │   └── [ 0] error.log │   │   ├── [4.0K] run │   │   │   └── [ 3] lighttpd.pid │   │   └── [4.0K] www │   │   └── [4.0K] html │   │   └── [3.3K] index.html │   ├── [4.0K] 1.4.2 │   │   ├── [ 636] Dockerfile │   │   ├── [ 558] Makefile │   │   └── [4.0K] workspace │   │   ├── [4.0K] etc │   │   │   └── [5.2K] mime.types │   │   ├── [ 857] init.sh │   │   ├── [2.1K] lighttpd.conf │   │   ├── [4.0K] usr │   │   │   └── [4.0K] share │   │   │   └── [4.0K] lighttpd │   │   │   ├── [6.0K] create-mime.conf.pl │   │   │   ├── [ 462] include-conf-enabled.pl │   │   │   ├── [3.3K] index.html │   │   │   └── [ 247] use-ipv6.pl │   │   └── [4.0K] var │   │   ├── [4.0K] log │   │   │   └── [4.0K] lighttpd │   │   │   └── [ 0] error.log │   │   ├── [4.0K] run │   │   │   └── [ 3] lighttpd.pid │   │   └── [4.0K] www │   │   └── [4.0K] html │   │   └── [3.3K] index.html │   ├── [4.0K] 1.4.20 │   │   ├── [ 637] Dockerfile │   │   ├── [ 558] Makefile │   │   └── [4.0K] workspace │   │   ├── [4.0K] etc │   │   │   └── [5.2K] mime.types │   │   ├── [ 857] init.sh │   │   ├── [2.1K] lighttpd.conf │   │   ├── [4.0K] usr │   │   │   └── [4.0K] share │   │   │   └── [4.0K] lighttpd │   │   │   ├── [6.0K] create-mime.conf.pl │   │   │   ├── [ 462] include-conf-enabled.pl │   │   │   ├── [3.3K] index.html │   │   │   └── [ 247] use-ipv6.pl │   │   └── [4.0K] var │   │   ├── [4.0K] log │   │   │   └── [4.0K] lighttpd │   │   │   └── [ 0] error.log │   │   ├── [4.0K] run │   │   │   └── [ 3] lighttpd.pid │   │   └── [4.0K] www │   │   └── [4.0K] html │   │   └── [3.3K] index.html │   ├── [4.0K] 1.4.21 │   │   ├── [ 637] Dockerfile │   │   ├── [ 558] Makefile │   │   └── [4.0K] workspace │   │   ├── [4.0K] etc │   │   │   └── [5.2K] mime.types │   │   ├── [ 857] init.sh │   │   ├── [2.1K] lighttpd.conf │   │   ├── [4.0K] usr │   │   │   └── [4.0K] share │   │   │   └── [4.0K] lighttpd │   │   │   ├── [6.0K] create-mime.conf.pl │   │   │   ├── [ 462] include-conf-enabled.pl │   │   │   ├── [3.3K] index.html │   │   │   └── [ 247] use-ipv6.pl │   │   └── [4.0K] var │   │   ├── [4.0K] log │   │   │   └── [4.0K] lighttpd │   │   │   └── [ 0] error.log │   │   ├── [4.0K] run │   │   │   └── [ 3] lighttpd.pid │   │   └── [4.0K] www │   │   └── [4.0K] html │   │   └── [3.3K] index.html │   ├── [4.0K] 1.4.22 │   │   ├── [ 637] Dockerfile │   │   ├── [ 558] Makefile │   │   └── [4.0K] workspace │   │   ├── [4.0K] etc │   │   │   └── [5.2K] mime.types │   │   ├── [ 857] init.sh │   │   ├── [2.1K] lighttpd.conf │   │   ├── [4.0K] usr │   │   │   └── [4.0K] share │   │   │   └── [4.0K] lighttpd │   │   │   ├── [6.0K] create-mime.conf.pl │   │   │   ├── [ 462] include-conf-enabled.pl │   │   │   ├── [3.3K] index.html │   │   │   └── [ 247] use-ipv6.pl │   │   └── [4.0K] var │   │   ├── [4.0K] log │   │   │   └── [4.0K] lighttpd │   │   │   └── [ 0] error.log │   │   ├── [4.0K] run │   │   │   └── [ 3] lighttpd.pid │   │   └── [4.0K] www │   │   └── [4.0K] html │   │   └── [3.3K] index.html │   ├── [4.0K] 1.4.23 │   │   ├── [ 637] Dockerfile │   │   ├── [ 558] Makefile │   │   └── [4.0K] workspace │   │   ├── [4.0K] etc │   │   │   └── [5.2K] mime.types │   │   ├── [ 857] init.sh │   │   ├── [2.1K] lighttpd.conf │   │   ├── [4.0K] usr │   │   │   └── [4.0K] share │   │   │   └── [4.0K] lighttpd │   │   │   ├── [6.0K] create-mime.conf.pl │   │   │   ├── [ 462] include-conf-enabled.pl │   │   │   ├── [3.3K] index.html │   │   │   └── [ 247] use-ipv6.pl │   │   └── [4.0K] var │   │   ├── [4.0K] log │   │   │   └── [4.0K] lighttpd │   │   │   └── [ 0] error.log │   │   ├── [4.0K] run │   │   │   └── [ 3] lighttpd.pid │   │   └── [4.0K] www │   │   └── [4.0K] html │   │   └── [3.3K] index.html │   ├── [4.0K] 1.4.24 │   │   ├── [ 637] Dockerfile │   │   ├── [ 558] Makefile │   │   └── [4.0K] workspace │   │   ├── [4.0K] etc │   │   │   └── [5.2K] mime.types │   │   ├── [ 857] init.sh │   │   ├── [2.1K] lighttpd.conf │   │   ├── [4.0K] usr │   │   │   └── [4.0K] share │   │   │   └── [4.0K] lighttpd │   │   │   ├── [6.0K] create-mime.conf.pl │   │   │   ├── [ 462] include-conf-enabled.pl │   │   │   ├── [3.3K] index.html │   │   │   └── [ 247] use-ipv6.pl │   │   └── [4.0K] var │   │   ├── [4.0K] log │   │   │   └── [4.0K] lighttpd │   │   │   └── [ 0] error.log │   │   ├── [4.0K] run │   │   │   └── [ 3] lighttpd.pid │   │   └── [4.0K] www │   │   └── [4.0K] html │   │   └── [3.3K] index.html │   ├── [4.0K] 1.4.25 │   │   ├── [ 637] Dockerfile │   │   ├── [ 558] Makefile │   │   └── [4.0K] workspace │   │   ├── [4.0K] etc │   │   │   └── [5.2K] mime.types │   │   ├── [ 857] init.sh │   │   ├── [2.1K] lighttpd.conf │   │   ├── [4.0K] usr │   │   │   └── [4.0K] share │   │   │   └── [4.0K] lighttpd │   │   │   ├── [6.0K] create-mime.conf.pl │   │   │   ├── [ 462] include-conf-enabled.pl │   │   │   ├── [3.3K] index.html │   │   │   └── [ 247] use-ipv6.pl │   │   └── [4.0K] var │   │   ├── [4.0K] log │   │   │   └── [4.0K] lighttpd │   │   │   └── [ 0] error.log │   │   ├── [4.0K] run │   │   │   └── [ 3] lighttpd.pid │   │   └── [4.0K] www │   │   └── [4.0K] html │   │   └── [3.3K] index.html │   ├── [4.0K] 1.4.26 │   │   ├── [ 637] Dockerfile │   │   ├── [ 558] Makefile │   │   └── [4.0K] workspace │   │   ├── [4.0K] etc │   │   │   └── [5.2K] mime.types │   │   ├── [ 857] init.sh │   │   ├── [2.1K] lighttpd.conf │   │   ├── [4.0K] usr │   │   │   └── [4.0K] share │   │   │   └── [4.0K] lighttpd │   │   │   ├── [6.0K] create-mime.conf.pl │   │   │   ├── [ 462] include-conf-enabled.pl │   │   │   ├── [3.3K] index.html │   │   │   └── [ 247] use-ipv6.pl │   │   └── [4.0K] var │   │   ├── [4.0K] log │   │   │   └── [4.0K] lighttpd │   │   │   └── [ 0] error.log │   │   ├── [4.0K] run │   │   │   └── [ 3] lighttpd.pid │   │   └── [4.0K] www │   │   └── [4.0K] html │   │   └── [3.3K] index.html │   ├── [4.0K] 1.4.27 │   │   ├── [ 637] Dockerfile │   │   ├── [ 558] Makefile │   │   └── [4.0K] workspace │   │   ├── [4.0K] etc │   │   │   └── [5.2K] mime.types │   │   ├── [ 857] init.sh │   │   ├── [2.1K] lighttpd.conf │   │   ├── [4.0K] usr │   │   │   └── [4.0K] share │   │   │   └── [4.0K] lighttpd │   │   │   ├── [6.0K] create-mime.conf.pl │   │   │   ├── [ 462] include-conf-enabled.pl │   │   │   ├── [3.3K] index.html │   │   │   └── [ 247] use-ipv6.pl │   │   └── [4.0K] var │   │   ├── [4.0K] log │   │   │   └── [4.0K] lighttpd │   │   │   └── [ 0] error.log │   │   ├── [4.0K] run │   │   │   └── [ 3] lighttpd.pid │   │   └── [4.0K] www │   │   └── [4.0K] html │   │   └── [3.3K] index.html │   ├── [4.0K] 1.4.28 │   │   ├── [ 637] Dockerfile │   │   ├── [ 558] Makefile │   │   └── [4.0K] workspace │   │   ├── [4.0K] etc │   │   │   └── [5.2K] mime.types │   │   ├── [ 857] init.sh │   │   ├── [2.1K] lighttpd.conf │   │   ├── [4.0K] usr │   │   │   └── [4.0K] share │   │   │   └── [4.0K] lighttpd │   │   │   ├── [6.0K] create-mime.conf.pl │   │   │   ├── [ 462] include-conf-enabled.pl │   │   │   ├── [3.3K] index.html │   │   │   └── [ 247] use-ipv6.pl │   │   └── [4.0K] var │   │   ├── [4.0K] log │   │   │   └── [4.0K] lighttpd │   │   │   └── [ 0] error.log │   │   ├── [4.0K] run │   │   │   └── [ 3] lighttpd.pid │   │   └── [4.0K] www │   │   └── [4.0K] html │   │   └── [3.3K] index.html │   ├── [4.0K] 1.4.29 │   │   ├── [ 637] Dockerfile │   │   ├── [ 558] Makefile │   │   └── [4.0K] workspace │   │   ├── [4.0K] etc │   │   │   └── [5.2K] mime.types │   │   ├── [ 857] init.sh │   │   ├── [2.1K] lighttpd.conf │   │   ├── [4.0K] usr │   │   │   └── [4.0K] share │   │   │   └── [4.0K] lighttpd │   │   │   ├── [6.0K] create-mime.conf.pl │   │   │   ├── [ 462] include-conf-enabled.pl │   │   │   ├── [3.3K] index.html │   │   │   └── [ 247] use-ipv6.pl │   │   └── [4.0K] var │   │   ├── [4.0K] log │   │   │   └── [4.0K] lighttpd │   │   │   └── [ 0] error.log │   │   ├── [4.0K] run │   │   │   └── [ 3] lighttpd.pid │   │   └── [4.0K] www │   │   └── [4.0K] html │   │   └── [3.3K] index.html │   ├── [4.0K] 1.4.3 │   │   ├── [ 636] Dockerfile │   │   ├── [ 558] Makefile │   │   └── [4.0K] workspace │   │   ├── [4.0K] etc │   │   │   └── [5.2K] mime.types │   │   ├── [ 857] init.sh │   │   ├── [2.1K] lighttpd.conf │   │   ├── [4.0K] usr │   │   │   └── [4.0K] share │   │   │   └── [4.0K] lighttpd │   │   │   ├── [6.0K] create-mime.conf.pl │   │   │   ├── [ 462] include-conf-enabled.pl │   │   │   ├── [3.3K] index.html │   │   │   └── [ 247] use-ipv6.pl │   │   └── [4.0K] var │   │   ├── [4.0K] log │   │   │   └── [4.0K] lighttpd │   │   │   └── [ 0] error.log │   │   ├── [4.0K] run │   │   │   └── [ 3] lighttpd.pid │   │   └── [4.0K] www │   │   └── [4.0K] html │   │   └── [3.3K] index.html │   ├── [4.0K] 1.4.30 │   │   ├── [ 637] Dockerfile │   │   ├── [ 558] Makefile │   │   └── [4.0K] workspace │   │   ├── [4.0K] etc │   │   │   └── [5.2K] mime.types │   │   ├── [ 857] init.sh │   │   ├── [2.1K] lighttpd.conf │   │   ├── [4.0K] usr │   │   │   └── [4.0K] share │   │   │   └── [4.0K] lighttpd │   │   │   ├── [6.0K] create-mime.conf.pl │   │   │   ├── [ 462] include-conf-enabled.pl │   │   │   ├── [3.3K] index.html │   │   │   └── [ 247] use-ipv6.pl │   │   └── [4.0K] var │   │   ├── [4.0K] log │   │   │   └── [4.0K] lighttpd │   │   │   └── [ 0] error.log │   │   ├── [4.0K] run │   │   │   └── [ 3] lighttpd.pid │   │   └── [4.0K] www │   │   └── [4.0K] html │   │   └── [3.3K] index.html │   ├── [4.0K] 1.4.31 │   │   ├── [ 637] Dockerfile │   │   ├── [ 558] Makefile │   │   └── [4.0K] workspace │   │   ├── [4.0K] etc │   │   │   └── [5.2K] mime.types │   │   ├── [ 857] init.sh │   │   ├── [2.1K] lighttpd.conf │   │   ├── [4.0K] usr │   │   │   └── [4.0K] share │   │   │   └── [4.0K] lighttpd │   │   │   ├── [6.0K] create-mime.conf.pl │   │   │   ├── [ 462] include-conf-enabled.pl │   │   │   ├── [3.3K] index.html │   │   │   └── [ 247] use-ipv6.pl │   │   └── [4.0K] var │   │   ├── [4.0K] log │   │   │   └── [4.0K] lighttpd │   │   │   └── [ 0] error.log │   │   ├── [4.0K] run │   │   │   └── [ 3] lighttpd.pid │   │   └── [4.0K] www │   │   └── [4.0K] html │   │   └── [3.3K] index.html │   ├── [4.0K] 1.4.32 │   │   ├── [ 637] Dockerfile │   │   ├── [ 558] Makefile │   │   ├── [4.0K] results │   │   │   ├── [3.9K] dos_poc.txt │   │   │   ├── [ 0] error.log │   │   │   └── [ 772] url_length.fuzz │   │   └── [4.0K] workspace │   │   ├── [4.0K] etc │   │   │   └── [5.2K] mime.types │   │   ├── [ 857] init.sh │   │   ├── [2.1K] lighttpd.conf │   │   ├── [4.0K] usr │   │   │   └── [4.0K] share │   │   │   └── [4.0K] lighttpd │   │   │   ├── [6.0K] create-mime.conf.pl │   │   │   ├── [ 462] include-conf-enabled.pl │   │   │   ├── [3.3K] index.html │   │   │   └── [ 247] use-ipv6.pl │   │   └── [4.0K] var │   │   ├── [4.0K] log │   │   │   └── [4.0K] lighttpd │   │   │   └── [ 0] error.log │   │   ├── [4.0K] run │   │   │   └── [ 3] lighttpd.pid │   │   └── [4.0K] www │   │   └── [4.0K] html │   │   └── [3.3K] index.html │   ├── [4.0K] 1.4.33 │   │   ├── [ 637] Dockerfile │   │   ├── [ 558] Makefile │   │   ├── [4.0K] results │   │   │   ├── [3.4K] dos_poc.txt │   │   │   ├── [ 0] error.log │   │   │   └── [ 772] url_length.fuzz │   │   └── [4.0K] workspace │   │   ├── [4.0K] etc │   │   │   └── [5.2K] mime.types │   │   ├── [ 857] init.sh │   │   ├── [2.1K] lighttpd.conf │   │   ├── [4.0K] usr │   │   │   └── [4.0K] share │   │   │   └── [4.0K] lighttpd │   │   │   ├── [6.0K] create-mime.conf.pl │   │   │   ├── [ 462] include-conf-enabled.pl │   │   │   ├── [3.3K] index.html │   │   │   └── [ 247] use-ipv6.pl │   │   └── [4.0K] var │   │   ├── [4.0K] log │   │   │   └── [4.0K] lighttpd │   │   │   └── [ 0] error.log │   │   ├── [4.0K] run │   │   │   └── [ 3] lighttpd.pid │   │   └── [4.0K] www │   │   └── [4.0K] html │   │   └── [3.3K] index.html │   ├── [4.0K] 1.4.34 │   │   ├── [ 637] Dockerfile │   │   ├── [ 558] Makefile │   │   ├── [4.0K] results │   │   │   ├── [4.0K] dos_poc.txt │   │   │   ├── [ 0] error.log │   │   │   └── [ 772] url_length.fuzz │   │   └── [4.0K] workspace │   │   ├── [4.0K] etc │   │   │   └── [5.2K] mime.types │   │   ├── [ 857] init.sh │   │   ├── [2.1K] lighttpd.conf │   │   ├── [4.0K] usr │   │   │   └── [4.0K] share │   │   │   └── [4.0K] lighttpd │   │   │   ├── [6.0K] create-mime.conf.pl │   │   │   ├── [ 462] include-conf-enabled.pl │   │   │   ├── [3.3K] index.html │   │   │   └── [ 247] use-ipv6.pl │   │   └── [4.0K] var │   │   ├── [4.0K] log │   │   │   └── [4.0K] lighttpd │   │   │   └── [ 0] error.log │   │   ├── [4.0K] run │   │   │   └── [ 3] lighttpd.pid │   │   └── [4.0K] www │   │   └── [4.0K] html │   │   └── [3.3K] index.html │   ├── [4.0K] 1.4.35 │   │   ├── [ 637] Dockerfile │   │   ├── [ 558] Makefile │   │   ├── [4.0K] results │   │   │   ├── [3.6K] dos_poc.txt │   │   │   ├── [ 0] error.log │   │   │   └── [ 772] url_length.fuzz │   │   └── [4.0K] workspace │   │   ├── [4.0K] etc │   │   │   └── [5.2K] mime.types │   │   ├── [ 857] init.sh │   │   ├── [2.1K] lighttpd.conf │   │   ├── [4.0K] usr │   │   │   └── [4.0K] share │   │   │   └── [4.0K] lighttpd │   │   │   ├── [6.0K] create-mime.conf.pl │   │   │   ├── [ 462] include-conf-enabled.pl │   │   │   ├── [3.3K] index.html │   │   │   └── [ 247] use-ipv6.pl │   │   └── [4.0K] var │   │   ├── [4.0K] log │   │   │   └── [4.0K] lighttpd │   │   │   └── [ 0] error.log │   │   ├── [4.0K] run │   │   │   └── [ 3] lighttpd.pid │   │   └── [4.0K] www │   │   └── [4.0K] html │   │   └── [3.3K] index.html │   ├── [4.0K] 1.4.36 │   │   ├── [ 637] Dockerfile │   │   ├── [ 558] Makefile │   │   ├── [4.0K] results │   │   │   ├── [3.4K] dos_poc.txt │   │   │   ├── [ 0] error.log │   │   │   └── [ 772] url_length.fuzz │   │   └── [4.0K] workspace │   │   ├── [4.0K] etc │   │   │   └── [5.2K] mime.types │   │   ├── [ 857] init.sh │   │   ├── [2.1K] lighttpd.conf │   │   ├── [4.0K] usr │   │   │   └── [4.0K] share │   │   │   └── [4.0K] lighttpd │   │   │   ├── [6.0K] create-mime.conf.pl │   │   │   ├── [ 462] include-conf-enabled.pl │   │   │   ├── [3.3K] index.html │   │   │   └── [ 247] use-ipv6.pl │   │   └── [4.0K] var │   │   ├── [4.0K] log │   │   │   └── [4.0K] lighttpd │   │   │   └── [ 0] error.log │   │   ├── [4.0K] run │   │   │   └── [ 3] lighttpd.pid │   │   └── [4.0K] www │   │   └── [4.0K] html │   │   └── [3.3K] index.html │   ├── [4.0K] 1.4.36--rc1 │   │   ├── [ 655] Dockerfile │   │   ├── [ 558] Makefile │   │   └── [4.0K] workspace │   │   ├── [4.0K] etc │   │   │   └── [5.2K] mime.types │   │   ├── [ 857] init.sh │   │   ├── [2.1K] lighttpd.conf │   │   ├── [4.0K] usr │   │   │   └── [4.0K] share │   │   │   └── [4.0K] lighttpd │   │   │   ├── [6.0K] create-mime.conf.pl │   │   │   ├── [ 462] include-conf-enabled.pl │   │   │   ├── [3.3K] index.html │   │   │   └── [ 247] use-ipv6.pl │   │   └── [4.0K] var │   │   ├── [4.0K] log │   │   │   └── [4.0K] lighttpd │   │   │   └── [ 0] error.log │   │   ├── [4.0K] run │   │   │   └── [ 3] lighttpd.pid │   │   └── [4.0K] www │   │   └── [4.0K] html │   │   └── [3.3K] index.html │   ├── [4.0K] 1.4.37 │   │   ├── [ 637] Dockerfile │   │   ├── [ 558] Makefile │   │   ├── [4.0K] results │   │   │   ├── [4.2K] dos_poc.txt │   │   │   ├── [ 0] error.log │   │   │   └── [ 772] url_length.fuzz │   │   └── [4.0K] workspace │   │   ├── [4.0K] etc │   │   │   └── [5.2K] mime.types │   │   ├── [ 857] init.sh │   │   ├── [2.1K] lighttpd.conf │   │   ├── [4.0K] usr │   │   │   └── [4.0K] share │   │   │   └── [4.0K] lighttpd │   │   │   ├── [6.0K] create-mime.conf.pl │   │   │   ├── [ 462] include-conf-enabled.pl │   │   │   ├── [3.3K] index.html │   │   │   └── [ 247] use-ipv6.pl │   │   └── [4.0K] var │   │   ├── [4.0K] log │   │   │   └── [4.0K] lighttpd │   │   │   └── [ 0] error.log │   │   ├── [4.0K] run │   │   │   └── [ 3] lighttpd.pid │   │   └── [4.0K] www │   │   └── [4.0K] html │   │   └── [3.3K] index.html │   ├── [4.0K] 1.4.38 │   │   ├── [ 637] Dockerfile │   │   ├── [ 558] Makefile │   │   ├── [4.0K] results │   │   │   ├── [3.5K] dos_poc.txt │   │   │   ├── [ 0] error.log │   │   │   └── [ 772] url_length.fuzz │   │   └── [4.0K] workspace │   │   ├── [4.0K] etc │   │   │   └── [5.2K] mime.types │   │   ├── [ 857] init.sh │   │   ├── [2.1K] lighttpd.conf │   │   ├── [4.0K] usr │   │   │   └── [4.0K] share │   │   │   └── [4.0K] lighttpd │   │   │   ├── [6.0K] create-mime.conf.pl │   │   │   ├── [ 462] include-conf-enabled.pl │   │   │   ├── [3.3K] index.html │   │   │   └── [ 247] use-ipv6.pl │   │   └── [4.0K] var │   │   ├── [4.0K] log │   │   │   └── [4.0K] lighttpd │   │   │   └── [ 0] error.log │   │   ├── [4.0K] run │   │   │   └── [ 3] lighttpd.pid │   │   └── [4.0K] www │   │   └── [4.0K] html │   │   └── [3.3K] index.html │   ├── [4.0K] 1.4.39 │   │   ├── [ 637] Dockerfile │   │   ├── [ 558] Makefile │   │   ├── [4.0K] results │   │   │   ├── [3.7K] dos_poc.txt │   │   │   ├── [ 0] error.log │   │   │   └── [ 772] url_length.fuzz │   │   └── [4.0K] workspace │   │   ├── [4.0K] etc │   │   │   └── [5.2K] mime.types │   │   ├── [ 857] init.sh │   │   ├── [2.1K] lighttpd.conf │   │   ├── [4.0K] usr │   │   │   └── [4.0K] share │   │   │   └── [4.0K] lighttpd │   │   │   ├── [6.0K] create-mime.conf.pl │   │   │   ├── [ 462] include-conf-enabled.pl │   │   │   ├── [3.3K] index.html │   │   │   └── [ 247] use-ipv6.pl │   │   └── [4.0K] var │   │   ├── [4.0K] log │   │   │   └── [4.0K] lighttpd │   │   │   └── [ 0] error.log │   │   ├── [4.0K] run │   │   │   └── [ 3] lighttpd.pid │   │   └── [4.0K] www │   │   └── [4.0K] html │   │   └── [3.3K] index.html │   ├── [4.0K] 1.4.4 │   │   ├── [ 636] Dockerfile │   │   ├── [ 558] Makefile │   │   └── [4.0K] workspace │   │   ├── [4.0K] etc │   │   │   └── [5.2K] mime.types │   │   ├── [ 857] init.sh │   │   ├── [2.1K] lighttpd.conf │   │   ├── [4.0K] usr │   │   │   └── [4.0K] share │   │   │   └── [4.0K] lighttpd │   │   │   ├── [6.0K] create-mime.conf.pl │   │   │   ├── [ 462] include-conf-enabled.pl │   │   │   ├── [3.3K] index.html │   │   │   └── [ 247] use-ipv6.pl │   │   └── [4.0K] var │   │   ├── [4.0K] log │   │   │   └── [4.0K] lighttpd │   │   │   └── [ 0] error.log │   │   ├── [4.0K] run │   │   │   └── [ 3] lighttpd.pid │   │   └── [4.0K] www │   │   └── [4.0K] html │   │   └── [3.3K] index.html │   ├── [4.0K] 1.4.40 │   │   ├── [ 637] Dockerfile │   │   ├── [ 558] Makefile │   │   ├── [4.0K] results │   │   │   ├── [ 183] dos_poc.txt │   │   │   ├── [ 11K] error.log │   │   │   └── [6.6K] url_length.fuzz │   │   └── [4.0K] workspace │   │   ├── [4.0K] etc │   │   │   └── [5.2K] mime.types │   │   ├── [ 857] init.sh │   │   ├── [2.1K] lighttpd.conf │   │   ├── [4.0K] usr │   │   │   └── [4.0K] share │   │   │   └── [4.0K] lighttpd │   │   │   ├── [6.0K] create-mime.conf.pl │   │   │   ├── [ 462] include-conf-enabled.pl │   │   │   ├── [3.3K] index.html │   │   │   └── [ 247] use-ipv6.pl │   │   └── [4.0K] var │   │   ├── [4.0K] log │   │   │   └── [4.0K] lighttpd │   │   │   └── [ 11K] error.log │   │   ├── [4.0K] run │   │   │   └── [ 3] lighttpd.pid │   │   └── [4.0K] www │   │   └── [4.0K] html │   │   └── [3.3K] index.html │   ├── [4.0K] 1.4.41 │   │   ├── [ 637] Dockerfile │   │   ├── [ 558] Makefile │   │   ├── [4.0K] results │   │   │   ├── [ 183] dos_poc.txt │   │   │   ├── [ 12K] error.log │   │   │   └── [6.6K] url_length.fuzz │   │   └── [4.0K] workspace │   │   ├── [4.0K] etc │   │   │   └── [5.2K] mime.types │   │   ├── [ 857] init.sh │   │   ├── [2.1K] lighttpd.conf │   │   ├── [4.0K] usr │   │   │   └── [4.0K] share │   │   │   └── [4.0K] lighttpd │   │   │   ├── [6.0K] create-mime.conf.pl │   │   │   ├── [ 462] include-conf-enabled.pl │   │   │   ├── [3.3K] index.html │   │   │   └── [ 247] use-ipv6.pl │   │   └── [4.0K] var │   │   ├── [4.0K] log │   │   │   └── [4.0K] lighttpd │   │   │   └── [ 12K] error.log │   │   ├── [4.0K] run │   │   │   └── [ 3] lighttpd.pid │   │   └── [4.0K] www │   │   └── [4.0K] html │   │   └── [3.3K] index.html │   ├── [4.0K] 1.4.42 │   │   ├── [ 637] Dockerfile │   │   ├── [ 558] Makefile │   │   ├── [4.0K] results │   │   │   ├── [ 183] dos_poc.txt │   │   │   ├── [ 25K] error.log │   │   │   └── [6.6K] url_length.fuzz │   │   └── [4.0K] workspace │   │   ├── [4.0K] etc │   │   │   └── [5.2K] mime.types │   │   ├── [ 857] init.sh │   │   ├── [2.1K] lighttpd.conf │   │   ├── [4.0K] usr │   │   │   └── [4.0K] share │   │   │   └── [4.0K] lighttpd │   │   │   ├── [6.0K] create-mime.conf.pl │   │   │   ├── [ 462] include-conf-enabled.pl │   │   │   ├── [3.3K] index.html │   │   │   └── [ 247] use-ipv6.pl │   │   └── [4.0K] var │   │   ├── [4.0K] log │   │   │   └── [4.0K] lighttpd │   │   │   └── [ 25K] error.log │   │   ├── [4.0K] run │   │   │   └── [ 3] lighttpd.pid │   │   └── [4.0K] www │   │   └── [4.0K] html │   │   └── [3.3K] index.html │   ├── [4.0K] 1.4.43 │   │   ├── [ 637] Dockerfile │   │   ├── [ 558] Makefile │   │   ├── [4.0K] results │   │   │   ├── [ 183] dos_poc.txt │   │   │   ├── [ 25K] error.log │   │   │   └── [6.6K] url_length.fuzz │   │   └── [4.0K] workspace │   │   ├── [4.0K] etc │   │   │   └── [5.2K] mime.types │   │   ├── [ 857] init.sh │   │   ├── [2.1K] lighttpd.conf │   │   ├── [4.0K] usr │   │   │   └── [4.0K] share │   │   │   └── [4.0K] lighttpd │   │   │   ├── [6.0K] create-mime.conf.pl │   │   │   ├── [ 462] include-conf-enabled.pl │   │   │   ├── [3.3K] index.html │   │   │   └── [ 247] use-ipv6.pl │   │   └── [4.0K] var │   │   ├── [4.0K] log │   │   │   └── [4.0K] lighttpd │   │   │   └── [ 25K] error.log │   │   ├── [4.0K] run │   │   │   └── [ 3] lighttpd.pid │   │   └── [4.0K] www │   │   └── [4.0K] html │   │   └── [3.3K] index.html │   ├── [4.0K] 1.4.44 │   │   ├── [ 637] Dockerfile │   │   ├── [ 558] Makefile │   │   ├── [4.0K] results │   │   │   ├── [ 183] dos_poc.txt │   │   │   ├── [ 25K] error.log │   │   │   └── [6.6K] url_length.fuzz │   │   └── [4.0K] workspace │   │   ├── [4.0K] etc │   │   │   └── [5.2K] mime.types │   │   ├── [ 857] init.sh │   │   ├── [2.1K] lighttpd.conf │   │   ├── [4.0K] usr │   │   │   └── [4.0K] share │   │   │   └── [4.0K] lighttpd │   │   │   ├── [6.0K] create-mime.conf.pl │   │   │   ├── [ 462] include-conf-enabled.pl │   │   │   ├── [3.3K] index.html │   │   │   └── [ 247] use-ipv6.pl │   │   └── [4.0K] var │   │   ├── [4.0K] log │   │   │   └── [4.0K] lighttpd │   │   │   └── [ 25K] error.log │   │   ├── [4.0K] run │   │   │   └── [ 3] lighttpd.pid │   │   └── [4.0K] www │   │   └── [4.0K] html │   │   └── [3.3K] index.html │   ├── [4.0K] 1.4.45 │   │   ├── [ 637] Dockerfile │   │   ├── [ 558] Makefile │   │   ├── [4.0K] results │   │   │   ├── [ 183] dos_poc.txt │   │   │   ├── [ 25K] error.log │   │   │   └── [6.6K] url_length.fuzz │   │   └── [4.0K] workspace │   │   ├── [4.0K] etc │   │   │   └── [5.2K] mime.types │   │   ├── [ 857] init.sh │   │   ├── [2.1K] lighttpd.conf │   │   ├── [4.0K] usr │   │   │   └── [4.0K] share │   │   │   └── [4.0K] lighttpd │   │   │   ├── [6.0K] create-mime.conf.pl │   │   │   ├── [ 462] include-conf-enabled.pl │   │   │   ├── [3.3K] index.html │   │   │   └── [ 247] use-ipv6.pl │   │   └── [4.0K] var │   │   ├── [4.0K] log │   │   │   └── [4.0K] lighttpd │   │   │   └── [ 25K] error.log │   │   ├── [4.0K] run │   │   │   └── [ 3] lighttpd.pid │   │   └── [4.0K] www │   │   └── [4.0K] html │   │   └── [3.3K] index.html │   ├── [4.0K] 1.4.46 │   │   ├── [ 637] Dockerfile │   │   ├── [ 558] Makefile │   │   ├── [4.0K] results │   │   │   ├── [ 183] dos_poc.txt │   │   │   ├── [ 25K] error.log │   │   │   └── [6.6K] url_length.fuzz │   │   └── [4.0K] workspace │   │   ├── [4.0K] etc │   │   │   └── [5.2K] mime.types │   │   ├── [ 857] init.sh │   │   ├── [2.1K] lighttpd.conf │   │   ├── [4.0K] usr │   │   │   └── [4.0K] share │   │   │   └── [4.0K] lighttpd │   │   │   ├── [6.0K] create-mime.conf.pl │   │   │   ├── [ 462] include-conf-enabled.pl │   │   │   ├── [3.3K] index.html │   │   │   └── [ 247] use-ipv6.pl │   │   └── [4.0K] var │   │   ├── [4.0K] log │   │   │   └── [4.0K] lighttpd │   │   │   └── [ 25K] error.log │   │   ├── [4.0K] run │   │   │   └── [ 3] lighttpd.pid │   │   └── [4.0K] www │   │   └── [4.0K] html │   │   └── [3.3K] index.html │   ├── [4.0K] 1.4.47 │   │   ├── [ 637] Dockerfile │   │   ├── [ 558] Makefile │   │   ├── [4.0K] results │   │   │   ├── [ 183] dos_poc.txt │   │   │   ├── [ 25K] error.log │   │   │   └── [6.6K] url_length.fuzz │   │   └── [4.0K] workspace │   │   ├── [4.0K] etc │   │   │   └── [5.2K] mime.types │   │   ├── [ 857] init.sh │   │   ├── [2.1K] lighttpd.conf │   │   ├── [4.0K] usr │   │   │   └── [4.0K] share │   │   │   └── [4.0K] lighttpd │   │   │   ├── [6.0K] create-mime.conf.pl │   │   │   ├── [ 462] include-conf-enabled.pl │   │   │   ├── [3.3K] index.html │   │   │   └── [ 247] use-ipv6.pl │   │   └── [4.0K] var │   │   ├── [4.0K] log │   │   │   └── [4.0K] lighttpd │   │   │   └── [ 25K] error.log │   │   ├── [4.0K] run │   │   │   └── [ 3] lighttpd.pid │   │   └── [4.0K] www │   │   └── [4.0K] html │   │   └── [3.3K] index.html │   ├── [4.0K] 1.4.48 │   │   ├── [ 637] Dockerfile │   │   ├── [ 558] Makefile │   │   ├── [4.0K] results │   │   │   ├── [ 183] dos_poc.txt │   │   │   ├── [ 25K] error.log │   │   │   └── [6.6K] url_length.fuzz │   │   └── [4.0K] workspace │   │   ├── [4.0K] etc │   │   │   └── [5.2K] mime.types │   │   ├── [ 857] init.sh │   │   ├── [2.1K] lighttpd.conf │   │   ├── [4.0K] usr │   │   │   └── [4.0K] share │   │   │   └── [4.0K] lighttpd │   │   │   ├── [6.0K] create-mime.conf.pl │   │   │   ├── [ 462] include-conf-enabled.pl │   │   │   ├── [3.3K] index.html │   │   │   └── [ 247] use-ipv6.pl │   │   └── [4.0K] var │   │   ├── [4.0K] log │   │   │   └── [4.0K] lighttpd │   │   │   └── [ 25K] error.log │   │   ├── [4.0K] run │   │   │   └── [ 3] lighttpd.pid │   │   └── [4.0K] www │   │   └── [4.0K] html │   │   └── [3.3K] index.html │   ├── [4.0K] 1.4.49 │   │   ├── [ 637] Dockerfile │   │   ├── [ 558] Makefile │   │   ├── [4.0K] results │   │   │   ├── [ 183] dos_poc.txt │   │   │   ├── [ 25K] error.log │   │   │   └── [6.6K] url_length.fuzz │   │   └── [4.0K] workspace │   │   ├── [4.0K] etc │   │   │   └── [5.2K] mime.types │   │   ├── [ 857] init.sh │   │   ├── [2.1K] lighttpd.conf │   │   ├── [4.0K] usr │   │   │   └── [4.0K] share │   │   │   └── [4.0K] lighttpd │   │   │   ├── [6.0K] create-mime.conf.pl │   │   │   ├── [ 462] include-conf-enabled.pl │   │   │   ├── [3.3K] index.html │   │   │   └── [ 247] use-ipv6.pl │   │   └── [4.0K] var │   │   ├── [4.0K] log │   │   │   └── [4.0K] lighttpd │   │   │   └── [ 25K] error.log │   │   ├── [4.0K] run │   │   │   └── [ 3] lighttpd.pid │   │   └── [4.0K] www │   │   └── [4.0K] html │   │   └── [3.3K] index.html │   ├── [4.0K] 1.4.5 │   │   ├── [ 636] Dockerfile │   │   ├── [ 558] Makefile │   │   └── [4.0K] workspace │   │   ├── [4.0K] etc │   │   │   └── [5.2K] mime.types │   │   ├── [ 857] init.sh │   │   ├── [2.1K] lighttpd.conf │   │   ├── [4.0K] usr │   │   │   └── [4.0K] share │   │   │   └── [4.0K] lighttpd │   │   │   ├── [6.0K] create-mime.conf.pl │   │   │   ├── [ 462] include-conf-enabled.pl │   │   │   ├── [3.3K] index.html │   │   │   └── [ 247] use-ipv6.pl │   │   └── [4.0K] var │   │   ├── [4.0K] log │   │   │   └── [4.0K] lighttpd │   │   │   └── [ 0] error.log │   │   ├── [4.0K] run │   │   │   └── [ 3] lighttpd.pid │   │   └── [4.0K] www │   │   └── [4.0K] html │   │   └── [3.3K] index.html │   ├── [4.0K] 1.4.50 │   │   ├── [ 637] Dockerfile │   │   ├── [ 558] Makefile │   │   ├── [4.0K] results │   │   │   ├── [ 183] dos_poc.txt │   │   │   ├── [ 25K] error.log │   │   │   └── [6.6K] url_length.fuzz │   │   └── [4.0K] workspace │   │   ├── [4.0K] etc │   │   │   └── [5.2K] mime.types │   │   ├── [ 857] init.sh │   │   ├── [2.1K] lighttpd.conf │   │   ├── [4.0K] usr │   │   │   └── [4.0K] share │   │   │   └── [4.0K] lighttpd │   │   │   ├── [6.0K] create-mime.conf.pl │   │   │   ├── [ 462] include-conf-enabled.pl │   │   │   ├── [3.3K] index.html │   │   │   └── [ 247] use-ipv6.pl │   │   └── [4.0K] var │   │   ├── [4.0K] log │   │   │   └── [4.0K] lighttpd │   │   │   └── [ 25K] error.log │   │   ├── [4.0K] run │   │   │   └── [ 3] lighttpd.pid │   │   └── [4.0K] www │   │   └── [4.0K] html │   │   └── [3.3K] index.html │   ├── [4.0K] 1.4.51 │   │   ├── [ 637] Dockerfile │   │   ├── [ 558] Makefile │   │   ├── [4.0K] results │   │   │   ├── [ 183] dos_poc.txt │   │   │   ├── [ 25K] error.log │   │   │   └── [6.6K] url_length.fuzz │   │   └── [4.0K] workspace │   │   ├── [4.0K] etc │   │   │   └── [5.2K] mime.types │   │   ├── [ 857] init.sh │   │   ├── [2.1K] lighttpd.conf │   │   ├── [4.0K] usr │   │   │   └── [4.0K] share │   │   │   └── [4.0K] lighttpd │   │   │   ├── [6.0K] create-mime.conf.pl │   │   │   ├── [ 462] include-conf-enabled.pl │   │   │   ├── [3.3K] index.html │   │   │   └── [ 247] use-ipv6.pl │   │   └── [4.0K] var │   │   ├── [4.0K] log │   │   │   └── [4.0K] lighttpd │   │   │   └── [ 25K] error.log │   │   ├── [4.0K] run │   │   │   └── [ 3] lighttpd.pid │   │   └── [4.0K] www │   │   └── [4.0K] html │   │   └── [3.3K] index.html │   ├── [4.0K] 1.4.52 │   │   ├── [ 637] Dockerfile │   │   ├── [ 558] Makefile │   │   ├── [4.0K] results │   │   │   ├── [ 183] dos_poc.txt │   │   │   ├── [ 25K] error.log │   │   │   └── [6.6K] url_length.fuzz │   │   └── [4.0K] workspace │   │   ├── [4.0K] etc │   │   │   └── [5.2K] mime.types │   │   ├── [ 857] init.sh │   │   ├── [2.1K] lighttpd.conf │   │   ├── [4.0K] usr │   │   │   └── [4.0K] share │   │   │   └── [4.0K] lighttpd │   │   │   ├── [6.0K] create-mime.conf.pl │   │   │   ├── [ 462] include-conf-enabled.pl │   │   │   ├── [3.3K] index.html │   │   │   └── [ 247] use-ipv6.pl │   │   └── [4.0K] var │   │   ├── [4.0K] log │   │   │   └── [4.0K] lighttpd │   │   │   └── [ 25K] error.log │   │   ├── [4.0K] run │   │   │   └── [ 3] lighttpd.pid │   │   └── [4.0K] www │   │   └── [4.0K] html │   │   └── [3.3K] index.html │   ├── [4.0K] 1.4.53 │   │   ├── [ 637] Dockerfile │   │   ├── [ 558] Makefile │   │   ├── [4.0K] results │   │   │   ├── [ 183] dos_poc.txt │   │   │   ├── [ 25K] error.log │   │   │   └── [6.6K] url_length.fuzz │   │   └── [4.0K] workspace │   │   ├── [4.0K] etc │   │   │   └── [5.2K] mime.types │   │   ├── [ 857] init.sh │   │   ├── [2.1K] lighttpd.conf │   │   ├── [4.0K] usr │   │   │   └── [4.0K] share │   │   │   └── [4.0K] lighttpd │   │   │   ├── [6.0K] create-mime.conf.pl │   │   │   ├── [ 462] include-conf-enabled.pl │   │   │   ├── [3.3K] index.html │   │   │   └── [ 247] use-ipv6.pl │   │   └── [4.0K] var │   │   ├── [4.0K] log │   │   │   └── [4.0K] lighttpd │   │   │   └── [ 25K] error.log │   │   ├── [4.0K] run │   │   │   └── [ 3] lighttpd.pid │   │   └── [4.0K] www │   │   └── [4.0K] html │   │   └── [3.3K] index.html │   ├── [4.0K] 1.4.54 │   │   ├── [ 638] Dockerfile │   │   ├── [ 558] Makefile │   │   ├── [4.0K] results │   │   │   ├── [ 183] dos_poc.txt │   │   │   ├── [ 25K] error.log │   │   │   └── [6.6K] url_length.fuzz │   │   └── [4.0K] workspace │   │   ├── [4.0K] etc │   │   │   └── [5.2K] mime.types │   │   ├── [ 857] init.sh │   │   ├── [2.1K] lighttpd.conf │   │   ├── [4.0K] usr │   │   │   └── [4.0K] share │   │   │   └── [4.0K] lighttpd │   │   │   ├── [6.0K] create-mime.conf.pl │   │   │   ├── [ 462] include-conf-enabled.pl │   │   │   ├── [3.3K] index.html │   │   │   └── [ 247] use-ipv6.pl │   │   └── [4.0K] var │   │   ├── [4.0K] log │   │   │   └── [4.0K] lighttpd │   │   │   └── [ 25K] error.log │   │   ├── [4.0K] run │   │   │   └── [ 3] lighttpd.pid │   │   └── [4.0K] www │   │   └── [4.0K] html │   │   └── [3.3K] index.html │   ├── [4.0K] 1.4.55 │   │   ├── [ 637] Dockerfile │   │   ├── [ 558] Makefile │   │   ├── [4.0K] results │   │   │   ├── [ 183] dos_poc.txt │   │   │   ├── [ 25K] error.log │   │   │   └── [6.6K] url_length.fuzz │   │   └── [4.0K] workspace │   │   ├── [4.0K] etc │   │   │   └── [5.2K] mime.types │   │   ├── [ 857] init.sh │   │   ├── [2.1K] lighttpd.conf │   │   ├── [4.0K] usr │   │   │   └── [4.0K] share │   │   │   └── [4.0K] lighttpd │   │   │   ├── [6.0K] create-mime.conf.pl │   │   │   ├── [ 462] include-conf-enabled.pl │   │   │   ├── [3.3K] index.html │   │   │   └── [ 247] use-ipv6.pl │   │   └── [4.0K] var │   │   ├── [4.0K] log │   │   │   └── [4.0K] lighttpd │   │   │   └── [ 25K] error.log │   │   ├── [4.0K] run │   │   │   └── [ 3] lighttpd.pid │   │   └── [4.0K] www │   │   └── [4.0K] html │   │   └── [3.3K] index.html │   ├── [4.0K] 1.4.56 │   │   ├── [ 638] Dockerfile │   │   ├── [ 558] Makefile │   │   ├── [4.0K] results │   │   │   ├── [3.9K] dos_poc.txt │   │   │   ├── [ 353] error.log │   │   │   └── [1.2K] url_length.fuzz │   │   └── [4.0K] workspace │   │   ├── [4.0K] etc │   │   │   └── [5.2K] mime.types │   │   ├── [ 857] init.sh │   │   ├── [2.1K] lighttpd.conf │   │   ├── [4.0K] usr │   │   │   └── [4.0K] share │   │   │   └── [4.0K] lighttpd │   │   │   ├── [6.0K] create-mime.conf.pl │   │   │   ├── [ 462] include-conf-enabled.pl │   │   │   ├── [3.3K] index.html │   │   │   └── [ 247] use-ipv6.pl │   │   └── [4.0K] var │   │   ├── [4.0K] log │   │   │   └── [4.0K] lighttpd │   │   │   └── [ 353] error.log │   │   ├── [4.0K] run │   │   │   └── [ 3] lighttpd.pid │   │   └── [4.0K] www │   │   └── [4.0K] html │   │   └── [3.3K] index.html │   ├── [4.0K] 1.4.56-rc1 │   │   ├── [ 641] Dockerfile │   │   ├── [ 558] Makefile │   │   ├── [4.0K] results │   │   │   ├── [ 183] dos_poc.txt │   │   │   ├── [ 25K] error.log │   │   │   └── [6.6K] url_length.fuzz │   │   └── [4.0K] workspace │   │   ├── [4.0K] etc │   │   │   └── [5.2K] mime.types │   │   ├── [ 857] init.sh │   │   ├── [2.1K] lighttpd.conf │   │   ├── [4.0K] usr │   │   │   └── [4.0K] share │   │   │   └── [4.0K] lighttpd │   │   │   ├── [6.0K] create-mime.conf.pl │   │   │   ├── [ 462] include-conf-enabled.pl │   │   │   ├── [3.3K] index.html │   │   │   └── [ 247] use-ipv6.pl │   │   └── [4.0K] var │   │   ├── [4.0K] log │   │   │   └── [4.0K] lighttpd │   │   │   └── [ 25K] error.log │   │   ├── [4.0K] run │   │   │   └── [ 3] lighttpd.pid │   │   └── [4.0K] www │   │   └── [4.0K] html │   │   └── [3.3K] index.html │   ├── [4.0K] 1.4.56-rc2 │   │   ├── [ 641] Dockerfile │   │   ├── [ 558] Makefile │   │   ├── [4.0K] results │   │   │   ├── [ 183] dos_poc.txt │   │   │   ├── [ 25K] error.log │   │   │   └── [6.6K] url_length.fuzz │   │   └── [4.0K] workspace │   │   ├── [4.0K] etc │   │   │   └── [5.2K] mime.types │   │   ├── [ 857] init.sh │   │   ├── [2.1K] lighttpd.conf │   │   ├── [4.0K] usr │   │   │   └── [4.0K] share │   │   │   └── [4.0K] lighttpd │   │   │   ├── [6.0K] create-mime.conf.pl │   │   │   ├── [ 462] include-conf-enabled.pl │   │   │   ├── [3.3K] index.html │   │   │   └── [ 247] use-ipv6.pl │   │   └── [4.0K] var │   │   ├── [4.0K] log │   │   │   └── [4.0K] lighttpd │   │   │   └── [ 25K] error.log │   │   ├── [4.0K] run │   │   │   └── [ 3] lighttpd.pid │   │   └── [4.0K] www │   │   └── [4.0K] html │   │   └── [3.3K] index.html │   ├── [4.0K] 1.4.56-rc3 │   │   ├── [ 641] Dockerfile │   │   ├── [ 558] Makefile │   │   ├── [4.0K] results │   │   │   ├── [ 183] dos_poc.txt │   │   │   ├── [ 25K] error.log │   │   │   └── [6.6K] url_length.fuzz │   │   └── [4.0K] workspace │   │   ├── [4.0K] etc │   │   │   └── [5.2K] mime.types │   │   ├── [ 857] init.sh │   │   ├── [2.1K] lighttpd.conf │   │   ├── [4.0K] usr │   │   │   └── [4.0K] share │   │   │   └── [4.0K] lighttpd │   │   │   ├── [6.0K] create-mime.conf.pl │   │   │   ├── [ 462] include-conf-enabled.pl │   │   │   ├── [3.3K] index.html │   │   │   └── [ 247] use-ipv6.pl │   │   └── [4.0K] var │   │   ├── [4.0K] log │   │   │   └── [4.0K] lighttpd │   │   │   └── [ 25K] error.log │   │   ├── [4.0K] run │   │   │   └── [ 3] lighttpd.pid │   │   └── [4.0K] www │   │   └── [4.0K] html │   │   └── [3.3K] index.html │   ├── [4.0K] 1.4.56-rc4 │   │   ├── [ 641] Dockerfile │   │   ├── [ 558] Makefile │   │   ├── [4.0K] results │   │   │   ├── [ 183] dos_poc.txt │   │   │   ├── [ 25K] error.log │   │   │   └── [6.6K] url_length.fuzz │   │   └── [4.0K] workspace │   │   ├── [4.0K] etc │   │   │   └── [5.2K] mime.types │   │   ├── [ 857] init.sh │   │   ├── [2.1K] lighttpd.conf │   │   ├── [4.0K] usr │   │   │   └── [4.0K] share │   │   │   └── [4.0K] lighttpd │   │   │   ├── [6.0K] create-mime.conf.pl │   │   │   ├── [ 462] include-conf-enabled.pl │   │   │   ├── [3.3K] index.html │   │   │   └── [ 247] use-ipv6.pl │   │   └── [4.0K] var │   │   ├── [4.0K] log │   │   │   └── [4.0K] lighttpd │   │   │   └── [ 25K] error.log │   │   ├── [4.0K] run │   │   │   └── [ 3] lighttpd.pid │   │   └── [4.0K] www │   │   └── [4.0K] html │   │   └── [3.3K] index.html │   ├── [4.0K] 1.4.56-rc5 │   │   ├── [ 641] Dockerfile │   │   ├── [ 558] Makefile │   │   ├── [4.0K] results │   │   │   ├── [ 183] dos_poc.txt │   │   │   ├── [ 25K] error.log │   │   │   └── [6.6K] url_length.fuzz │   │   └── [4.0K] workspace │   │   ├── [4.0K] etc │   │   │   └── [5.2K] mime.types │   │   ├── [ 857] init.sh │   │   ├── [2.1K] lighttpd.conf │   │   ├── [4.0K] usr │   │   │   └── [4.0K] share │   │   │   └── [4.0K] lighttpd │   │   │   ├── [6.0K] create-mime.conf.pl │   │   │   ├── [ 462] include-conf-enabled.pl │   │   │   ├── [3.3K] index.html │   │   │   └── [ 247] use-ipv6.pl │   │   └── [4.0K] var │   │   ├── [4.0K] log │   │   │   └── [4.0K] lighttpd │   │   │   └── [ 25K] error.log │   │   ├── [4.0K] run │   │   │   └── [ 3] lighttpd.pid │   │   └── [4.0K] www │   │   └── [4.0K] html │   │   └── [3.3K] index.html │   ├── [4.0K] 1.4.56-rc6 │   │   ├── [ 641] Dockerfile │   │   ├── [ 558] Makefile │   │   ├── [4.0K] results │   │   │   ├── [ 183] dos_poc.txt │   │   │   ├── [ 25K] error.log │   │   │   └── [6.6K] url_length.fuzz │   │   └── [4.0K] workspace │   │   ├── [4.0K] etc │   │   │   └── [5.2K] mime.types │   │   ├── [ 857] init.sh │   │   ├── [2.1K] lighttpd.conf │   │   ├── [4.0K] usr │   │   │   └── [4.0K] share │   │   │   └── [4.0K] lighttpd │   │   │   ├── [6.0K] create-mime.conf.pl │   │   │   ├── [ 462] include-conf-enabled.pl │   │   │   ├── [3.3K] index.html │   │   │   └── [ 247] use-ipv6.pl │   │   └── [4.0K] var │   │   ├── [4.0K] log │   │   │   └── [4.0K] lighttpd │   │   │   └── [ 25K] error.log │   │   ├── [4.0K] run │   │   │   └── [ 3] lighttpd.pid │   │   └── [4.0K] www │   │   └── [4.0K] html │   │   └── [3.3K] index.html │   ├── [4.0K] 1.4.56-rc7 │   │   ├── [ 641] Dockerfile │   │   ├── [ 558] Makefile │   │   ├── [4.0K] results │   │   │   ├── [ 183] dos_poc.txt │   │   │   ├── [ 25K] error.log │   │   │   └── [6.6K] url_length.fuzz │   │   └── [4.0K] workspace │   │   ├── [4.0K] etc │   │   │   └── [5.2K] mime.types │   │   ├── [ 857] init.sh │   │   ├── [2.1K] lighttpd.conf │   │   ├── [4.0K] usr │   │   │   └── [4.0K] share │   │   │   └── [4.0K] lighttpd │   │   │   ├── [6.0K] create-mime.conf.pl │   │   │   ├── [ 462] include-conf-enabled.pl │   │   │   ├── [3.3K] index.html │   │   │   └── [ 247] use-ipv6.pl │   │   └── [4.0K] var │   │   ├── [4.0K] log │   │   │   └── [4.0K] lighttpd │   │   │   └── [ 25K] error.log │   │   ├── [4.0K] run │   │   │   └── [ 3] lighttpd.pid │   │   └── [4.0K] www │   │   └── [4.0K] html │   │   └── [3.3K] index.html │   ├── [4.0K] 1.4.57 │   │   ├── [ 637] Dockerfile │   │   ├── [ 558] Makefile │   │   ├── [4.0K] results │   │   │   ├── [3.7K] dos_poc.txt │   │   │   ├── [ 353] error.log │   │   │   └── [1.2K] url_length.fuzz │   │   └── [4.0K] workspace │   │   ├── [4.0K] etc │   │   │   └── [5.2K] mime.types │   │   ├── [ 857] init.sh │   │   ├── [2.1K] lighttpd.conf │   │   ├── [4.0K] usr │   │   │   └── [4.0K] share │   │   │   └── [4.0K] lighttpd │   │   │   ├── [6.0K] create-mime.conf.pl │   │   │   ├── [ 462] include-conf-enabled.pl │   │   │   ├── [3.3K] index.html │   │   │   └── [ 247] use-ipv6.pl │   │   └── [4.0K] var │   │   ├── [4.0K] log │   │   │   └── [4.0K] lighttpd │   │   │   └── [ 353] error.log │   │   ├── [4.0K] run │   │   │   └── [ 3] lighttpd.pid │   │   └── [4.0K] www │   │   └── [4.0K] html │   │   └── [3.3K] index.html │   ├── [4.0K] 1.4.58 │   │   ├── [ 638] Dockerfile │   │   ├── [ 558] Makefile │   │   ├── [4.0K] results │   │   │   ├── [4.0K] dos_poc.txt │   │   │   ├── [ 349] error.log │   │   │   └── [1.2K] url_length.fuzz │   │   └── [4.0K] workspace │   │   ├── [4.0K] etc │   │   │   └── [5.2K] mime.types │   │   ├── [ 857] init.sh │   │   ├── [2.1K] lighttpd.conf │   │   ├── [4.0K] usr │   │   │   └── [4.0K] share │   │   │   └── [4.0K] lighttpd │   │   │   ├── [6.0K] create-mime.conf.pl │   │   │   ├── [ 462] include-conf-enabled.pl │   │   │   ├── [3.3K] index.html │   │   │   └── [ 247] use-ipv6.pl │   │   └── [4.0K] var │   │   ├── [4.0K] log │   │   │   └── [4.0K] lighttpd │   │   │   └── [ 349] error.log │   │   ├── [4.0K] run │   │   │   └── [ 3] lighttpd.pid │   │   └── [4.0K] www │   │   └── [4.0K] html │   │   └── [3.3K] index.html │   ├── [4.0K] 1.4.59 │   │   ├── [ 637] Dockerfile │   │   ├── [ 558] Makefile │   │   ├── [4.0K] results │   │   │   ├── [ 183] dos_poc.txt │   │   │   ├── [ 24K] error.log │   │   │   └── [6.6K] url_length.fuzz │   │   └── [4.0K] workspace │   │   ├── [4.0K] etc │   │   │   └── [5.2K] mime.types │   │   ├── [ 857] init.sh │   │   ├── [2.1K] lighttpd.conf │   │   ├── [4.0K] usr │   │   │   └── [4.0K] share │   │   │   └── [4.0K] lighttpd │   │   │   ├── [6.0K] create-mime.conf.pl │   │   │   ├── [ 462] include-conf-enabled.pl │   │   │   ├── [3.3K] index.html │   │   │   └── [ 247] use-ipv6.pl │   │   └── [4.0K] var │   │   ├── [4.0K] log │   │   │   └── [4.0K] lighttpd │   │   │   └── [ 24K] error.log │   │   ├── [4.0K] run │   │   │   └── [ 3] lighttpd.pid │   │   └── [4.0K] www │   │   └── [4.0K] html │   │   └── [3.3K] index.html │   ├── [4.0K] 1.4.6 │   │   ├── [ 636] Dockerfile │   │   ├── [ 558] Makefile │   │   └── [4.0K] workspace │   │   ├── [4.0K] etc │   │   │   └── [5.2K] mime.types │   │   ├── [ 857] init.sh │   │   ├── [2.1K] lighttpd.conf │   │   ├── [4.0K] usr │   │   │   └── [4.0K] share │   │   │   └── [4.0K] lighttpd │   │   │   ├── [6.0K] create-mime.conf.pl │   │   │   ├── [ 462] include-conf-enabled.pl │   │   │   ├── [3.3K] index.html │   │   │   └── [ 247] use-ipv6.pl │   │   └── [4.0K] var │   │   ├── [4.0K] log │   │   │   └── [4.0K] lighttpd │   │   │   └── [ 0] error.log │   │   ├── [4.0K] run │   │   │   └── [ 3] lighttpd.pid │   │   └── [4.0K] www │   │   └── [4.0K] html │   │   └── [3.3K] index.html │   ├── [4.0K] 1.4.60 │   │   ├── [ 637] Dockerfile │   │   ├── [ 558] Makefile │   │   ├── [4.0K] results │   │   │   ├── [ 183] dos_poc.txt │   │   │   ├── [ 25K] error.log │   │   │   └── [6.6K] url_length.fuzz │   │   └── [4.0K] workspace │   │   ├── [4.0K] etc │   │   │   └── [5.2K] mime.types │   │   ├── [ 857] init.sh │   │   ├── [2.1K] lighttpd.conf │   │   ├── [4.0K] usr │   │   │   └── [4.0K] share │   │   │   └── [4.0K] lighttpd │   │   │   ├── [6.0K] create-mime.conf.pl │   │   │   ├── [ 462] include-conf-enabled.pl │   │   │   ├── [3.3K] index.html │   │   │   └── [ 247] use-ipv6.pl │   │   └── [4.0K] var │   │   ├── [4.0K] log │   │   │   └── [4.0K] lighttpd │   │   │   └── [ 25K] error.log │   │   ├── [4.0K] run │   │   │   └── [ 3] lighttpd.pid │   │   └── [4.0K] www │   │   └── [4.0K] html │   │   └── [3.3K] index.html │   ├── [4.0K] 1.4.61 │   │   ├── [ 637] Dockerfile │   │   ├── [ 558] Makefile │   │   ├── [4.0K] results │   │   │   ├── [ 183] dos_poc.txt │   │   │   ├── [ 25K] error.log │   │   │   └── [6.6K] url_length.fuzz │   │   └── [4.0K] workspace │   │   ├── [4.0K] etc │   │   │   └── [5.2K] mime.types │   │   ├── [ 857] init.sh │   │   ├── [2.1K] lighttpd.conf │   │   ├── [4.0K] usr │   │   │   └── [4.0K] share │   │   │   └── [4.0K] lighttpd │   │   │   ├── [6.0K] create-mime.conf.pl │   │   │   ├── [ 462] include-conf-enabled.pl │   │   │   ├── [3.3K] index.html │   │   │   └── [ 247] use-ipv6.pl │   │   └── [4.0K] var │   │   ├── [4.0K] log │   │   │   └── [4.0K] lighttpd │   │   │   └── [ 25K] error.log │   │   ├── [4.0K] run │   │   │   └── [ 3] lighttpd.pid │   │   └── [4.0K] www │   │   └── [4.0K] html │   │   └── [3.3K] index.html │   ├── [4.0K] 1.4.62 │   │   ├── [ 637] Dockerfile │   │   ├── [ 558] Makefile │   │   ├── [4.0K] results │   │   │   ├── [ 183] dos_poc.txt │   │   │   ├── [ 25K] error.log │   │   │   └── [6.6K] url_length.fuzz │   │   └── [4.0K] workspace │   │   ├── [4.0K] etc │   │   │   └── [5.2K] mime.types │   │   ├── [ 857] init.sh │   │   ├── [2.1K] lighttpd.conf │   │   ├── [4.0K] usr │   │   │   └── [4.0K] share │   │   │   └── [4.0K] lighttpd │   │   │   ├── [6.0K] create-mime.conf.pl │   │   │   ├── [ 462] include-conf-enabled.pl │   │   │   ├── [3.3K] index.html │   │   │   └── [ 247] use-ipv6.pl │   │   └── [4.0K] var │   │   ├── [4.0K] log │   │   │   └── [4.0K] lighttpd │   │   │   └── [ 25K] error.log │   │   ├── [4.0K] run │   │   │   └── [ 3] lighttpd.pid │   │   └── [4.0K] www │   │   └── [4.0K] html │   │   └── [3.3K] index.html │   ├── [4.0K] 1.4.63 │   │   ├── [ 637] Dockerfile │   │   ├── [ 558] Makefile │   │   ├── [4.0K] results │   │   │   ├── [ 183] dos_poc.txt │   │   │   ├── [ 25K] error.log │   │   │   └── [6.6K] url_length.fuzz │   │   └── [4.0K] workspace │   │   ├── [4.0K] etc │   │   │   └── [5.2K] mime.types │   │   ├── [ 857] init.sh │   │   ├── [2.1K] lighttpd.conf │   │   ├── [4.0K] usr │   │   │   └── [4.0K] share │   │   │   └── [4.0K] lighttpd │   │   │   ├── [6.0K] create-mime.conf.pl │   │   │   ├── [ 462] include-conf-enabled.pl │   │   │   ├── [3.3K] index.html │   │   │   └── [ 247] use-ipv6.pl │   │   └── [4.0K] var │   │   ├── [4.0K] log │   │   │   └── [4.0K] lighttpd │   │   │   └── [ 25K] error.log │   │   ├── [4.0K] run │   │   │   └── [ 3] lighttpd.pid │   │   └── [4.0K] www │   │   └── [4.0K] html │   │   └── [3.3K] index.html │   ├── [4.0K] 1.4.64 │   │   ├── [ 637] Dockerfile │   │   ├── [ 558] Makefile │   │   ├── [4.0K] results │   │   │   ├── [ 183] dos_poc.txt │   │   │   ├── [ 25K] error.log │   │   │   └── [6.6K] url_length.fuzz │   │   └── [4.0K] workspace │   │   ├── [4.0K] etc │   │   │   └── [5.2K] mime.types │   │   ├── [ 857] init.sh │   │   ├── [2.1K] lighttpd.conf │   │   ├── [4.0K] usr │   │   │   └── [4.0K] share │   │   │   └── [4.0K] lighttpd │   │   │   ├── [6.0K] create-mime.conf.pl │   │   │   ├── [ 462] include-conf-enabled.pl │   │   │   ├── [3.3K] index.html │   │   │   └── [ 247] use-ipv6.pl │   │   └── [4.0K] var │   │   ├── [4.0K] log │   │   │   └── [4.0K] lighttpd │   │   │   └── [ 25K] error.log │   │   ├── [4.0K] run │   │   │   └── [ 3] lighttpd.pid │   │   └── [4.0K] www │   │   └── [4.0K] html │   │   └── [3.3K] index.html │   ├── [4.0K] 1.4.7 │   │   ├── [ 636] Dockerfile │   │   ├── [ 558] Makefile │   │   └── [4.0K] workspace │   │   ├── [4.0K] etc │   │   │   └── [5.2K] mime.types │   │   ├── [ 857] init.sh │   │   ├── [2.1K] lighttpd.conf │   │   ├── [4.0K] usr │   │   │   └── [4.0K] share │   │   │   └── [4.0K] lighttpd │   │   │   ├── [6.0K] create-mime.conf.pl │   │   │   ├── [ 462] include-conf-enabled.pl │   │   │   ├── [3.3K] index.html │   │   │   └── [ 247] use-ipv6.pl │   │   └── [4.0K] var │   │   ├── [4.0K] log │   │   │   └── [4.0K] lighttpd │   │   │   └── [ 0] error.log │   │   ├── [4.0K] run │   │   │   └── [ 3] lighttpd.pid │   │   └── [4.0K] www │   │   └── [4.0K] html │   │   └── [3.3K] index.html │   ├── [4.0K] 1.4.8 │   │   ├── [ 636] Dockerfile │   │   ├── [ 558] Makefile │   │   └── [4.0K] workspace │   │   ├── [4.0K] etc │   │   │   └── [5.2K] mime.types │   │   ├── [ 857] init.sh │   │   ├── [2.1K] lighttpd.conf │   │   ├── [4.0K] usr │   │   │   └── [4.0K] share │   │   │   └── [4.0K] lighttpd │   │   │   ├── [6.0K] create-mime.conf.pl │   │   │   ├── [ 462] include-conf-enabled.pl │   │   │   ├── [3.3K] index.html │   │   │   └── [ 247] use-ipv6.pl │   │   └── [4.0K] var │   │   ├── [4.0K] log │   │   │   └── [4.0K] lighttpd │   │   │   └── [ 0] error.log │   │   ├── [4.0K] run │   │   │   └── [ 3] lighttpd.pid │   │   └── [4.0K] www │   │   └── [4.0K] html │   │   └── [3.3K] index.html │   ├── [4.0K] 1.4.9 │   │   ├── [ 636] Dockerfile │   │   ├── [ 558] Makefile │   │   └── [4.0K] workspace │   │   ├── [4.0K] etc │   │   │   └── [5.2K] mime.types │   │   ├── [ 857] init.sh │   │   ├── [2.1K] lighttpd.conf │   │   ├── [4.0K] usr │   │   │   └── [4.0K] share │   │   │   └── [4.0K] lighttpd │   │   │   ├── [6.0K] create-mime.conf.pl │   │   │   ├── [ 462] include-conf-enabled.pl │   │   │   ├── [3.3K] index.html │   │   │   └── [ 247] use-ipv6.pl │   │   └── [4.0K] var │   │   ├── [4.0K] log │   │   │   └── [4.0K] lighttpd │   │   │   └── [ 0] error.log │   │   ├── [4.0K] run │   │   │   └── [ 3] lighttpd.pid │   │   └── [4.0K] www │   │   └── [4.0K] html │   │   └── [3.3K] index.html │   └── [ 82] start.sh └── [ 11K] vulnerable_versions.md 977 directories, 1061 files
Shenlong Bot has cached this for you
Remarks
    1. It is advised to access via the original source first.
    2. If the original source is unavailable, please email f.jinxu#gmail.com for a local snapshot (replace # with @).
    3. Shenlong has snapshotted the POC code for you. To support long-term maintenance, please consider donating. Thank you for your support.