Python jython script engine does not exist in the Weekly Docker image
429 views
Skip to first unread message
V_Reddy
unread,
Apr 4, 2019, 11:45:02 AM4/4/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to OWASP ZAP User Group
Hi,
I am trying to load a python script using the ZAP python API in the Docker image (Weekly) and it seems the 'Python : jython' script engine does not exist.
Is there an additional step to be taken to enable or install the 'Python' script engine in ZAP? Am I missing something?
Can you pls help?
Thanks,
V
thc...@gmail.com
unread,
Apr 4, 2019, 11:56:09 AM4/4/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to zaprox...@googlegroups.com
Hi.
The Python Scripting add-on is not included by default (in any release).
You need to install it, for example, through the command line [1] when
starting ZAP:
-addoninstall jython
or by calling the autoupdate [2] API:
zap.autoupdate.install_addon("jython")