Hi,
Thanks for all the help earlier fixing my ajax spider.
Now we want to use the command line option for running our yaml-file that we created. But in the example on the web page it seems that this is adapted for linux or max since it is a .sh file:
./zap.sh -cmd -autorun config.yaml
How should we run it from windows?
We have tried installing the windows subsystem linux but when running the zap.sh file we get this error:
Exiting: ZAP requires a minimum of Java 8 to run, found
zap.sh: line 54: [: -ge: unary operator expected
And I know that we have Java 8 installed on the machine. So my question is if there is another way to run it on windows rather than running the bash script.
Cheers,
Edvin