add index.cgi (/bin/sh)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#!/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")"
|
||||
Reference in New Issue
Block a user