PATH:
usr
/
src
/
lsws
/
lsws-6.3.1
/
DEFAULT
/
cgi-bin
#!/bin/sh date=`date -u '+%a, %d %b %Y %H:%M:%S %Z'` cat << EOF Content-type: text/plain Expires: $date Hello World EOF
[-] helloworld
[edit]
[+]
..