zaproxy / zest

Mozilla Public License 2.0
102 stars 40 forks source link

ZAP Zest

Zest is a specialized scripting language (initially) developed by the Mozilla security team and is intended to be used in web orientated security tools.

It is completely free, open source and can be included in any tool whether open or closed, free or commercial.

Version 1 of Zest:

For more details see the wiki: https://github.com/zaproxy/zest/wiki

How to Obtain

If using a dependency management tool, for example Maven or Gradle, the zest library can be obtained from Maven Central with following coordinates:

Building

The project uses Gradle to build, for example, running:

./gradlew build

in the main directory of the project will build the library, located under build/libs, and create a standalone command line application (library + dependencies), located under build/distributions/.