0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

小ネタ OWASP ZAPのScriptをZest言語以外で作成したい

Posted at

内容

OWASP ZAPにおいて、Scriptを書く際に、デフォルトだとZestという選択ししか表示されない。

結論

Pythonを使う際は、拡張機能をインストールしないといけなかった
(JavaScriptも別の拡張機能で対応可能らしい)

手順

ZAP Marketplaceにアクセス。
image.png

【マーケットプレイス】タブを選択
image.png

pythonと入力
image.png

チェックボックスをONにし、選択済みをインストール
image.png

Script engineにpythonが選択可能に
image.png

↓こんな感じに、PythonコードでScriptを書くことができました
image.png

参考

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?