blob: aadef5a8cbffd9dc4737f5d14f9f72f8c538b93f (
plain) (
blame)
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
|
[
{ type: install
message: <<EOM
ZAP port was installed
1) You must install Chrome based browser or Firefox based browser for be used
in some tasks.
# pkg install chromium firefox geckodriver
2) ZAP includes linux webdrivers for Chrome and Firefox but these don't work
on FreeBSD.
You must change some paths from Tools/Options/Selenium/Webdrivers:
Chromedriver to /usr/local/bin/chromedriver
Geckodriver to /usr/local/bin/geckodriver
Also, you must change Chrome and Firefox based web browser binary path files:
Chrome binary to /usr/local/bin/chrome
Firefox binary to /usr/local/bin/firefox
3) If you want to use some python scripts to use ZAP from command line or from
another applications, look at the following urls:
https://github.com/zaproxy/zaproxy/blob/main/docker/zap-baseline.py
https://github.com/zaproxy/community-scripts/tree/main/other/api/mass-baseline
https://github.com/zaproxy/zap-api-python/tree/main/src/examples
These scripts use ZAP Python API. Install it from security/py-zaproxy
4) Enjoy it
EOM
}
]
|