-
Notifications
You must be signed in to change notification settings - Fork 0
47 lines (38 loc) · 1.34 KB
/
macos-wf.yml
File metadata and controls
47 lines (38 loc) · 1.34 KB
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
name: "zmap with macos CI workflow"
on:
push:
branches: [ main ]
schedule:
- cron: '0 0 1 * *' ##execution of a task in the first minute of the month
jobs:
# https://github.com/actions/virtual-environments
zmap-macos-latest:
name: "zmap macos-latest"
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: "brew update"
run: brew update
- name: "check on brew version"
run: brew --version
- name: "install zmap"
run: brew install zmap
- name: "brew cask list"
run: brew list --cask #Warning: Calling brew cask list is deprecated! Use brew list [--cask] instead.
- name: "brew list --formula"
run: brew list --formula #List all the installed formulas
- name: "Get OS X System Version"
run: sw_vers
- name: "Get Mac System Details with system_profiler"
run: system_profiler | more
- name: "osfingerprinting"
run: uname -a
- name: "run zmap"
run: zmap -h
- name: "List available probe modules"
run: |
zmap -h
# List available probe modules
# IPv6 support
zmap --list-probe-modules