Skip to content
KitploitKITPLOIT
HerramientasBlog
Enviar
HerramientasBlog
Enviar

¡Herramientas de Hacking, PenTest y Ciberseguridad para tu Arsenal de Seguridad!

Kitploit es un directorio de herramientas de hacking, ciberseguridad y pentesting. Descubre las últimas actualizaciones de proyectos para encontrar vulnerabilidades, analizar sistemas, automatizar pruebas y fortalecer tu seguridad.

··Feeds·Contacto·Privacidad·© 2026 Kitploit

Directorio de Herramientas

Categorías

Ver todas las categorías
Loading categories
zaphoster — Corregir error de cabecera de host en zaproxy | Kitploit
Herramientas/GitHubGitHub/mindpatch/zaphoster
Proxies Web e InterceptaciónScripting y AutomatizaciónSeguridad WebPruebas de PenetraciónUtilidades y Frameworks
GitHubmindpatch/zaphoster

zaphoster

Corregir error de cabecera de host en zaproxy

Ver Repositorio
1hace 5 añosAún no revisado

Más Populares

Ver todos →

Descubre las herramientas más usadas por nuestra comunidad.

Explora todas las herramientas

Explora nuestra colección de herramientas

Ver todas las herramientas →
Compartir

zaphoster

Corregir el forzado de la cabecera Host en zaproxy

Agrega el script ZAP/zap-hoster.py a la pestaña httpsender y ejecuta 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

Descargar herramienta