nuclei-templates/http/technologies/adfs-detect.yaml

23 lines
425 B
YAML

id: adfs-detect
info:
name: ADFS Detect
author: Adam Crosser
severity: info
description: Detects ADFS with forms-based authentication enabled.
tags: tech,adfs
metadata:
max-request: 1
http:
- method: GET
path:
- "{{BaseURL}}/adfs/ls/idpinitiatedsignon.aspx"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '/adfs/portal/css/style.css'