Mitm INT Audit Test #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Mitm INT Audit Test | |
on: | |
workflow_dispatch: | |
permissions: | |
contents: read | |
jobs: | |
mitm-int-audit-test: | |
name: mitm int audit test | |
runs-on: ubuntu-latest | |
steps: | |
- name: Harden Runner | |
uses: h0x0er/harden-runner@mitm-int | |
with: | |
disable-sudo: false | |
egress-policy: audit | |
- run: curl "https://www.google.com/" -L | |
- run: curl "https://www.google.com/search" -L | |
- run: curl "https://www.microsoft.com/" -L | |
- run: curl "https://bing.com/search" -L |