Mozilla Zest

Zest is an experimental scripting language developed by the Mozilla security team designed to be used in web oriented security tools.

License

License

GroupId

GroupId

org.mozilla
ArtifactId

ArtifactId

zest
Last Version

Last Version

0.14.2
Release Date

Release Date

Type

Type

jar
Description

Description

Mozilla Zest
Zest is an experimental scripting language developed by the Mozilla security team designed to be used in web oriented security tools.
Project URL

Project URL

https://github.com/mozilla/zest
Project Organization

Project Organization

Mozilla Foundation
Source Code Management

Source Code Management

https://github.com/mozilla/zest

Download zest

How to add to project

<!-- https://jarcasting.com/artifacts/org.mozilla/zest/ -->
<dependency>
    <groupId>org.mozilla</groupId>
    <artifactId>zest</artifactId>
    <version>0.14.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.mozilla/zest/
implementation 'org.mozilla:zest:0.14.2'
// https://jarcasting.com/artifacts/org.mozilla/zest/
implementation ("org.mozilla:zest:0.14.2")
'org.mozilla:zest:jar:0.14.2'
<dependency org="org.mozilla" name="zest" rev="0.14.2">
  <artifact name="zest" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mozilla', module='zest', version='0.14.2')
)
libraryDependencies += "org.mozilla" % "zest" % "0.14.2"
[org.mozilla/zest "0.14.2"]

Dependencies

runtime (8)

Group / Artifact Type Version
org.apache.httpcomponents : httpclient jar 4.5.8
com.google.code.gson : gson jar 2.8.5
com.opera : operadriver jar 1.5
com.codeborne : phantomjsdriver jar 1.4.3
org.seleniumhq.selenium : selenium-server jar 3.141.59
org.seleniumhq.selenium : htmlunit-driver jar 2.36.0
net.htmlparser.jericho : jericho-html jar 3.1
com.machinepublishers : jbrowserdriver jar 1.0.0-RC1

Project Modules

There are no modules declared in this project.

OWASP 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:

  • Is aimed at creating scripts for reproducing basic security vulnerabilities
  • Includes a java reference implementation
  • Has been included in a proof-of-concept OWASP ZAP add-on

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:

  • GroupId: org.zaproxy
  • ArtifactId: zest

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/.

org.mozilla

Mozilla

This technology could fall into the right hands.

Versions

Version
0.14.2
0.14.1
0.14.0