cscg ist super

This commit is contained in:
2026-04-10 03:31:12 +02:00
parent 7a9dfeda60
commit db0324c43d
99 changed files with 92358 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
#!/bin/sh
example_hash="$(echo example | shasum -a 256 | cut -d' ' -f 1)"
echo '{ "name: "Max Mustermann", "age": 10 }' > /db/$example_hash:$example_hash
flag_hash="$(echo flag | shasum -a 256 | cut -d' ' -f 1)"
password_hash="$(head -n 32 /dev/random | shasum -a 256 | cut -d' ' -f 1)"
echo 'dach2026{fake_flag}' > /db/$flag_hash:$password_hash
chmod -R a+rwx /db
unset example_hash
unset password_hash
unset flag_hash
exec lighttpd -f /lighttpd.conf -D