-
Notifications
You must be signed in to change notification settings - Fork 277
60 lines (47 loc) · 970 Bytes
/
run-f8x-ctf.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
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