OWASP ZAP Zest

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

Лицензия

Лицензия

Группа

Группа

org.zaproxy
Идентификатор

Идентификатор

zest
Последняя версия

Последняя версия

0.15.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

OWASP ZAP Zest
Zest is an experimental scripting language (initially) developed by the Mozilla security team designed to be used in web oriented security tools.
Ссылка на сайт

Ссылка на сайт

https://github.com/zaproxy/zest
Организация-разработчик

Организация-разработчик

OWASP
Система контроля версий

Система контроля версий

https://github.com/zaproxy/zest

Скачать zest

Как подключить последнюю версию

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

Зависимости

runtime (8)

Идентификатор библиотеки Тип Версия
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

Модули Проекта

Данный проект не имеет модулей.

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

OWASP ZAP

Версии библиотеки

Версия
0.15.0