nuclei-templates/exposures/configs/exposed-sharepoint-list.yaml

32 lines
722 B
YAML
Raw Normal View History

2021-04-26 07:19:20 +00:00
id: exposed-sharepoint-list
info:
name: Sharepoint List - Detect
2021-04-26 07:19:20 +00:00
author: ELSFA7110
severity: low
description: Sharepoint list was detected because of improper configuration. An anonymous user can access SharePoint Web Services.
reference:
- https://hackerone.com/reports/761158
- https://hackerone.com/reports/300539
tags: hackerone,config,exposure,sharepoint
2021-04-26 07:19:20 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/_vti_bin/lists.asmx?WSDL"
matchers-condition: and
matchers:
- type: word
words:
- "GetListResponse"
- "GetList"
part: body
condition: and
- type: status
status:
- 200
# Enhanced by md on 2023/02/09