We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
zap-cli -v --zap-path /opt/zaproxy/ scripts load -n Auth -e "Mozilla Zest" -t Authentication -f /home/Auth.zst
[DEBUG] Loading script "Auth" from "/home/Auth.zst"
[ERROR] Error loading script: Does Not Exist
$ ls -al /home/Auth.zst -rw-r--r-- 1 root root 7874 Nov 1 13:58 /home/Auth.zst
$ ls -al /home/Auth.zst
-rw-r--r-- 1 root root 7874 Nov 1 13:58 /home/Auth.zst
The file is present, but does not get loaded. The error is quite unhelpful, if the file is actually missing the error is different as well:
[ERROR] No file found at "/home/Auth.zsasdt", cannot load script.
The text was updated successfully, but these errors were encountered:
Same issue for me.
Sorry, something went wrong.
zap-cli -v scripts load -n app-login -t authentication -e 'Zest : Mozilla Zest' -f app-login.zst works.
zap-cli -v scripts load -n app-login -t authentication -e 'Zest : Mozilla Zest' -f app-login.zst
When i use Authentication, it was giving error as org.zaproxy.zap.extension.api.ApiException: does_not_exist in zap logs.
Authentication
org.zaproxy.zap.extension.api.ApiException: does_not_exist
Changing Authentication to authentication worked.
authentication
No branches or pull requests
zap-cli -v --zap-path /opt/zaproxy/ scripts load -n Auth -e "Mozilla Zest" -t Authentication -f /home/Auth.zst
[DEBUG] Loading script "Auth" from "/home/Auth.zst"
[ERROR] Error loading script: Does Not Exist
$ ls -al /home/Auth.zst
-rw-r--r-- 1 root root 7874 Nov 1 13:58 /home/Auth.zst
The file is present, but does not get loaded. The error is quite unhelpful, if the file is actually missing the error is different as well:
[ERROR] No file found at "/home/Auth.zsasdt", cannot load script.
The text was updated successfully, but these errors were encountered: