Merge pull request #2593 from projectdiscovery/openvpn-hhi

Added OpenVPN Host Header Injection
patch-1
Sandeep Singh 2021-09-06 18:56:27 +05:30 committed by GitHub
commit e6a71e0e80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,27 @@
id: openvpn-hhi
info:
name: OpenVPN Host Header Injection
author: twitter.com/Dheerajmadhukar
severity: info
tags: openvpn,hostheader-injection
requests:
- raw:
- |
GET / HTTP/1.1
Host: {{randstr}}.tld
matchers-condition: and
matchers:
- type: word
words:
- "https://{{randstr}}.tld/__session_start__/"
- "openvpn_sess"
part: header
condition: and
- type: status
status:
- 302