Create default-iis7-page.yaml
parent
494680171d
commit
967495fe07
|
@ -0,0 +1,18 @@
|
|||
id: default-iis7-page
|
||||
|
||||
info:
|
||||
name: IIS-7 Default Page
|
||||
author: dhiyaneshDk
|
||||
severity: low
|
||||
tags: default,exposure
|
||||
reference: https://www.shodan.io/search?query=http.title%3A%22IIS7%22
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}'
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "<title>IIS7</title>"
|
||||
condition: and
|
Loading…
Reference in New Issue