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 webswing / Docker

Last updated at Posted at 2025-03-28

概要

(自分用メモ) OWASP ZAPを使用し接続先サーバの脆弱性診断

環境

  • Ubuntu 24.04

実行

docker run --rm -v `pwd`:/zap/wrk/:rw -p 8080:8080 -p 8090:8090 -i ghcr.io/zaproxy/zaproxy:stable zap-webswing.sh

GUI起動

http://localhost:8080/zap/
明示的に設定しなけれが認証不要。

Browserのproxy設定

http://localhost:8090
※GUI起動後、./zap_root_ca.cerが(なければ)生成される。それを信頼できるRootCAとして登録

参考文献

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?