Update and rename x-aspnet-version-disclosure.yaml to x-aspnet-version-detect.yaml
parent
5d478d5e10
commit
1f8dcf63a9
|
@ -1,17 +1,20 @@
|
||||||
id: AspNet-Version-disclosure
|
id: x-aspnet-version-detect
|
||||||
|
|
||||||
info:
|
info:
|
||||||
name: AspNet-Version-disclosure
|
name: AspNet Version Disclosure - Detect
|
||||||
author: lucky0x0d,PulseSecurity.co.nz
|
author: lucky0x0d,PulseSecurity.co.nz
|
||||||
severity: info
|
severity: info
|
||||||
description: |
|
description: |
|
||||||
Detects version disclosed via X-AspNet-Version: header
|
Detects version disclosed via 'X-AspNet-Version' header.
|
||||||
tags: technology, detection, tech-detect
|
|
||||||
metadata:
|
|
||||||
max-request: 1
|
|
||||||
classification:
|
classification:
|
||||||
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
||||||
cvss-score: 0.0
|
cvss-score: 0.0
|
||||||
cwe-id: CWE-200
|
cwe-id: CWE-200
|
||||||
|
metadata:
|
||||||
|
max-request: 1
|
||||||
|
verified: true
|
||||||
|
shodan-query: "X-AspNet-Version"
|
||||||
|
tags: tech,detect,aspnet
|
||||||
|
|
||||||
http:
|
http:
|
||||||
- method: GET
|
- method: GET
|
||||||
|
@ -21,13 +24,10 @@ http:
|
||||||
host-redirects: true
|
host-redirects: true
|
||||||
max-redirects: 3
|
max-redirects: 3
|
||||||
|
|
||||||
matchers-condition: or
|
|
||||||
matchers:
|
matchers:
|
||||||
- type: dsl
|
- type: dsl
|
||||||
dsl:
|
dsl:
|
||||||
- "regex('(?i)X-AspNet-Version', header)"
|
- 'contains(tolower(header), "x-aspnet-version")'
|
||||||
- "status_code != 301 && status_code != 302"
|
|
||||||
condition: and
|
|
||||||
|
|
||||||
extractors:
|
extractors:
|
||||||
- type: kval
|
- type: kval
|
Loading…
Reference in New Issue