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,22 @@
user object at:
/db/13550350a8681c84c861aac2e5b440161c2b33a3e4f302ac680ca5b686de48de:13550350a8681c84c861aac2e5b440161c2b33a3e4f302ac680ca5b686de48de
Flag is stored at:
/db/938c2a3dfa19c1a46821bed04912db62f9fdb134737804213cd67099482dc640:random_password_hash
Execution: `exec lighttpd -f /lighttpd.conf -D` => use lighttpd.conf and do not deamonize
```
server.modules = (
"mod_cgi",
)
server.document-root = "/www"
server.port = 8000
user = "www-data"
cgi.assign = (
".cgi" => "/usr/bin/bash"
)
```