This repository has been archived on 2026-05-07. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
simple-nc-server/cgi-bin/index.cgi
T
2024-08-10 16:50:12 +02:00

10 lines
230 B
Bash

#!/bin/sh
echo "HTTP/1.1 200 OK"
echo "Content-Type: text/html; charset=UTF-8"
echo ""
GET="$QUERY_STRING"
eval "$(echo "%>$(cat ../index.sh.html)<%" | sed -e "s/<%=/<%echo /g" -e "s/<%/\nRAW\n/g" -e "s/%>/\ncat <<- RAW\n/g")"