19 lines
344 B
YAML
19 lines
344 B
YAML
|
id: default-iis7-page
|
||
|
|
||
|
info:
|
||
|
name: IIS-7 Default Page
|
||
|
author: dhiyaneshDk
|
||
|
severity: info
|
||
|
tags: tech,iis
|
||
|
reference: https://www.shodan.io/search?query=http.title%3A%22IIS7%22
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- '{{BaseURL}}'
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- "<title>IIS7</title>"
|
||
|
part: body
|