Skip to content

mgmechanics/zest

 
 

Repository files navigation

Mozilla Zest

Zest is a specialized scripting language 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/mozilla/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.mozilla
  • ArtifactId: zest
  • Version: 0.13

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 98.7%
  • JavaScript 1.3%