diff options
author | dzwdz | 2024-04-14 19:35:29 +0200 |
---|---|---|
committer | dzwdz | 2024-04-14 19:35:29 +0200 |
commit | 32d7e504169351ce6a5542b4f559c7e4d3834b45 (patch) | |
tree | e8d009c4a2336ac29394c5c824b2ba87f73399e2 /sysroot/usr | |
parent | 72f55421fb61b750512f324d284b30e3e67e36e0 (diff) |
httpd: serve files out of /usr/www
Diffstat (limited to 'sysroot/usr')
-rw-r--r-- | sysroot/usr/www/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysroot/usr/www/index.html b/sysroot/usr/www/index.html new file mode 100644 index 0000000..952e46e --- /dev/null +++ b/sysroot/usr/www/index.html @@ -0,0 +1,3 @@ +<!DOCTYPE html> +<h1>this page is hosted on camellia</h1> +<p>beep boop. fun fact, i am <a href="/../..">vulnerable to path traversal</a> omg</p> |