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