Merge pull request #4783 from uomogrande/icewarp-openredirects

Added icewarp-openredirects Template
patch-1
Prince Chaddha 2022-07-09 22:20:56 +05:30 committed by GitHub
commit 0f7699ef22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,36 @@
id: icewarp-open-redirect
info:
name: IceWarp - Open Redirect
author: uomogrande
severity: medium
description: Detects icewarp open redirects / fixed in Version 13.0.2.4
metadata:
verified: true
shodan-query: title:"icewarp"
tags: icewarp,redirect
requests:
- raw:
- |
GET ///interact.sh/%2F.. HTTP/1.1
matchers-condition: and
matchers:
- type: word
part: header
words:
- 'IceWarp'
- type: regex
part: header
regex:
- '(?m)^(?:Location\s*?:\s*?)(?:https?:\/\/|\/\/|\/\\\\|\/\\)?(?:[a-zA-Z0-9\-_\.@]*)interact\.sh\/?(\/|[^.].*)?$'
extractors:
- type: regex
name: redirected
part: header
group: 1
regex:
- 'Server: (.{4,20})'