nuclei-templates/misconfiguration/front-page-misconfig.yaml

27 lines
615 B
YAML
Raw Normal View History

2020-05-16 00:08:27 +00:00
id: front-page-misconfig
info:
name: FrontPage configuration information discloure
2021-06-09 12:20:56 +00:00
author: JTeles,pikpikcu
2020-07-11 05:06:03 +00:00
severity: info
2021-03-12 08:57:14 +00:00
reference: https://docs.microsoft.com/en-us/archive/blogs/fabdulwahab/security-protecting-sharepoint-server-applications
2021-09-09 13:38:13 +00:00
tags: misconfig,exposure,frontpage
2020-05-25 08:13:15 +00:00
2020-05-16 00:08:27 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/_vti_inf.html"
2021-02-08 14:04:29 +00:00
- "{{BaseURL}}/_vti_pvt/service.cnf"
matchers-condition: and
2020-05-16 00:08:27 +00:00
matchers:
2021-02-08 14:04:29 +00:00
- type: word
words:
- "vti_extenderversion:"
- "FPVersion="
part: body
- type: status
status:
- 200