Skip to content

add -jq option(2024/01/03) #13

add -jq option(2024/01/03)

add -jq option(2024/01/03) #13

Workflow file for this run

name: f8x-ctf
on:
push:
paths:
- 'f8x-ctf'
jobs:
ubuntu-2004-build:
runs-on: ubuntu-20.04
steps:
- name: Checkout codes
uses: actions/checkout@v2
- name: init
run:
touch /tmp/IS_CI
- name: Run
run:
sudo bash f8x
- name: Run -h
run:
sudo bash f8x -h
- name: Run -clear
run:
sudo bash f8x -clear
- name: Run -b
run:
sudo bash f8x -b
- name: Run -d
run:
sudo bash f8x -d
- name: Run -web
run:
sudo bash f8x-ctf -web
- name: Run -crypto
run:
sudo bash f8x-ctf -crypto
- name: Run -re
run:
sudo bash f8x-ctf -re
- name: Run -pwn
run:
sudo bash f8x-ctf -pwn
- name: Run -info
run:
sudo bash f8x -info
- name: log
run:
cat /tmp/f8x_error.log