HEX
Server: Apache
System: Linux s198.coreserver.jp 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC 2025 x86_64
User: nagasaki (10062)
PHP: 7.1.33
Disabled: NONE
Upload Files
File: //usr/local/bin/https@
#!/bin/sh
# WARNING: This file was auto-generated. Do not edit!
host=${1-0}
path=${2-}
port=${3-443}
args=""
if [ $# -gt 3 ]
then
  shift; shift; shift
  args="$@"
fi
echo "GET /${path} HTTP/1.1
Host: $host:$port
" | /usr/local/bin/sslclient -XRHl0 $args -- "$host" "$port" sh -c '
  addcr >&7
  exec /usr/local/bin/delcr <&6
' | awk '/^$/ { body=1; next } { if (body) print }'