Skip to content
KitploitKITPLOIT
FerramentasBlog
Enviar
FerramentasBlog
Enviar

Ferramentas de Hacking, PenTest e Cibersegurança para o seu Arsenal de Segurança!

Kitploit é um diretório de ferramentas de hacking, cibersegurança e pentesting. Descubra as últimas atualizações de projetos para encontrar vulnerabilidades, analisar sistemas, automatizar testes e fortalecer sua segurança.

··Feeds·Contato·Privacidade·© 2026 Kitploit

Diretório de Ferramentas

Categorias

Ver todas as categorias
Loading categories
zaphoster — Corrigir erro de cabeçalho de host no zaproxy | Kitploit
Ferramentas/GitHubGitHub/mindpatch/zaphoster
Proxies Web e InterceptaçãoScripting e AutomaçãoSegurança WebTestes de PenetraçãoUtilitários e Frameworks
GitHubmindpatch/zaphoster

zaphoster

Corrigir erro de cabeçalho de host no zaproxy

Ver Repositório
1há 5 anosAinda não revisado

Mais Populares

Ver todos →

Descubra as ferramentas mais usadas pela nossa comunidade.

Explore todas as ferramentas

Navegue pela nossa coleção de ferramentas

Ver todas as ferramentas →
Compartilhar

zaphoster

Corrigir forçar cabeçalho de host no zaproxy

adicione o script ZAP/zap-hoster.py à aba httpsender e execute 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

Baixar ferramenta