Skip to content

Mitm INT Test

Mitm INT Test #2

Workflow file for this run

name: Mitm INT Test
on:
workflow_dispatch:
permissions:
contents: read
jobs:
mitm-int-test:
name: mitm int test
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: h0x0er/harden-runner@mitm-int
with:
disable-sudo: false
egress-policy: audit
allowed-endpoints: >
github.com:443
www.google.com:443
api.github.com:443
allowed-paths: >
get:www.google.com:/
- run: curl "https://www.google.com/search" -L