nuclei-templates/miscellaneous/missing-x-content-type-opti...

19 lines
405 B
YAML
Raw Normal View History

2021-07-02 14:10:29 +00:00
id: missing-x-content-type-options
info:
name: X-Content-Type-Options unidentified
author: G4L1T0 and @convisoappsec
severity: info
description: Check for X-Content-Type-Options header
tags: misc
requests:
- method: GET
path:
- '{{BaseURL}}'
redirects: true
matchers:
- type: dsl
dsl:
- '!contains(tolower(all_headers), ''x-content-type-options'')'