37 lines
1.1 KiB
YAML
37 lines
1.1 KiB
YAML
id: host-header-injection
|
|
|
|
info:
|
|
name: Host Header Injection
|
|
author: princechaddha
|
|
severity: info
|
|
description: HTTP header injection is a general class of web application security vulnerability which occurs when Hypertext Transfer Protocol headers are dynamically generated based on user input.
|
|
reference:
|
|
- https://portswigger.net/web-security/host-header
|
|
- https://portswigger.net/web-security/host-header/exploiting
|
|
- https://www.acunetix.com/blog/articles/automated-detection-of-host-header-attacks/
|
|
metadata:
|
|
max-request: 1
|
|
tags: hostheader-injection,generic
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
headers:
|
|
Host: "{{randstr}}.tld"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- '{{randstr}}.tld'
|
|
part: body
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4a0a0047304502201a0cc6aa14324abed4760ca7f6da7f4065e07829db8c3b192970e373442dbff8022100dfd44946482ffe26a42582ca0bacb224bd8996b85fb13b37bef17869a7780f91:922c64590222798bb761d5b6d8e72950
|