ADFS Detect
ID: adfs-detect
Severity: info
Author: Adam Crosser,Mys7ic
Tags: tech,adfs
Description
Section titled “Description”Detects ADFS with forms-based authentication enabled.
YAML Source
Section titled “YAML Source”id: adfs-detect
info: name: ADFS Detect author: Adam Crosser,Mys7ic 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'
extractors: - type: regex part: body name: domain group: 1 regex: - 'var\s+userNameValue\s*=\s*''([^\\]*)\\'# digest: 4b0a00483046022100f602c255d12465bb985166c64fa054827a30a367c0f162b94d2d002c7e2848480221009bd658782c549a99898541673a3b0cd9b79e611158b0611a306a9d83a18ccfcb:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/technologies/adfs-detect.yaml"