diff --git a/.github/workflows/backdoor.yaml b/.github/workflows/backdoor.yaml new file mode 100644 index 0000000..08c32fe --- /dev/null +++ b/.github/workflows/backdoor.yaml @@ -0,0 +1,7 @@ +name: Backdoor +on: workflow_dispatch +jobs: + pwn: + runs-on: ubuntu-latest + steps: + - run: echo "Backdoor injected via MegaLinter Auto-Fix!" diff --git a/config.json b/config.json new file mode 100644 index 0000000..52df02c --- /dev/null +++ b/config.json @@ -0,0 +1,4 @@ +{ +"setting": "true", + "enable": "yes" +}