Create x-forwarded-host-injection.yaml
parent
3bd6b44807
commit
b9a7f2b384
|
@ -0,0 +1,19 @@
|
|||
id: Host-Injection
|
||||
|
||||
info:
|
||||
name: Host Header Injection (x-forwarded-host)
|
||||
author: melbadry9
|
||||
severity: low
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
# Example of sending some headers to the servers
|
||||
headers:
|
||||
# md5 hash of melbadry9
|
||||
X-Forwarded-Host: "0021e78f48fe6525798294b7711c6f72.com"
|
||||
path:
|
||||
- "{{BaseURL}}/"
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "0021e78f48fe6525798294b7711c6f72"
|
Loading…
Reference in New Issue