Skip to content
KitploitKITPLOIT
ツールブログ
提出
ツールブログ
提出

ハッキング、侵入テスト、サイバーセキュリティツールをあなたのセキュリティアーセナルに!

Kitploitはハッキング、サイバーセキュリティ、ペネトレーションテストのツールディレクトリです。最新のプロジェクトアップデートを見つけて、脆弱性の発見、システム分析、テストの自動化、セキュリティの強化を行いましょう。

··フィード·お問い合わせ·プライバシー·© 2026 Kitploit

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
zaphoster — zaproxy における host header エラーの修正 | Kitploit
ツール/GitHubGitHub/mindpatch/zaphoster
ウェブプロキシと傍受スクリプトと自動化ウェブセキュリティペネトレーションテストユーティリティとフレームワーク
GitHubmindpatch/zaphoster

zaphoster

zaproxy における host header エラーの修正

リポジトリを見る
135年前未レビュー

人気

すべて見る →

コミュニティで最も使われているツールを見つけましょう。

すべてのツールを探索

ツールコレクションを閲覧

すべてのツールを見る →
共有

zaphoster

Fix host header forcing in zaproxy を修正

ZAP/zap-hoster.py スクリプトを httpsender タブに追加し、app.py を実行してください。

root@kitploit:~
$ sudo pip3 install flask requests
$ python3 app.py
root@kitploit:~
GET https://knassar702.github.io/ HTTP/1.1
Host: knassar702.github.io
User-agent: Firefox test


For Change host header

---
GET https://knassar702.github.io/
Host: knassar702.github.io
User-agent: Firefox test
ZAP-HOST: localhost


ZAP-HOST will be removed and the host header will be change to his value


GET https://knassar702.github.io/ HTTP/1.1
Host: localhost
User-agent: Firefox test
----
follow redirects with  ZAP-REDIRECT header
GET https://knassar702.github.io/
Host: knassar702.github.io
User-agent: Firefox test
ZAP-HOST: localhost
ZAP-REDIRECT: anything


youtube

ツールをダウンロード