nuclei-templates/vulnerabilities/other/icewarp-openredirects.yaml

35 lines
795 B
YAML
Raw Normal View History

2022-07-08 10:58:41 +00:00
id: icewarp-open-redirects
info:
name: icewarp open redirects
author: uomogrande
severity: medium
description: Detects icewarp open redirects / fixed in Version 13.0.2.4
reference: "shodan Server: IceWarp/"
tags: icewarp,redirect
requests:
- raw:
- |
GET ///interact.sh/%2F.. HTTP/1.1
redirects: false
matchers-condition: and
matchers:
- type: dsl
name: redirected
dsl:
- 'contains(all_headers, "HTTP/1.1 302 Document Moved")'
- 'contains(all_headers, "Location: //interact.sh/../")'
- 'contains(all_headers, "Server: IceWarp")'
condition: and
extractors:
- type: regex
name: redirected
part: header
group: 1
regex:
- 'Server: (.{4,20})'