http-host-header-attacks

Detects and mitigates Host header vulnerabilities in web applications.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/bingook/bingo --skill http-host-header-attacks-bingook
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: http-host-header-attacks
Source: https://github.com/bingook/bingo/tree/main/bingo/skills/hack-skills/http-host-header-attacks
Command: npx skills add https://github.com/bingook/bingo --skill http-host-header-attacks-bingook

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps identify and mitigate Host header attacks, including SSRF, cache poisoning, and bypassing security controls.

Core Features & Use Cases

  • Automated Detection: Scan for common Host header vulnerabilities such as SSRF, cache poisoning, and open redirects.
  • Mitigation Strategies: Provide techniques to bypass Host validation and mitigate the risk of these attacks.
  • Use Case: Use this Skill to assess your web application for vulnerabilities related to Host header manipulation, ensuring the security of your infrastructure.

Quick Start

Use the http-host-header-attacks skill to scan your web application for potential Host header vulnerabilities.

Frequently Asked Questions about http-host-header-attacks

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I detect Host header attacks in my web application?

Detect Host header attacks by manipulating HTTP Host headers to identify vulnerabilities like SSRF, cache poisoning, and access control bypasses. This process assesses the impact on application behavior to ensure infrastructure security.

What is a Host header attack and how does it affect web security?

A Host header attack exploits web applications by manipulating the HTTP Host header. It affects web security by enabling SSRF, cache poisoning, and the bypassing of access controls within the targeted infrastructure.

How do I test for cache poisoning using Host header manipulation?

Test for cache poisoning by manipulating the Host header to inject malicious content into the web cache. This evaluates whether the application caches responses based on unvalidated header values.

Can I bypass access controls by manipulating the Host header?

Bypass access controls by manipulating the Host header to trick the application into treating requests as internal or trusted. This identifies security misconfigurations in routing and authorization logic.

What are the best mitigation strategies for Host header vulnerabilities?

Mitigation strategies for Host header vulnerabilities involve techniques to bypass Host validation and assess the risk of SSRF and cache poisoning. This ensures proper validation and configuration of your web infrastructure.

When do I need to scan for SSRF vulnerabilities related to Host headers?

Scan for SSRF vulnerabilities related to Host headers when assessing web applications that process external resources or rely on Host header values for internal routing. This detects potential server-side request forgery risks.