summaryrefslogtreecommitdiff
path: root/sysroot/usr/www/index.html
diff options
context:
space:
mode:
authordzwdz2024-04-14 19:35:29 +0200
committerdzwdz2024-04-14 19:35:29 +0200
commit32d7e504169351ce6a5542b4f559c7e4d3834b45 (patch)
treee8d009c4a2336ac29394c5c824b2ba87f73399e2 /sysroot/usr/www/index.html
parent72f55421fb61b750512f324d284b30e3e67e36e0 (diff)
httpd: serve files out of /usr/www
Diffstat (limited to 'sysroot/usr/www/index.html')
-rw-r--r--sysroot/usr/www/index.html3
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>